299 references to NotImplementedException
Aspire.Hosting.Tests (1)
DistributedApplicationRunnerTests.cs (1)
35throw new NotImplementedException("Boom!");
Aspire.Templates.Tests (1)
TemplateTestsBase.cs (1)
121_ => throw new NotImplementedException($"Unknown test template: {testTemplateName}")
dotnet-openapi (1)
Commands\BaseCommand.cs (1)
400_ => throw new NotImplementedException("We don't handle the case that the Host has more than three segments"),
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeDOMProvider.cs (4)
276throw new NotImplementedException(SRCodeDom.NotSupported_CodeDomAPI); 295throw new NotImplementedException(SRCodeDom.NotSupported_CodeDomAPI); 305throw new NotImplementedException(SRCodeDom.NotSupported_CodeDomAPI); 315throw new NotImplementedException(SRCodeDom.NotSupported_CodeDomAPI);
FrameworkFork\System.Runtime.Serialization\NotImplemented.cs (1)
30return new NotImplementedException(message);
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
89throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException(string.Format(SRServiceModel.ID0023, this.GetType().AssemblyQualifiedName)));
GenerateDocumentationAndConfigFiles (1)
Program.cs (1)
1593_ => throw new NotImplementedException(severity.Value.ToString()),
http2cat (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
IIS.FunctionalTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
IIS.LongTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
IIS.NewHandler.FunctionalTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
IIS.NewShim.FunctionalTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
IISExpress.FunctionalTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
illink (12)
ILLink.RoslynAnalyzer (7)
DataFlow\UnexpectedOperationHandler.cs (1)
47 throw new NotImplementedException ($"Unexpected operation type {operation.GetType ()}: {operation.Syntax.GetLocation ().GetLineSpan ()}");
src\tools\illink\src\ILLink.Shared\Annotations.cs (1)
129 _ => throw new NotImplementedException ($"Unsupported source context {source} or target context {target}.")
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (1)
211 throw new NotImplementedException ("These intrinsics should be handled by the specific implementation: " + intrinsicId);
src\tools\illink\src\ILLink.Shared\TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs (1)
64 _ => throw new NotImplementedException ($"unsupported target value {targetValue}")
TrimAnalysis\TrimAnalysisVisitor.cs (1)
345 => throw new NotImplementedException ($"Unhandled intrinsic: {intrinsicId}");
TrimAnalysis\TrimDataFlowAnalysis.cs (2)
144 throw new NotImplementedException (message: "invalid TracingType is being used"); 162 throw new NotImplementedException (message: "invalid TracingType is being used");
InMemory.FunctionalTests (12)
Http2\Http2ConnectionTests.cs (7)
5397throw new NotImplementedException(finalFrameType.ToString()); 5443throw new NotImplementedException(finalFrameType.ToString()); 5489throw new NotImplementedException(finalFrameType.ToString()); 5575throw new NotImplementedException(finalFrameType.ToString()); 5774throw new NotImplementedException(finalFrameType.ToString()); 5811throw new NotImplementedException(finalFrameType.ToString()); 5835throw new NotImplementedException(finalFrameType.ToString());
Http2\Http2StreamTests.cs (1)
2283throw new NotImplementedException("Test Exception");
Http2\Http2TestBase.cs (1)
608_ => throw new NotImplementedException($"{nameof(_connection.ProcessRequestsAsync)} should invoked instead - hence transport connection manager does not have the connection registered."),
Http2\Http2TimeoutTests.cs (2)
288throw new NotImplementedException(finalFrameType.ToString()); 315throw new NotImplementedException(finalFrameType.ToString());
Http3\Http3StreamTests.cs (1)
993throw new NotImplementedException("Test Exception");
Interop.FunctionalTests (1)
H2SpecCommands.cs (1)
71throw new NotImplementedException("Invalid OS");
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (2)
302throw new NotImplementedException($"An unsupported authentication method has been configured: {Options.AuthenticationMethod}"); 549throw new NotImplementedException($"An unsupported authentication method has been configured: {Options.AuthenticationMethod}");
Microsoft.AspNetCore.Authentication.Test (31)
GoogleTests.cs (1)
1117throw new NotImplementedException(req.RequestUri.AbsoluteUri);
JwtBearerTests.cs (5)
569throw new NotImplementedException(context.Exception.ToString()); 604throw new NotImplementedException(context.Exception.ToString()); 636throw new NotImplementedException(context.Exception.ToString()); 671throw new NotImplementedException(context.Exception.ToString()); 1103throw new NotImplementedException(ExceptionType.Name);
JwtBearerTests_Handler.cs (5)
531throw new NotImplementedException(context.Exception.ToString()); 565throw new NotImplementedException(context.Exception.ToString()); 597throw new NotImplementedException(context.Exception.ToString()); 629throw new NotImplementedException(context.Exception.ToString()); 1176throw new NotImplementedException(ExceptionType.Name);
OpenIdConnect\OpenIdConnectChallengeTests.cs (1)
997throw new NotImplementedException(request.RequestUri.ToString());
OpenIdConnect\OpenIdConnectEventTests.cs (8)
29private readonly RequestDelegate AppNotImpl = context => { throw new NotImplementedException("App"); }; 651throw new NotImplementedException("TestException"); 683throw new NotImplementedException("TestException"); 716throw new NotImplementedException("TestException"); 750throw new NotImplementedException("TestException"); 844throw new NotImplementedException("TestException"); 881throw new NotImplementedException("TestException"); 1406throw new NotImplementedException(request.RequestUri.ToString());
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (8)
29private readonly RequestDelegate AppNotImpl = context => { throw new NotImplementedException("App"); }; 651throw new NotImplementedException("TestException"); 683throw new NotImplementedException("TestException"); 716throw new NotImplementedException("TestException"); 750throw new NotImplementedException("TestException"); 844throw new NotImplementedException("TestException"); 881throw new NotImplementedException("TestException"); 1401throw new NotImplementedException(request.RequestUri.ToString());
TwitterTests.cs (3)
604throw new NotImplementedException(req.RequestUri.AbsoluteUri); 619throw new NotImplementedException(req.RequestUri.AbsoluteUri); 634throw new NotImplementedException(req.RequestUri.AbsoluteUri);
Microsoft.AspNetCore.Components (4)
NavigationManager.cs (1)
188throw new NotImplementedException($"The type {GetType().FullName} does not support supplying {nameof(NavigationOptions)}. To add support, that type should override {nameof(NavigateToCore)}(string uri, {nameof(NavigationOptions)} options).");
RenderTree\RenderTreeDiffBuilder.cs (3)
749throw new NotImplementedException($"Encountered unsupported frame type during diffing: {newTree[newFrameIndex].FrameTypeField}"); 847throw new NotImplementedException($"Unexpected frame type during {nameof(InsertNewFrame)}: {newFrame.FrameTypeField}"); 897throw new NotImplementedException($"Unexpected frame type during {nameof(RemoveOldFrame)}: {oldFrame.FrameTypeField}");
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (1)
167InteractiveAutoRenderMode => throw new NotImplementedException("TODO: To be able to support InteractiveAutoRenderMode, we have to serialize persisted state in both WebAssembly and Server formats, or unify the two formats."),
Microsoft.AspNetCore.Components.Tests (1)
RendererTest.cs (1)
2261=> throw new NotImplementedException("Should not be invoked")));
Microsoft.AspNetCore.HostFiltering.Tests (1)
HostFilteringMiddlewareTests.cs (1)
213app.Run(c => throw new NotImplementedException("App"));
Microsoft.AspNetCore.Hosting.Tests (1)
WebHostBuilderTests.cs (1)
1535throw new NotImplementedException("Hosted Service throws in StopAsync");
Microsoft.AspNetCore.Http.RequestDelegateGenerator (3)
StaticRouteHandlerModel\Emitters\EmitterExtensions.cs (1)
48EndpointParameterSource.Unknown => throw new NotImplementedException("Unreachable!"),
StaticRouteHandlerModel\Emitters\EndpointParameterEmitter.cs (1)
365throw new NotImplementedException($"Unreachable! Unexpected {nameof(BindabilityMethod)}: {endpointParameter.BindMethod}");
StaticRouteHandlerModel\EndpointParameter.cs (1)
350_ => throw new NotImplementedException($"Unreachable! Unexpected {nameof(ParsabilityMethod)}: {parsabilityMethod}"),
Microsoft.AspNetCore.HttpLogging (1)
RequestBufferingStream.cs (1)
138_ => throw new NotImplementedException(_status.ToString()),
Microsoft.AspNetCore.InternalTesting (2)
xunit\MaximumOSVersionAttribute.cs (1)
32throw new NotImplementedException("Max version support is only implemented for Windows.");
xunit\MinimumOsVersionAttribute.cs (1)
32throw new NotImplementedException("Min version support is only implemented for Windows.");
Microsoft.AspNetCore.Mvc.Core.Test (5)
Filters\MiddlewareFilterTest.cs (1)
481throw new NotImplementedException("This filter should not have been run!");
Formatters\JsonOutputFormatterTestBase.cs (1)
224throw new NotImplementedException($"Property {nameof(Age)} has not been implemented");
Infrastructure\ControllerActionInvokerTest.cs (2)
1865throw new NotImplementedException("Not Implemented Exception"); 1871throw new NotImplementedException("Not Implemented Exception");
Infrastructure\JsonResultExecutorTestBase.cs (1)
509throw new NotImplementedException($"Property {nameof(Age)} has not been implemented");
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (2)
src\Mvc\Mvc.Core\test\Formatters\JsonOutputFormatterTestBase.cs (1)
224throw new NotImplementedException($"Property {nameof(Age)} has not been implemented");
src\Mvc\Mvc.Core\test\Infrastructure\JsonResultExecutorTestBase.cs (1)
509throw new NotImplementedException($"Property {nameof(Age)} has not been implemented");
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewExecutorTest.cs (1)
88throw new NotImplementedException("This should be raw!");
Microsoft.AspNetCore.Rewrite (5)
ApacheModRewrite\FileParser.cs (2)
38throw new NotImplementedException("RewriteBase is not implemented"); 86throw new NotImplementedException("RewriteMap are not implemented");
ApacheModRewrite\RuleBuilder.cs (1)
138throw new NotImplementedException("Symbolic links are not supported because " +
ApacheModRewrite\ServerVariables.cs (1)
50throw new NotImplementedException(Resources.FormatError_UnsupportedServerVariable(serverVariable));
ApacheModRewrite\TestStringParser.cs (1)
113throw new NotImplementedException("Segmented Lookups no implemented");
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
438_ => throw new NotImplementedException(input.ToString()),
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Common\RuntimeArchitectures.cs (1)
21_ => throw new NotImplementedException($"Unknown RuntimeInformation.OSArchitecture: {RuntimeInformation.OSArchitecture.ToString()}"),
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
234throw new NotImplementedException(_state.ToString());
Microsoft.AspNetCore.Shared.Tests (10)
ObjectMethodExecutorTest.cs (7)
442throw new NotImplementedException("Not Implemented Exception"); 489throw new NotImplementedException("Not Implemented Exception"); 495throw new NotImplementedException("Not Implemented Exception"); 501throw new NotImplementedException("Not Implemented Exception"); 507throw new NotImplementedException("Not Implemented Exception"); 517throw new NotImplementedException("Not Implemented Exception"); 524throw new NotImplementedException("Not Implemented Exception");
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
438_ => throw new NotImplementedException(input.ToString()),
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
234throw new NotImplementedException(_state.ToString());
Microsoft.AspNetCore.SignalR.Core (3)
HubLifetimeManager.cs (2)
149throw new NotImplementedException($"{GetType().Name} does not support client return values."); 160throw new NotImplementedException($"{GetType().Name} does not support client return values.");
Internal\NonInvokingSingleClientProxy.cs (1)
21throw new NotImplementedException($"The default implementation of {_memberName} does not support client return results.");
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetsInvoker.cs (1)
183var exception = new NotImplementedException(preconditionState.ToString());
Microsoft.AspNetCore.StaticFiles (1)
StaticFileContext.cs (1)
344var exception = new NotImplementedException(GetPreconditionState().ToString());
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
166throw new NotImplementedException("Use the other overload of CreateNode instead"); 176throw new NotImplementedException("Use the other overload of SendData instead");
BackEnd\Components\FileAccesses\OutOfProcNodeFileAccessManager.cs (2)
57throw new NotImplementedException("This method should not be called in OOP nodes."); 60throw new NotImplementedException("This method should not be called in OOP nodes.");
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (1)
376_ => throw new NotImplementedException($"Unsupported {nameof(TaskParameterMessageKind)} value: {args.Kind}")
BuildCheck\Infrastructure\CustomConfigurationData.cs (1)
96throw new NotImplementedException("CustomConfigurationData does not implement GetHashCode method");
TelemetryInfra\TelemetryDataUtils.cs (4)
79throw new NotImplementedException("Reading is not supported"); 121throw new NotImplementedException("Reading is not supported"); 214throw new NotImplementedException("Reading is not supported"); 295throw new NotImplementedException("Reading is not supported");
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\Helpers\ViewValidation.cs (1)
275throw new NotImplementedException($"Unknown type:{view.GetType().Name}");
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodeEndpointInProc_Tests.cs (1)
83public TComponent GetComponent<TComponent>(BuildComponentType type) where TComponent : IBuildComponent => throw new NotImplementedException("Not expected to be used.");
Microsoft.Build.Tasks.Core (2)
GenerateResource.cs (1)
3959throw new NotImplementedException("NYI");
ResourceHandling\MSBuildResXReader.cs (1)
127throw new NotImplementedException("User-facing error for bad resx that has child elements but not `value`");
Microsoft.Cci.Extensions (1)
Extensions\TypeExtensions.cs (1)
240throw new NotImplementedException("Called .Name on a currently unsupported type definition!");
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
RestrictedInternalsVisibleToAnalyzer.cs (1)
97_ => throw new NotImplementedException($"Unhandled OperationKind: {context.Operation.Kind}"),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\PreprocessorTests.cs (1)
383throw new NotImplementedException(dt.Kind().ToString());
Microsoft.CodeAnalysis.EditorFeatures (2)
Suggestions\SuggestedActions\SuggestedAction.cs (1)
102throw new NotImplementedException("Invoke(CancellationToken) is no longer supported. Use Invoke(IUIThreadOperationContext) instead.");
Suggestions\SuggestedActionsSource.cs (1)
122throw new NotImplementedException($"We implement {nameof(GetSuggestedActionCategoriesAsync)}. This should not be called.");
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\MemberInfo\TypeImpl.cs (1)
229throw new NotImplementedException(member.MemberType.ToString());
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\MapCode\MapCodeHandler.cs (1)
42throw new NotImplementedException("mapCode Request failed: additional workspace 'Update' is currently not supported");
Handler\RequestContextFactory.cs (1)
58throw new NotImplementedException($"TextDocumentIdentifier in an unrecognized type for method: {queueItem.MethodName}");
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
217throw new NotImplementedException($"Unrecognized {nameof(IMethodHandler)} implementation {handler.GetType()}.");
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\TestOperationVisitor.cs (1)
31throw new NotImplementedException(operation.GetType().ToString());
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextLoader.cs (1)
71throw new NotImplementedException($"{GetType()} must override {nameof(LoadTextAndVersionAsync)}");
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
SolutionGeneration.cs (1)
246throw new NotImplementedException("Need VB support");
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
217throw new NotImplementedException($"Unrecognized {nameof(IMethodHandler)} implementation {handler.GetType()}.");
Microsoft.Data.Analysis (6)
DataFrame.Arrow.cs (1)
141throw new NotImplementedException($"{fieldType.Name}");
DataFrame.Join.cs (1)
402throw new NotImplementedException(nameof(joinAlgorithm));
DataFrameColumns\StringDataFrameColumn.cs (1)
438throw new NotImplementedException(nameof(TKey));
PrimitiveDataFrameColumn.cs (3)
111throw new NotImplementedException(nameof(T)); 192throw new NotImplementedException(type.ToString()); 650throw new NotImplementedException(nameof(TKey));
Microsoft.Data.Analysis.Tests (1)
DataFrame.IOTests.cs (1)
119throw new NotImplementedException("Unit test has to be updated");
Microsoft.DotNet.AsmDiff (1)
DiffApiDefinition.cs (1)
58throw new NotImplementedException("Unknown CCI object type: " + obj.GetType());
Microsoft.DotNet.Build.Tasks.Feed (6)
src\AzureDevOpsArtifactFeed.cs (1)
54throw new NotImplementedException($"Project '{project}' within organization '{organization}' contains no feed permissions information.");
src\BlobUrlInfo.cs (1)
70throw new NotImplementedException("Authenticated SAS token blob URIs is not yet implemented");
src\CreateAzureDevOpsFeed.cs (1)
211throw new NotImplementedException($"Project '{project}' within organization '{organization}' has no visibility mapping.");
src\PublishArtifactsInManifestBase.cs (2)
824_ => throw new NotImplementedException($"Unknown asset selection type '{feedConfig.AssetSelection}'") 1044_ => throw new NotImplementedException("Unknown asset selection type '{feedConfig.AssetSelection}'")
src\PublishArtifactsInManifestV4.cs (1)
235_ => throw new NotImplementedException($"Unknown asset selection type '{feedConfig.AssetSelection}'")
Microsoft.DotNet.Git.IssueManager (2)
Helpers\RepositoryHelper.cs (2)
70throw new NotImplementedException("Creating issues is not currently supported for an Azure DevOps repo."); 98throw new NotImplementedException("Creating comments is not currently supported for an Azure DevOps repo.");
Microsoft.DotNet.SignCheckLibrary (2)
Logging\ConsoleLogger.cs (2)
64throw new NotImplementedException("ConsoleLogger does not support WriteStartResult."); 69throw new NotImplementedException("ConsoleLogger does not support WriteEndResult.");
Microsoft.DotNet.SignTool (3)
src\SignTool.cs (1)
233throw new NotImplementedException($"The zip file path '{zipFilePath}' already exists.");
src\ZipData.cs (2)
88throw new NotImplementedException("RPM signing is only supported on Linux platform"); 139throw new NotImplementedException("RPM signing is only supported on Linux platform");
Microsoft.DotNet.StrongName (1)
Signing.cs (1)
186throw new NotImplementedException("Cannot sign with the ECMA key.");
Microsoft.DotNet.VersionTools.Cli (1)
VersionTrimmingOperation.cs (1)
47throw new NotImplementedException("Version trimming applies only to NuGet assets. " +
Microsoft.Interop.SourceGeneration (2)
Marshalling\MarshallerHelpers.cs (2)
414throw new NotImplementedException($"Support for some RefKind: {typeInfo.RefKind}"); 435_ => throw new NotImplementedException($"Support for some RefKind: {typeInfo.RefKind}")
Microsoft.JSInterop.Tests (3)
JSInProcessRuntimeTest.cs (3)
111=> throw new NotImplementedException("This test only covers sync calls"); 114=> throw new NotImplementedException("This test only covers sync calls"); 117=> throw new NotImplementedException("This test only covers sync calls");
Microsoft.Maui.Controls (4)
Application\Application.cs (2)
540 throw new NotImplementedException($"Either set {nameof(MainPage)} or override {nameof(Application.CreateWindow)}."); 550 throw new NotImplementedException($"Either set {nameof(MainPage)} or override {nameof(Application.CreateWindow)}.");
Device.cs (1)
148 throw new NotImplementedException("The current platform does not implement the IFontNamedSizeService dependency service.");
StyleSheets\Selector.cs (1)
44 throw new NotImplementedException("Attributes not implemented");
Microsoft.Maui.Essentials (1)
Types\Shared\Exceptions.shared.cs (1)
26 : base("This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.")
Microsoft.ML.AutoML (5)
API\BinaryClassificationExperiment.cs (1)
482_ => throw new NotImplementedException($"{metric} is not supported!"),
API\MulticlassClassificationExperiment.cs (1)
457_ => throw new NotImplementedException($"{metric} is not supported!"),
API\RegressionExperiment.cs (1)
477_ => throw new NotImplementedException($"{metric} is not supported!"),
Experiment\Experiment.cs (1)
111throw new NotImplementedException($"{nameof(ChannelMessageKind)}.{e.Kind} is not yet implemented.");
Experiment\Runners\CrossValSummaryRunner.cs (1)
157throw new NotImplementedException($"Metric {typeof(TMetrics)} not implemented");
Microsoft.ML.AutoML.SourceGenerator (1)
SearchSpaceGenerator.cs (1)
121_ => throw new NotImplementedException("only support int|boolean|string"),
Microsoft.ML.Core (4)
Utilities\Contracts.cs (4)
422=> Process(new NotImplementedException(msg)); 424=> Process(new NotImplementedException(msg), ctx); 426=> Process(new NotImplementedException(GetMsg(msg, args))); 428=> Process(new NotImplementedException(GetMsg(msg, args)), ctx);
Microsoft.ML.CpuMath (4)
src\Microsoft.ML.Core\Utilities\Contracts.cs (4)
422=> Process(new NotImplementedException(msg)); 424=> Process(new NotImplementedException(msg), ctx); 426=> Process(new NotImplementedException(GetMsg(msg, args))); 428=> Process(new NotImplementedException(GetMsg(msg, args)), ctx);
Microsoft.ML.GenAI.Core (2)
Module\RotaryEmbedding.cs (1)
97throw new NotImplementedException("Rope type not implemented");
Utility\AttentionMaskConverter.cs (1)
58throw new NotImplementedException("Sliding window is not supported for non-causal masks");
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaMLP.cs (1)
53throw new NotImplementedException("PretrainingTp > 1 is not supported yet.");
Microsoft.ML.GenAI.Phi (1)
Module\Phi2Model.cs (1)
66throw new NotImplementedException("inputEmbeddings is not supported");
Microsoft.ML.OnnxTransformer (3)
OnnxTransform.cs (1)
616=> throw new NotImplementedException("This should never be called!");
OnnxUtils.cs (2)
537throw new NotImplementedException($"Not implemented type {typeof(T)}"); 557throw new NotImplementedException($"Not implemented type {typeof(T)}");
Microsoft.ML.StandardTrainers (1)
Standard\MulticlassClassification\OneVersusAllTrainer.cs (1)
911throw new NotImplementedException("Softmax's PFA exporter is not implemented yet.");
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
699=> throw new NotImplementedException("This should never be called!");
Microsoft.ML.TorchSharp (4)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
791=> throw new NotImplementedException("This should never be called!");
NasBert\NasBertTrainer.cs (1)
567=> throw new NotImplementedException("This should never be called!");
Roberta\QATrainer.cs (1)
762=> throw new NotImplementedException("This should never be called!");
TorchSharpBaseTrainer.cs (1)
486=> throw new NotImplementedException("This should never be called!");
Negotiate.Client (1)
Controllers\AuthTestController.cs (1)
357default: throw new NotImplementedException(Request.Protocol);
PresentationFramework (4)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
103throw new NotImplementedException(SR.FilterBindRegionNotImplemented);
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
326throw new NotImplementedException(SR.FilterBindRegionNotImplemented);
MS\Internal\IO\Packaging\PackageFilter.cs (1)
258throw new NotImplementedException(SR.FilterBindRegionNotImplemented);
MS\Internal\IO\Packaging\XpsFilter.cs (1)
291throw new NotImplementedException(SR.FilterBindRegionNotImplemented);
ResultsOfTGenerator (2)
Program.cs (2)
1046_ => throw new NotImplementedException("Add more numbers") 1071_ => throw new NotImplementedException("Add more numbers")
ServerComparison.FunctionalTests (1)
HelloWorldTest.cs (1)
108throw new NotImplementedException(variant.Server.ToString());
SocialSample (1)
Startup.cs (1)
487throw new NotImplementedException(currentAuthType);
System.CodeDom (4)
System\CodeDom\Compiler\CodeDomProvider.cs (4)
171throw new NotImplementedException(SR.NotSupported_CodeDomAPI); 183throw new NotImplementedException(SR.NotSupported_CodeDomAPI); 193throw new NotImplementedException(SR.NotSupported_CodeDomAPI); 203throw new NotImplementedException(SR.NotSupported_CodeDomAPI);
System.ComponentModel.Annotations (1)
src\libraries\Common\src\System\NotImplemented.cs (1)
21return new NotImplementedException(message);
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ExceptionBuilder.cs (1)
46return new NotImplementedException(message);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
4209throw new NotImplementedException(SR.Format(SR.CustomTypeProviderNotImplemented, memberName));
System.Composition.Hosting (2)
System\Composition\Hosting\Core\CycleBreakingExportDescriptor.cs (1)
44var ex = new NotImplementedException(SR.NotImplemented_MetadataCycles);
System\Composition\Hosting\Core\CycleBreakingMetadataDictionary.cs (1)
24var ex = new NotImplementedException(SR.NotImplemented_MetadataCycles);
System.Data.Odbc (1)
src\libraries\Common\src\System\NotImplemented.cs (1)
21return new NotImplementedException(message);
System.Net.Http (3)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackDecoder.cs (1)
234throw new NotImplementedException(_state.ToString());
src\libraries\Common\src\System\NotImplemented.cs (1)
21return new NotImplementedException(message);
System.Net.Mail (1)
src\libraries\Common\src\System\NotImplemented.cs (1)
21return new NotImplementedException(message);
System.Net.NetworkInformation (1)
src\libraries\Common\src\System\NotImplemented.cs (1)
21return new NotImplementedException(message);
System.Net.Primitives (1)
src\libraries\Common\src\System\NotImplemented.cs (1)
21return new NotImplementedException(message);
System.Net.Requests (1)
src\libraries\Common\src\System\NotImplemented.cs (1)
21return new NotImplementedException(message);
System.Net.Security (1)
src\libraries\Common\src\System\NotImplemented.cs (1)
21return new NotImplementedException(message);
System.Private.CoreLib (1)
src\libraries\Common\src\System\NotImplemented.cs (1)
21return new NotImplementedException(message);
System.Private.DataContractSerialization (3)
src\libraries\Common\src\System\NotImplemented.cs (1)
21return new NotImplementedException(message);
System\Runtime\Serialization\Json\ReflectionJsonFormatReader.cs (1)
235throw new NotImplementedException(SR.Format(SR.MustBeGreaterThanZero, keyTypeNullableDepth));
System\Runtime\Serialization\XmlDataContract.cs (1)
366throw new NotImplementedException("ReflectionCreateXmlSerializable - value type");
System.Private.Windows.Core (1)
Windows\Win32\Graphics\GdiPlus\StatusExtensions.cs (1)
36return new NotImplementedException(SR.GdiplusNotImplemented);
System.Private.Xml (4)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (4)
992throw new NotImplementedException("sm.DerivedMappings != null"); 1136throw new NotImplementedException("memberMapping.ChoiceIdentifier != null"); 1571throw new NotImplementedException(nameof(XmlSchemaObject)); 1977throw new NotImplementedException("special.TypeDesc.CanBeAttributeValue");
System.Reflection.Emit (1)
System\Reflection\Emit\CustomAttributeWrapper.cs (1)
154throw new NotImplementedException(SR.Format(SR.NotImplemented_TypeForValue, t));
System.Security.Cryptography (19)
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (3)
285throw new NotImplementedException("The PKCS#8 format is still under debate"); 315throw new NotImplementedException("The PKCS#8 format is still under debate"); 335throw new NotImplementedException("The PKCS#8 format is still under debate");
System\Security\Cryptography\AsymmetricAlgorithm.cs (8)
97throw new NotImplementedException(SR.NotSupported_SubclassOverride); 105throw new NotImplementedException(SR.NotSupported_SubclassOverride); 109throw new NotImplementedException(SR.NotSupported_SubclassOverride); 112throw new NotImplementedException(SR.NotSupported_SubclassOverride); 148throw new NotImplementedException(SR.NotSupported_SubclassOverride); 157throw new NotImplementedException(SR.NotSupported_SubclassOverride); 161throw new NotImplementedException(SR.NotSupported_SubclassOverride); 164throw new NotImplementedException(SR.NotSupported_SubclassOverride);
System\Security\Cryptography\DSA.cs (1)
919new NotImplementedException(SR.NotSupported_SubclassOverride);
System\Security\Cryptography\ECDiffieHellman.cs (1)
167return new NotImplementedException(SR.NotSupported_SubclassOverride);
System\Security\Cryptography\ECDiffieHellman.Xml.cs (2)
10throw new NotImplementedException(SR.Cryptography_ECXmlSerializationFormatRequired); 15throw new NotImplementedException(SR.Cryptography_ECXmlSerializationFormatRequired);
System\Security\Cryptography\ECDiffieHellmanPublicKey.cs (1)
43throw new NotImplementedException(SR.NotSupported_SubclassOverride);
System\Security\Cryptography\ECDsa.Xml.cs (2)
13throw new NotImplementedException(SR.Cryptography_ECXmlSerializationFormatRequired); 18throw new NotImplementedException(SR.Cryptography_ECXmlSerializationFormatRequired);
System\Security\Cryptography\RSA.cs (1)
360new NotImplementedException(SR.NotSupported_SubclassOverride);
System.Windows.Forms.Design (13)
System\ComponentModel\Design\ComponentDesigner.cs (1)
132=> throw new NotImplementedException(SR.NotImplementedByDesign);
System\Windows\Forms\Design\AxImporter.cs (1)
13throw new NotImplementedException(SR.NotImplementedByDesign);
System\Windows\Forms\Design\ComponentDocumentDesigner.cs (11)
20public Control Control => throw new NotImplementedException(SR.NotImplementedByDesign); 27get => throw new NotImplementedException(SR.NotImplementedByDesign); 28set => throw new NotImplementedException(SR.NotImplementedByDesign); 36get => throw new NotImplementedException(SR.NotImplementedByDesign); 37set => throw new NotImplementedException(SR.NotImplementedByDesign); 42get => throw new NotImplementedException(SR.NotImplementedByDesign); 72throw new NotImplementedException(SR.NotImplementedByDesign); 85throw new NotImplementedException(SR.NotImplementedByDesign); 119throw new NotImplementedException(SR.NotImplementedByDesign); 129throw new NotImplementedException(SR.NotImplementedByDesign); 140throw new NotImplementedException(SR.NotImplementedByDesign);
System.Windows.Forms.Design.Tests (2)
CodeDomHelpers.cs (2)
48throw new NotImplementedException("Directives not supported."); 100throw new NotImplementedException(o.ToString());
System.Windows.Forms.TestUtilities (1)
SystemEventsHelper.cs (1)
82throw new NotImplementedException($"Not implemented category {category}.");
System.Xaml (1)
System\Xaml\XamlWriter.cs (1)
59throw new NotImplementedException(SR.MissingCaseXamlNodes);
System.Xaml.Tests (1)
System\Xaml\Replacements\EventConverterTests.cs (1)
121throw new NotImplementedException(serviceType.ToString());
Text.Analyzers (2)
IdentifiersShouldBeSpelledCorrectly.cs (2)
501_ => throw new NotImplementedException($"Unknown SymbolKind: {symbol.Kind}"), 520_ => throw new NotImplementedException($"Unknown SymbolKind: {symbol.Kind}"),
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
485throw new System.NotImplementedException(SR.NoITextDocumentFromRichEdit); 494throw new System.NotImplementedException(SR.NoITextDocumentFromRichEdit);
xunit.assert (6)
ExceptionAsserts.cs (4)
84 throw new NotImplementedException("You must call Assert.ThrowsAsync (and await the result) when testing async code."); 122 throw new NotImplementedException("You must call Assert.ThrowsAsync<T> (and await the result) when testing async code."); 186 throw new NotImplementedException("You must call Assert.ThrowsAsync<T> (and await the result) when testing async code."); 239 throw new NotImplementedException("You must call Assert.ThrowsAnyAsync<T> (and await the result) when testing async code.");
PropertyAsserts.cs (1)
71 throw new NotImplementedException("You must call Assert.PropertyChangedAsync (and await the result) when testing async code.");
Record.cs (1)
96 throw new NotImplementedException("You must call Assert.RecordExceptionAsync (and await the result) when testing async code.");