1972 references to Obsolete
aspire (2)
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (2)
525[Obsolete("Use Message instead.")] 1092[Obsolete("Use ResourceType property instead.")]
Aspire.Azure.Data.Tables (2)
AspireTablesExtensions.cs (2)
47[Obsolete("Use AddAzureTableServiceClient instead. This method will be removed in a future version.")] 83[Obsolete("Use AddKeyedAzureTableServiceClient instead. This method will be removed in a future version.")]
Aspire.Azure.Storage.Blobs (2)
AspireBlobStorageExtensions.cs (2)
49[Obsolete("Use AddAzureBlobServiceClient instead. This method will be removed in a future version.")] 95[Obsolete("Use AddKeyedAzureBlobServiceClient instead. This method will be removed in a future version.")]
Aspire.Azure.Storage.Queues (2)
AspireQueueStorageExtensions.cs (2)
58[Obsolete("Use AddAzureQueueServiceClient instead.")] 103[Obsolete("Use AddKeyedAzureQueueServiceClient instead.")]
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
171[Obsolete("Use Disabled instead.")]
Aspire.Hosting (48)
ApplicationModel\AfterEndpointsAllocatedEvent.cs (1)
29[Obsolete("The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.")]
ApplicationModel\CommandOptions.cs (1)
27[Obsolete("Use Arguments to describe invocation arguments and ExecuteCommandContext.Arguments to read them.")]
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (1)
281[Obsolete("Use Services instead.")]
ApplicationModel\CustomResourceSnapshot.cs (2)
466public sealed record ResourceCommandSnapshot(string Name, ResourceCommandState State, string DisplayName, string? DisplayDescription, [property: Obsolete("Use Arguments to describe invocation arguments.")] object? Parameter, string? ConfirmationMessage, string? IconName, IconVariant? IconVariant, bool IsHighlighted) 570[Obsolete("Use CustomResourceSnapshot.IsHidden instead.")]
ApplicationModel\DockerBuildArg.cs (1)
12[Obsolete("Use DockerfileBuildAnnotation to define docker build arguments.")]
ApplicationModel\EndpointAnnotation.cs (2)
384[Obsolete("This property will be marked as internal in future Aspire release. Use AllocatedEndpoint and AllAllocatedEndpoints properties to access and change allocated endpoints associated with an EndpointAnnotation.")] 425[Obsolete("This method is for internal use only and will be marked internal in a future Aspire release. Use AddOrUpdateAllocatedEndpoint instead.")]
ApplicationModel\HttpCommandContext.cs (2)
16[Obsolete("Use Services instead.")] 103[Obsolete("Use Services instead.")]
ApplicationModel\ParameterResource.cs (1)
42[Obsolete("Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).")]
ApplicationModel\ProcessCommandResultContext.cs (1)
20[Obsolete("Use Services instead.")]
ApplicationModel\ResourceCommandAnnotation.cs (4)
125[Obsolete("Use Arguments to describe invocation arguments and ExecuteCommandContext.Arguments to read them.")] 310[Obsolete("Use Message instead.")] 380[Obsolete("Use Services instead.")] 448[Obsolete("Use Services instead.")]
ApplicationModel\ResourceExtensions.cs (7)
202[Obsolete($"Use {nameof(ExecutionConfigurationBuilder)} instead.")] 246[Obsolete($"Use {nameof(ExecutionConfigurationBuilder)} instead.")] 349[Obsolete("Use ExecutionConfigurationBuilder instead.")] 389[Obsolete("Use ExecutionConfigurationBuilder instead.")] 412[Obsolete("Use ExecutionConfigurationBuilder instead.")] 446[Obsolete("Use ExecutionConfigurationBuilder instead.")] 482[Obsolete("Use ExecutionConfigurationBuilder instead.")]
ApplicationModel\ResourceNotificationService.cs (1)
48[Obsolete($"""
ApplicationModel\ResourceUrlAnnotation.cs (1)
36[Obsolete("DisplayOrder was incorrectly created as a field. It will be re-added as a property in a future Aspire version.")]
Backchannel\BackchannelDataTypes.cs (2)
525[Obsolete("Use Message instead.")] 1092[Obsolete("Use ResourceType property instead.")]
DistributedApplicationExecutionContext.cs (1)
76[Obsolete("Use Services instead.")]
DistributedApplicationExecutionContextOptions.cs (1)
38[Obsolete("Use Services instead.")]
ExecutableResourceBuilderExtensions.cs (1)
93[Obsolete("Use builder.PublishAsDockerFile(c => c.WithBuildArg(name, value)) instead.")]
IInteractionService.cs (1)
445[Obsolete("Use GetFiles() and dispose the returned collection when the files are no longer needed.")]
Lifecycle\IDistributedApplicationLifecycleHook.cs (1)
11[Obsolete("Use IDistributedApplicationEventingSubscriber instead.")]
Lifecycle\LifecycleHookServiceCollectionExtensions.cs (4)
19[Obsolete("Use EventingSubscriberServiceCollectionExtensions.AddEventingSubscriber instead.")] 31[Obsolete("Use EventingSubscriberServiceCollectionExtensions.TryAddEventingSubscriber instead.")] 44[Obsolete("Use EventingSubscriberServiceCollectionExtensions.AddEventingSubscriber instead.")] 57[Obsolete("Use EventingSubscriberServiceCollectionExtensions.TryAddEventingSubscriber instead.")]
ParameterResourceBuilderExtensions.cs (1)
367[Obsolete("PublishAsConnectionString only works with the manifest publisher and is obsolete. Use AddConnectionString in publish-mode app model code instead.")]
Pipelines\IPipelineActivityReporter.cs (1)
46[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Pipelines\IReportingStep.cs (1)
37[Obsolete("Use Log(LogLevel, string) or Log(LogLevel, MarkdownString) instead.")]
Pipelines\NullPipelineActivityReporter.cs (1)
30[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Pipelines\PipelineActivityReporter.cs (1)
280[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
PublisherDistributedApplicationBuilderExtensions.cs (1)
22[Obsolete("IDistributedApplicationPublisher is obsolete. Use PipelineStep where applicable.")]
Publishing\IDistributedApplicationPublisher.cs (1)
11[Obsolete("IDistributedApplicationPublisher is obsolete. Use PipelineStep where applicable.")]
Publishing\ManifestPublisher.cs (1)
13[Obsolete("ManifestPublisher is obsolete. Use the publish-manifest pipeline step.")]
Publishing\PublishingOptions.cs (1)
9[Obsolete("PublishingOptions is obsolete. Use PipelineOptions where applicable.")]
ResourceBuilderExtensions.cs (3)
2882[Obsolete("This method is obsolete and will be removed in a future version. Use the WithHttpHealthCheck method instead.")] 2975[Obsolete("This method is obsolete and will be removed in a future version. Use the overload that accepts a CommandOptions instance instead.")] 3258[Obsolete("Use withProcessCommand with createProcessSpec in the options object instead.")]
Aspire.Hosting.Azure (7)
AzureBicepResource.cs (3)
441[Obsolete("KnownParameters.KeyVaultName is deprecated. Use an AzureKeyVaultResource instead.")] 452[Obsolete("KnownParameters.LogAnalyticsWorkspaceId is deprecated. Use an AzureLogAnalyticsWorkspaceResource instead.")] 524[Obsolete("BicepSecretOutputReference is no longer supported. Use IAzureKeyVaultResource instead.")]
AzureBicepResourceExtensions.cs (2)
69[Obsolete("GetSecretOutput is obsolete. Use IAzureKeyVaultResource.GetSecret instead.")] 98[Obsolete("BicepSecretOutputReference is no longer supported. Use WithEnvironment(IAzureKeyVaultSecretReference) instead.")]
AzureResourceExtensions.cs (1)
25[Obsolete("PublishAsConnectionString only works with the manifest publisher and is obsolete. Use AddConnectionString in publish-mode app model code instead.")]
IAzureContainerRegistry.cs (1)
11[Obsolete("Use IAzureContainerRegistryResource instead and access container registry through IAzureComputeEnvironmentResource.ContainerRegistry property.")]
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppExtensions.cs (1)
40[Obsolete($"Use {nameof(AddAzureContainerAppEnvironment)} instead. This method will be removed in a future version.")]
Aspire.Hosting.Azure.CognitiveServices (5)
AzureOpenAIDeployment.cs (1)
17[Obsolete("AzureOpenAIDeployment is deprecated. Please use AzureOpenAIDeploymentResource instead.")]
AzureOpenAIExtensions.cs (1)
169[Obsolete("AddDeployment taking an AzureOpenAIDeployment is deprecated. Please the AddDeployment overload that returns an AzureOpenAIDeploymentResource instead.")]
AzureOpenAIResource.cs (3)
22[Obsolete("Use AzureOpenAIDeploymentResource instead.")] 67[Obsolete("AzureOpenAIDeployment is deprecated.")] 72[Obsolete("AzureOpenAIDeployment is deprecated.")]
Aspire.Hosting.Azure.CosmosDB (3)
AzureCosmosDBExtensions.cs (2)
74[Obsolete($"Use {nameof(RunAsEmulator)} instead.")] 338[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use {nameof(AddCosmosDatabase)} instead to add a Cosmos DB database.")]
AzureCosmosDBResource.cs (1)
34[Obsolete("BicepSecretOutputReference is no longer supported. Use ConnectionStringOutput instead.")]
Aspire.Hosting.Azure.EventHubs (4)
AzureEventHubsExtensions.cs (4)
141[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use {nameof(AddHub)} instead to add an Azure Event Hub.")] 372[Obsolete($"This method is obsolete because it doesn't work as intended and will be removed in a future version.")] 386[Obsolete($"This method is obsolete because it doesn't work as intended and will be removed in a future version.")] 400[Obsolete("Use WithHostPort instead.")]
Aspire.Hosting.Azure.Kubernetes.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Azure.PostgreSQL (3)
AzurePostgresExtensions.cs (2)
101[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzurePostgresFlexibleServer)} instead to add an Azure PostgreSQL Flexible Server resource.")] 110[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzurePostgresFlexibleServer)} instead to add an Azure PostgreSQL Flexible Server resource.")]
AzurePostgresResource.cs (1)
13[Obsolete($"This class is obsolete and will be removed in a future version. Use {nameof(AzurePostgresExtensions.AddAzurePostgresFlexibleServer)} instead to add an Azure Postgres Flexible Server resource.")]
Aspire.Hosting.Azure.Redis (8)
AzureRedisCacheResource.cs (1)
17[Obsolete($"This class is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")]
AzureRedisExtensions.cs (6)
25[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")] 84[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")] 114[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")] 153[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")] 198[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")] 229[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")]
AzureRedisResource.cs (1)
13[Obsolete($"This class is obsolete and will be removed in a future version. Use {nameof(AzureRedisExtensions.AddAzureRedis)} instead to add an Azure Cache for Redis resource.")]
Aspire.Hosting.Azure.ServiceBus (4)
AzureServiceBusExtensions.cs (4)
155[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use {nameof(AddServiceBusQueue)} instead to add an Azure Service Bus Queue.")] 215[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use {nameof(AddServiceBusTopic)} instead to add an Azure Service Bus Topic.")] 234[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use {nameof(AddServiceBusTopic)} and {nameof(AddServiceBusSubscription)} instead to add an Azure Service Bus Topic and Subscriptions.")] 303[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddServiceBusSubscription)} instead to add an Azure Service Bus Subscription to a Topic.")]
Aspire.Hosting.Azure.Sql (3)
AzureSqlExtensions.cs (2)
60[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzureSqlServer)} instead to add an Azure SQL server resource.")] 69[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzureSqlServer)} instead to add an Azure SQL server resource.")]
AzureSqlServerResource.cs (1)
48[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureSqlExtensions.AddAzureSqlServer)} instead to add an Azure SQL server resource.")]
Aspire.Hosting.Azure.Storage (1)
AzureStorageExtensions.cs (1)
551[Obsolete("Use AddBlobContainer on IResourceBuilder<AzureStorageResource> instead.")]
Aspire.Hosting.Azure.Tests (18)
PublicApiTests\CosmosDBPublicApiTests.cs (2)
365[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use AddCosmosDatabase instead to add a Cosmos DB database.")] 380[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use AddCosmosDatabase instead to add a Cosmos DB database.")]
PublicApiTests\EventHubsPublicApiTests.cs (3)
150[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use AddHub instead to add an Azure Event Hub.")] 165[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use AddHub instead to add an Azure Event Hub.")] 301[Obsolete("Use WithHostPort instead.")]
PublicApiTests\PostgreSQLPublicApiTests.cs (4)
12[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzurePostgresFlexibleServer instead to add an Azure PostgreSQL Flexible Server resource.")] 28[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzurePostgresFlexibleServer instead to add an Azure PostgreSQL Flexible Server resource.")] 122[Obsolete($"This class is obsolete and will be removed in a future version. Use AddAzurePostgresFlexibleServer instead to add an Azure Postgres Flexible Server resource.")] 135[Obsolete($"This class is obsolete and will be removed in a future version. Use AddAzurePostgresFlexibleServer instead to add an Azure Postgres Flexible Server resource.")]
PublicApiTests\RedisPublicApiTests.cs (4)
42[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzureRedis instead to add an Azure Cache for Redis resource.")] 57[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzureRedis instead to add an Azure Cache for Redis resource.")] 125[Obsolete($"This class is obsolete and will be removed in a future version. Use {nameof(AzureRedisExtensions.AddAzureRedis)} instead to add an Azure Cache for Redis resource.")] 138[Obsolete($"This class is obsolete and will be removed in a future version. Use {nameof(AzureRedisExtensions.AddAzureRedis)} instead to add an Azure Cache for Redis resource.")]
PublicApiTests\ServiceBusPublicApiTests.cs (2)
52[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use AddServiceBusQueue instead to add an Azure Service Bus Queue.")] 67[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use AddServiceBusQueue instead to add an Azure Service Bus Queue.")]
PublicApiTests\SqlPublicApiTests.cs (2)
59[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzureSqlServer instead to add an Azure SQL server resource.")] 74[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzureSqlServer instead to add an Azure SQL server resource.")]
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Docker.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Foundry.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Garnet (1)
GarnetBuilderExtensions.cs (1)
281[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the keysChangedThreshold parameter.")]
Aspire.Hosting.Garnet.Tests (1)
GarnetPublicApiTests.cs (1)
91[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the keysChangedThreshold parameter.")]
Aspire.Hosting.GitHub.Models (14)
GithubModel.cs (1)
11[Obsolete(GitHubModelsDeprecation.Message)]
GitHubModel.Obsolete.cs (6)
17[Obsolete("This model has been removed from GitHub Models.")] 27[Obsolete("This model has been removed from GitHub Models.")] 34[Obsolete("This model has been removed from GitHub Models.")] 47[Obsolete("This model has been removed from GitHub Models.")] 57[Obsolete("This model has been removed from GitHub Models.")] 64[Obsolete("This model has been removed from GitHub Models.")]
GitHubModelResource.cs (1)
12[Obsolete(GitHubModelsDeprecation.Message)]
GitHubModelsExtensions.cs (6)
25[Obsolete(GitHubModelsDeprecation.Message)] 104[Obsolete(GitHubModelsDeprecation.Message)] 123[Obsolete(GitHubModelsDeprecation.Message)] 139[Obsolete(GitHubModelsDeprecation.Message)] 153[Obsolete(GitHubModelsDeprecation.Message)] 198[Obsolete(GitHubModelsDeprecation.Message)]
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
660[Obsolete("Use WithDelveServer() or WithDelveServer(DelveServerOptions) instead.")]
Aspire.Hosting.Java.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Keycloak (1)
KeycloakResourceBuilderExtensions.cs (1)
213[Obsolete("Use WithRealmImport(string import) instead.")]
Aspire.Hosting.Kubernetes.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Milvus (1)
MilvusBuilderExtensions.cs (1)
201[Obsolete("Use WithConfigurationFile instead.")]
Aspire.Hosting.MongoDB (1)
MongoDBBuilderExtensions.cs (1)
240[Obsolete("Use WithInitFiles instead.")]
Aspire.Hosting.MySql (1)
MySqlBuilderExtensions.cs (1)
381[Obsolete("Use WithInitFiles instead.")]
Aspire.Hosting.Nats (1)
NatsBuilderExtensions.cs (1)
129[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the srcMountPath parameter and WithDataBindMount extension instead if you want to keep data locally.")]
Aspire.Hosting.Nats.Tests (1)
NatsPublicApiTests.cs (1)
84[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the srcMountPath parameter and WithDataBindMount extension instead if you want to keep data locally.")]
Aspire.Hosting.Oracle (1)
OracleDatabaseBuilderExtensions.cs (1)
134[Obsolete("Use WithInitFiles instead.")]
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
506[Obsolete("Use WithInitFiles instead.")]
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
179[Obsolete("Use AddPythonScript, AddPythonModule, or AddPythonExecutable and chain with .WithArgs(...) instead.")] 221[Obsolete("Use AddPythonScript, AddPythonModule, or AddPythonExecutable and chain with .WithVirtualEnvironment(...).WithArgs(...) instead.")]
Aspire.Hosting.RemoteHost.Tests (1)
AttributeDataReaderTests.cs (1)
218[Obsolete("Official obsolete method")]
Aspire.Hosting.Rust.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
dotnet-svcutil-lib (23)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeDOMProvider.cs (3)
121[Obsolete("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")] 136[Obsolete("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")] 139[Obsolete("Callers should not use the ICodeParser interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")]
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
57[Obsolete("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.")] 63[Obsolete("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class.")]
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (2)
70[Obsolete("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.")] 76[Obsolete("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class.")]
FrameworkFork\Microsoft.Xml\Xml\Core\ValidationType.cs (2)
25[Obsolete("Validation type should be specified as DTD or Schema.")] 32[Obsolete("XDR Validation through XmlValidatingReader is obsoleted")]
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (1)
281[Obsolete("Use XmlReaderSettings.DtdProcessing property instead.")]
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
402[Obsolete("Use DtdProcessing property instead.")]
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs (1)
18[Obsolete("Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
226[Obsolete("Use Microsoft.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202")] 238[Obsolete("Use Microsoft.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (1)
142[Obsolete("This property has been deprecated. Please use AttributeSchemaType property that returns a strongly typed attribute type. http://go.microsoft.com/fwlink/?linkid=14202")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
24[Obsolete("Use Microsoft.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (1)
232[Obsolete("This property has been deprecated. Please use ElementSchemaType property that returns a strongly typed element type. http://go.microsoft.com/fwlink/?linkid=14202")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaType.cs (1)
138[Obsolete("This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202")]
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifier.cs (1)
28[Obsolete("This class should never get constructed as it contains only static methods.")]
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (2)
829[Obsolete("Use XmlConvert.ToString() that takes in XmlDateTimeSerializationMode")] 1370[Obsolete("Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode")]
FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
30[Obsolete("For SMDiagnostics.dll use only. Call DiagnosticUtility.ExceptionUtility instead")]
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WindowsClientCredential.cs (1)
66[ObsoleteAttribute("This property is deprecated and is maintained for backward compatibility only. The local machine policy will be used to determine if NTLM should be used.")]
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
illink (5)
Infrastructure.Common (1)
xunit\WcfTestCase.cs (1)
28[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
Microsoft.AspNetCore (1)
WebHost.cs (1)
27[Obsolete("WebHost is obsolete. Use HostBuilder or WebApplicationBuilder instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
Microsoft.AspNetCore.Authentication (8)
AuthenticationHandler.cs (2)
74[Obsolete("ISystemClock is obsolete, use TimeProvider instead.")] 116[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
ISystemClock.cs (1)
9[Obsolete("Use TimeProvider instead.")]
PolicySchemeHandler.cs (1)
23[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
RemoteAuthenticationHandler.cs (1)
48[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
SignInAuthenticationHandler.cs (1)
24[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
SignOutAuthenticationHandler.cs (1)
23[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
SystemClock.cs (1)
9[Obsolete("Use TimeProvider instead.")]
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
44[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookHandler.cs (1)
26[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
Microsoft.AspNetCore.Authentication.Google (1)
GoogleHandler.cs (1)
27[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerHandler.cs (1)
26[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
JwtBearerOptions.cs (1)
117[Obsolete("SecurityTokenValidators is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenValidators, set UseSecurityTokenValidators to true. See https://aka.ms/aspnetcore8/security-token-changes")]
Microsoft.AspNetCore.Authentication.MicrosoftAccount (3)
MicrosoftAccountHandler.cs (1)
27[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
MicrosoftChallengeProperties.cs (2)
17[Obsolete("This parameter is not supported in MicrosoftAccountHandler.")] 61[Obsolete("This parameter is not supported in MicrosoftAccountHandler.")]
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
36[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
44[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (1)
56[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
OpenIdConnectOptions.cs (1)
273[Obsolete("SecurityTokenValidator is no longer used by default. Use TokenHandler instead. To continue using SecurityTokenValidator, set UseSecurityTokenValidator to true. See https://aka.ms/aspnetcore8/security-token-changes")]
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterHandler.cs (1)
41[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
Microsoft.AspNetCore.Authentication.WsFederation (2)
WsFederationHandler.cs (1)
30[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
WsFederationOptions.cs (1)
109[Obsolete("SecurityTokenHandlers is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenHandlers, set UseSecurityTokenHandlers to true. See https://aka.ms/aspnetcore8/security-token-changes")]
Microsoft.AspNetCore.Components (2)
Routing\Router.cs (1)
74[Obsolete("NotFound is deprecated. Use NotFoundPage instead.")]
src\aspnetcore\src\Http\Routing\src\Patterns\RoutePatternException.cs (1)
50[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
Microsoft.AspNetCore.Components.Forms (1)
EditContext.cs (1)
237[Obsolete("Validate is obsolete. Use ValidateAsync instead.")]
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackSerializationException.cs (1)
51[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")]
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
WebAssemblyNetDebugProxyAppBuilderExtensions.cs (1)
20[Obsolete(Obsoletions.UseWebAssemblyDebuggingMessage, DiagnosticId = Obsoletions.UseWebAssemblyDebuggingDiagId, UrlFormat = Obsoletions.AspNetCoreDeprecate011Url)]
Microsoft.AspNetCore.Connections.Abstractions (6)
Features\ITlsHandshakeFeature.cs (6)
42[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 50[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 58[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 66[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 74[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 82[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)]
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (4)
DatabaseErrorPageExtensions.cs (3)
14[Obsolete("This is obsolete and will be removed in a future version. Use DatabaseDeveloperPageExceptionFilter instead, see documentation at https://aka.ms/DatabaseDeveloperPageExceptionFilter.")] 23[Obsolete("This is obsolete and will be removed in a future version. Use DatabaseDeveloperPageExceptionFilter instead, see documentation at https://aka.ms/DatabaseDeveloperPageExceptionFilter.")] 39[Obsolete("This is obsolete and will be removed in a future version. Use DatabaseDeveloperPageExceptionFilter instead, see documentation at https://aka.ms/DatabaseDeveloperPageExceptionFilter.")]
DatabaseErrorPageMiddleware.cs (1)
51[Obsolete("This is obsolete and will be removed in a future version. Use DatabaseDeveloperPageExceptionFilter instead, see documentation at https://aka.ms/DatabaseDeveloperPageExceptionFilter.")]
Microsoft.AspNetCore.Hosting (3)
Internal\WebHost.cs (1)
22[Obsolete("WebHost is obsolete. Use Host.CreateDefaultBuilder or WebApplication.CreateBuilder instead.")]
WebHostBuilder.cs (1)
24[Obsolete("WebHostBuilder is deprecated in favor of HostBuilder and WebApplicationBuilder. For more information, visit https://aka.ms/aspnet/deprecate/004.", DiagnosticId = "ASPDEPR004", UrlFormat = Obsoletions.AspNetCoreDeprecate004Url)]
WebHostExtensions.cs (1)
16[Obsolete("WebHostExtensions is obsolete. Use Host.CreateDefaultBuilder or WebApplication.CreateBuilder instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
Microsoft.AspNetCore.Hosting.Abstractions (2)
IWebHost.cs (1)
12[Obsolete("IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
IWebHostBuilder.cs (1)
19[Obsolete("IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
Microsoft.AspNetCore.Hosting.WindowsServices (2)
WebHostService.cs (1)
16[Obsolete("Use UseWindowsService and AddHostedService instead. For more information, visit https://aka.ms/aspnet/deprecate/009.", DiagnosticId = "ASPDEPR009", UrlFormat = Obsoletions.AspNetCoreDeprecate009Url)]
WebHostWindowsServiceExtensions.cs (1)
12[Obsolete("Use UseWindowsService and AddHostedService instead. For more information, visit https://aka.ms/aspnet/deprecate/009.", DiagnosticId = "ASPDEPR009", UrlFormat = Obsoletions.AspNetCoreDeprecate009Url)]
Microsoft.AspNetCore.Http (2)
BindingAddress.cs (1)
27[Obsolete("This constructor is obsolete and will be removed in a future version. Use BindingAddress.Parse(address) to create a BindingAddress instance.")]
Features\ResponseCookiesFeature.cs (1)
37[Obsolete("This constructor is obsolete and will be removed in a future version.")]
Microsoft.AspNetCore.Http.Features (1)
ITlsTokenBindingFeature.cs (1)
17[Obsolete(Obsoletions.TlsTokenBindingFeatureMessage, DiagnosticId = Obsoletions.TlsTokenBindingFeatureDiagId, UrlFormat = Obsoletions.AspNetCoreDeprecate010Url)]
Microsoft.AspNetCore.HttpOverrides (2)
ForwardedHeadersOptions.cs (1)
94[Obsolete("Please use KnownIPNetworks instead. For more information, visit https://aka.ms/aspnet/deprecate/005.", DiagnosticId = "ASPDEPR005", UrlFormat = Obsoletions.AspNetCoreDeprecate005Url)]
IPNetwork.cs (1)
15[Obsolete("Please use System.Net.IPNetwork instead. For more information, visit https://aka.ms/aspnet/deprecate/005.", DiagnosticId = "ASPDEPR005", UrlFormat = Obsoletions.AspNetCoreDeprecate005Url)]
Microsoft.AspNetCore.Identity (3)
SecurityStampValidator.cs (2)
26[Obsolete("ISystemClock is obsolete, use TimeProvider on SecurityStampValidatorOptions instead.")] 70[Obsolete("ISystemClock is obsolete, use TimeProvider instead.")]
TwoFactorSecurityStampValidator.cs (1)
25[Obsolete("ISystemClock is obsolete, use TimeProvider on SecurityStampValidatorOptions instead.")]
Microsoft.AspNetCore.InternalTesting (4)
TestPathUtilities.cs (1)
9[Obsolete("This API is obsolete and the pattern its usage encouraged should not be used anymore. See https://github.com/dotnet/extensions/issues/1697 for details.")]
xunit\SkippedTestCase.cs (1)
14[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
xunit\WORKAROUND_SkippedDataRowTestCase.cs (2)
21[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")] 32[Obsolete("Please call the constructor which takes TestMethodDisplayOptions")]
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Operations\OperationBase.cs (1)
63[Obsolete("This method is obsolete and will be removed in .NET 13. If you were calling this method, replace the call with 'operation.OperationType is OperationType.Move or OperationType.Copy'")]
Microsoft.AspNetCore.Mvc.Core (7)
Infrastructure\ActionContextAccessor.cs (1)
14[Obsolete("ActionContextAccessor is obsolete and will be removed in a future version. For more information, visit https://aka.ms/aspnet/deprecate/006.", DiagnosticId = "ASPDEPR006", UrlFormat = Obsoletions.AspNetCoreDeprecate006Url)]
Infrastructure\AmbiguousActionException.cs (1)
30[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
Infrastructure\IActionContextAccessor.cs (1)
14[Obsolete("IActionContextAccessor is obsolete and will be removed in a future version. For more information, visit https://aka.ms/aspnet/deprecate/006.", DiagnosticId = "ASPDEPR006", UrlFormat = Obsoletions.AspNetCoreDeprecate006Url)]
Infrastructure\PhysicalFileResultExecutor.cs (1)
104[Obsolete("This API is no longer called.")]
Infrastructure\VirtualFileResultExecutor.cs (1)
139[Obsolete("This API is no longer called.")]
ModelBinding\Binders\ComplexTypeModelBinder.cs (1)
18[Obsolete("This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinder instead.")]
ModelBinding\Binders\ComplexTypeModelBinderProvider.cs (1)
14[Obsolete("This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinderProvider instead.")]
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonOutputFormatter.cs (1)
36[Obsolete("This constructor is obsolete and will be removed in a future version.")]
Microsoft.AspNetCore.Mvc.Razor (2)
Compilation\CompiledViewDescriptor.cs (1)
81[Obsolete("Use Item instead. RazorViewAttribute has been superseded by RazorCompiledItem and will not be used by the runtime.")]
Compilation\RazorViewAttribute.cs (1)
9[Obsolete("This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.")]
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (5)
AssemblyPartExtensions.cs (1)
13[Obsolete("Razor runtime compilation is obsolete and is not recommended for production scenarios. For production scenarios, use the default build time compilation. For development scenarios, use Hot Reload instead. For more information, visit https://aka.ms/aspnet/deprecate/003.", DiagnosticId = "ASPDEPR003", UrlFormat = Obsoletions.AspNetCoreDeprecate003Url)]
DependencyInjection\RazorRuntimeCompilationMvcBuilderExtensions.cs (1)
12[Obsolete("Razor runtime compilation is obsolete and is not recommended for production scenarios. For production scenarios, use the default build time compilation. For development scenarios, use Hot Reload instead. For more information, visit https://aka.ms/aspnet/deprecate/003.", DiagnosticId = "ASPDEPR003", UrlFormat = Obsoletions.AspNetCoreDeprecate003Url)]
DependencyInjection\RazorRuntimeCompilationMvcCoreBuilderExtensions.cs (1)
24[Obsolete("Razor runtime compilation is obsolete and is not recommended for production scenarios. For production scenarios, use the default build time compilation. For development scenarios, use Hot Reload instead. For more information, visit https://aka.ms/aspnet/deprecate/003.", DiagnosticId = "ASPDEPR003", UrlFormat = Obsoletions.AspNetCoreDeprecate003Url)]
FileProviderRazorProjectItem.cs (1)
13[Obsolete("Razor runtime compilation is obsolete and is not recommended for production scenarios. For production scenarios, use the default build time compilation. For development scenarios, use Hot Reload instead. For more information, visit https://aka.ms/aspnet/deprecate/003.", DiagnosticId = "ASPDEPR003", UrlFormat = Obsoletions.AspNetCoreDeprecate003Url)]
MvcRazorRuntimeCompilationOptions.cs (1)
14[Obsolete("Razor runtime compilation is obsolete and is not recommended for production scenarios. For production scenarios, use the default build time compilation. For development scenarios, use Hot Reload instead. For more information, visit https://aka.ms/aspnet/deprecate/003.", DiagnosticId = "ASPDEPR003", UrlFormat = Obsoletions.AspNetCoreDeprecate003Url)]
Microsoft.AspNetCore.Mvc.RazorPages (3)
Infrastructure\IPageLoader.cs (1)
9[Obsolete("This type is obsolete. Use " + nameof(PageLoader) + " instead.")]
Infrastructure\PageLoader.cs (1)
20[Obsolete("This overload is obsolete and no longer called by the framework. Use the overload that includes an EndpointMetadataCollection.")]
Infrastructure\RazorPageAttribute.cs (1)
11[Obsolete("This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.")]
Microsoft.AspNetCore.Mvc.Testing (2)
WebApplicationFactory.cs (2)
627[Obsolete("IWebHost, which this method uses, is obsolete. Use one of the overloads that takes an IServiceProvider instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)] 924[Obsolete("IWebHost, which this method uses, is obsolete. Use one of the ctors that takes an IServiceProvider instead.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
Microsoft.AspNetCore.OpenApi (2)
Extensions\OpenApiEndpointConventionBuilderExtensions.cs (2)
33[Obsolete("WithOpenApi is deprecated and will be removed in a future release. For more information, visit https://aka.ms/aspnet/deprecate/002.", DiagnosticId = "ASPDEPR002", UrlFormat = Obsoletions.AspNetCoreDeprecate002Url)] 53[Obsolete("WithOpenApi is deprecated and will be removed in a future release. For more information, visit https://aka.ms/aspnet/deprecate/002.", DiagnosticId = "ASPDEPR002", UrlFormat = Obsoletions.AspNetCoreDeprecate002Url)]
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.AspNetCore.Routing (1)
Patterns\RoutePatternException.cs (1)
50[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
Microsoft.AspNetCore.Server.HttpSys (6)
RequestProcessing\Request.cs (6)
346[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 349[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 352[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 355[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 358[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 361[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)]
Microsoft.AspNetCore.Server.IIS (14)
BadHttpRequestException.cs (1)
7[Obsolete("Moved to Microsoft.AspNetCore.Http.BadHttpRequestException. See https://aka.ms/badhttprequestexception for details.")] // Never remove.
Core\IISHttpContext.cs (6)
125[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 127[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 129[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 131[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 133[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 135[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId)]
Core\IISHttpContext.FeatureCollection.cs (6)
416[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 419[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 422[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 425[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 428[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 431[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)]
HttpContextExtensions.cs (1)
23[Obsolete("This is obsolete and will be removed in a future version. Use " +
Microsoft.AspNetCore.Server.Kestrel.Core (13)
BadHttpRequestException.cs (1)
13[Obsolete("Moved to Microsoft.AspNetCore.Http.BadHttpRequestException. See https://aka.ms/badhttprequestexception for details.")] // Never remove.
Internal\TlsConnectionFeature.cs (6)
121[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 124[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 127[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 130[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 133[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 136[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)]
src\aspnetcore\src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\aspnetcore\src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
22[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\aspnetcore\src\Shared\runtime\Http3\QPack\QPackDecodingException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\aspnetcore\src\Shared\runtime\Http3\QPack\QPackEncodingException.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
Microsoft.AspNetCore.SignalR.Common (1)
HubException.cs (1)
53[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
HubLifetimeManagerTestBase.cs (1)
20[Obsolete("This API is obsolete and will be removed in a future version. Use CreateNewHubLifetimeManager in tests instead.")]
Microsoft.AspNetCore.SpaServices.Extensions (3)
AngularCli\AngularCliBuilder.cs (1)
20[Obsolete("Prerendering is no longer supported out of box")]
Prerendering\ISpaPrerendererBuilder.cs (1)
11[Obsolete("Prerendering is no longer supported out of box")]
Prerendering\SpaPrerenderingOptions.cs (1)
14[Obsolete("Prerendering is no longer supported out of box")]
Microsoft.AspNetCore.TestHost (5)
TestServer.cs (3)
84[Obsolete("IWebHost, which this method uses, is obsolete. Use one of the ctors that takes an IServiceProvider instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)] 95[Obsolete("IWebHost, which this method uses, is obsolete. Use one of the ctors that takes an IServiceProvider instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)] 117[Obsolete("IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
WebHostBuilderExtensions.cs (2)
57[Obsolete("IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)] 68[Obsolete("IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
Microsoft.AspNetCore.WebSockets (3)
ExtendedWebSocketAcceptContext.cs (2)
11[Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Http.WebSocketAcceptContext.")] 20[Obsolete("Setting this property has no effect. It will be removed in a future version.")]
WebSocketOptions.cs (1)
61[Obsolete("Setting this property has no effect. It will be removed in a future version.")]
Microsoft.Build (11)
BackEnd\Components\ProjectCache\Experimental\CacheContext.cs (1)
19[Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\CacheResult.cs (2)
16[Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")] 47[Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\FileAccessContext.cs (1)
8[System.Obsolete("This struct was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\PluginLoggerBase.cs (1)
11[System.Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\PluginTargetResult.cs (1)
14[System.Obsolete("This struct was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\ProjectCacheException.cs (1)
16[System.Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\ProjectCachePluginBase.cs (1)
17[Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\ProxyTargets.cs (1)
20[Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\ProjectCacheDescriptor.cs (1)
36[Obsolete("Microsoft.Build.Experimental.ProjectCachePluginBase was moved to Microsoft.Build.ProjectCache, migrate your plugins and use the new type instead.")]
src\msbuild\artifacts\.packages\microsoft.codeanalysis.pooledobjects\5.0.0-1.25277.114\contentFiles\cs\netstandard2.0\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.Build.Utilities.Core (8)
AppDomainIsolatedTask.cs (2)
20[Obsolete("AppDomains are no longer supported in .NET Core or .NET 5.0 or higher.")] 123[Obsolete("AppDomains are no longer supported in .NET Core or .NET 5.0 or higher.")]
ToolLocationHelper.cs (5)
3412[Obsolete("Consider using GetPlatformSDKLocation instead")] 3424[Obsolete("Consider using GetPlatformSDKLocationFile instead")] 3442[Obsolete("Consider using GetPlatformSDKLocationFile instead")] 3461[Obsolete("Consider using GetPlatformSDKLocationFile instead")] 3499[Obsolete("Consider using GetPlatformSDKLocationFile instead")]
ToolTask.cs (1)
285[Obsolete("Use EnvironmentVariables property")]
Microsoft.CodeAnalysis (27)
Compilation\Compilation.cs (2)
3067[Obsolete("UpdatedMethods is now part of EmitDifferenceResult, so you should use an overload that doesn't take it.")] 3087[Obsolete("UpdatedMethods is now part of EmitDifferenceResult, so you should use an overload that doesn't take it.")]
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
129[Obsolete("Use GetGenerators(string language) or GetGeneratorsForAllLanguages()")]
DiagnosticAnalyzer\AnalyzerReference.cs (1)
69[Obsolete("Use GetGenerators(string language) or GetGeneratorsForAllLanguages()")]
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (5)
70[Obsolete("Use constructor without a cancellation token")] 318[Obsolete("This API was found to have performance issues and hence has been deprecated. Instead, invoke the API 'GetAnalysisResultAsync' and access the property 'CompilationDiagnostics' on the returned 'AnalysisResult' to fetch the compilation diagnostics.")] 329[Obsolete("This API was found to have performance issues and hence has been deprecated. Instead, invoke the API 'GetAnalysisResultAsync' and access the property 'CompilationDiagnostics' on the returned 'AnalysisResult' to fetch the compilation diagnostics.")] 1219[Obsolete("This API is no longer supported. See https://github.com/dotnet/roslyn/issues/67592 for details")] 1270[Obsolete("This API is no longer required to be invoked. Analyzer state is automatically cleaned up when CompilationWithAnalyzers instance is released.")]
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (12)
589[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 728[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 821[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 910[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1077[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1188[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1298[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1441[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1556[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1726[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1732[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1832[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")]
Emit\RuntimeRudeEdit.cs (1)
24[Obsolete("Specify errorCode")]
Emit\SemanticEdit.cs (2)
63[Obsolete("Use other overload")] 72[Obsolete("Use other overload")]
SourceGeneration\ISourceGenerator.cs (2)
31[Obsolete("ISourceGenerator is deprecated and should not be implemented. Please implement IIncrementalGenerator instead. See https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md.")] 48[Obsolete("ISourceGenerator is deprecated and should not be implemented. Please implement IIncrementalGenerator instead. See https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md.")]
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.Analyzers (4)
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (1)
14334[Obsolete("Use IsIncrementalAndFactoryContextMatches")]
Syntax\SyntaxFactory.cs (2)
113[Obsolete("Use SyntaxFactory.EndOfLine or SyntaxFactory.ElasticEndOfLine")] 141[Obsolete("Use SyntaxFactory.Whitespace or SyntaxFactory.ElasticWhitespace")]
Microsoft.CodeAnalysis.CSharp.Features (1)
SignatureHelp\AbstractCSharpSignatureHelpProvider.cs (1)
61[Obsolete("Expected to exist by IntelliCode. This can be removed once their unnecessary use of this is removed.")]
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.Features (14)
Completion\CompletionService.cs (1)
58[Obsolete("Built-in providers will be ignored in a future release, please make them MEF exports instead.")]
Completion\CompletionTags.cs (1)
15[Obsolete("Use Microsoft.CodeAnalysis.Tags.WellKnownTags instead.")]
Completion\CompletionTrigger.cs (1)
41[Obsolete("Use 'Invoke' instead.")]
Completion\CompletionTriggerKind.cs (1)
17[Obsolete("Use 'Invoke' instead.")]
ExternalAccess\VSTypeScript\Api\VSTypeScriptDiagnosticData.cs (1)
37[Obsolete("Use overload that only takes a SourceText")]
FindUsages\DefinitionItem.cs (7)
145[Obsolete("Use GetNavigableLocationAsync instead")] 149[Obsolete("Use GetNavigableLocationAsync instead")] 160[Obsolete("TypeScript: Use external access APIs")] 175[Obsolete("TypeScript: Use external access APIs")] 192[Obsolete("TypeScript: Use external access APIs")] 206[Obsolete("TypeScript: Use external access APIs")] 241[Obsolete("TypeScript: Use external access APIs")]
Shared\Extensions\ISymbolExtensions_Sorting.cs (1)
19[Obsolete("Use overload without ISymbolDisplayService")]
SignatureHelp\AbstractSignatureHelpProvider.cs (1)
126[Obsolete("Use overload without ISymbolDisplayService")]
Microsoft.CodeAnalysis.NetAnalyzers (2)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
186[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 226[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxNode.cs (2)
297[Obsolete($"Use {nameof(DescendantNodes)} which returns a struct-based enumerable that does not allocate a state machine.")] 381[Obsolete($"Use {nameof(DescendantTokens)} which returns a struct-based enumerable that does not allocate a state machine.")]
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Microsoft.CodeAnalysis.Workspaces (40)
Classification\Classifier.cs (1)
46[Obsolete("Use GetClassifiedSpansAsync instead")]
CodeStyle\NotificationOption.cs (1)
35[Obsolete("Use " + nameof(Severity) + " instead.")]
Editing\DeclarationKind.cs (1)
58[Obsolete($"This value is not used. Use {nameof(Class)} instead.")]
Editing\SyntaxEditor.cs (1)
62[Obsolete("Use SyntaxEditor(SyntaxNode, HostWorkspaceServices)")]
ExternalAccess\Pythia\Api\PythiaObjectPool.cs (1)
13[Obsolete("Use specific GetInstance overloads")]
FindSymbols\SymbolFinder.cs (1)
25[Obsolete("Use FindSymbolAtPositionAsync instead.")]
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (1)
46[method: Obsolete("Do not call directly. Only around for serialization. Use Create instead")]
Formatting\Rules\IFormattingRule.cs (1)
9[Obsolete("This interface is no longer used")]
Options\Option.cs (1)
31[Obsolete("Use a constructor that specifies an explicit default value.")]
Recommendations\Recommender.cs (2)
18[Obsolete("Use GetRecommendedSymbolsAtPositionAsync(Document, ...)")] 34[Obsolete("Use GetRecommendedSymbolsAtPositionAsync(Document, ...)")]
Rename\RenameOptions.cs (1)
11[Obsolete("Use SymbolRenameOptions or DocumentRenameOptions instead")]
Rename\Renamer.cs (2)
37[Obsolete("Use overload taking RenameOptions")] 67[Obsolete("Use overload taking RenameOptions")]
Simplification\SimplificationOptions.cs (13)
21[Obsolete("This option is no longer used")] 28[Obsolete("This option is no longer used")] 34[Obsolete("This option is no longer used")] 40[Obsolete("This option is no longer used")] 46[Obsolete("This option is no longer used")] 52[Obsolete("This option is no longer used")] 58[Obsolete("This option is no longer used")] 64[Obsolete("This option is no longer used")] 70[Obsolete("This option is no longer used")] 76[Obsolete("This option is no longer used")] 82[Obsolete("This option is no longer used")] 88[Obsolete("This option is no longer used")] 94[Obsolete("This option is no longer used")]
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Workspace\Host\HostWorkspaceServices.cs (1)
110[Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")]
Workspace\Host\LanguageServices.cs (2)
16[Obsolete("Do not call directly. Use HostLanguageServices.ProjectServices to acquire an instance")] 24[Obsolete("Only use to implement obsolete public API")]
Workspace\Host\SolutionServices.cs (2)
24[Obsolete("Do not call directly. Use HostWorkspaceServices.SolutionServices to acquire an instance")] 30[Obsolete("Only use to implement obsolete public API")]
Workspace\Solution\Document.cs (1)
69[Obsolete("Use TextDocument.HasTextChanged")]
Workspace\Solution\DocumentState.cs (1)
299[Obsolete("Use TextDocumentState.HasTextChanged")]
Workspace\Solution\Project.cs (1)
102[Obsolete($"Use {nameof(Services)} instead.")]
Workspace\Solution\TextLoader.cs (1)
82[Obsolete("Use/override LoadTextAndVersionAsync(LoadTextOptions, CancellationToken)")]
Workspace\Workspace_Editor.cs (1)
112[Obsolete("The isSolutionClosing parameter is now obsolete. Please call the overload without that parameter.")]
Workspace\Workspace.cs (1)
536[Obsolete(@"Workspace options should be set by invoking 'workspace.TryApplyChanges(workspace.CurrentSolution.WithOptions(newOptionSet))'")]
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (2)
26[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 487[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
Microsoft\CSharp\RuntimeBinder\RuntimeBinderException.cs (1)
50[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
Microsoft\CSharp\RuntimeBinder\RuntimeBinderInternalCompilerException.cs (1)
50[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
Microsoft.Data.Analysis (4)
DataFrame.IO.cs (2)
597[Obsolete("WriteCsv is obsolete and will be removed in a future version. Use SaveCsv instead.")] 635[Obsolete("WriteCsv is obsolete and will be removed in a future version. Use SaveCsv instead.")]
PrimitiveDataFrameColumn.cs (2)
658[Obsolete("Method is obsolete, use Apply(Func<T, T> func, bool inPlace = false) instead")] 680[Obsolete("Method is obsolete, use Apply(Func<T, T> func, bool inPlace = false) instead")]
Microsoft.DotNet.Cli.Utils (1)
PathUtility.cs (1)
227[Obsolete("Use System.IO.Path.GetFullPath(string, string) instead, or PathUtility.GetFullPath(string) if the base path is the current working directory.")]
Microsoft.Extensions.DependencyModel (1)
HashCodeCombiner.cs (1)
12[Obsolete("HashCodeCombiner has been deprecated. Use System.HashCode instead.")]
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization (3)
ResourceUtilizationHealthCheck.Obsolete.cs (2)
19[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage, 30[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ResourceUtilizationHealthCheckOptions.cs (1)
45[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
Microsoft.Extensions.Hosting.Abstractions (4)
EnvironmentName.cs (1)
13[System.Obsolete("EnvironmentName has been deprecated. Use Microsoft.Extensions.Hosting.Environments instead.")]
HostAbortedException.cs (1)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
IApplicationLifetime.cs (1)
16[Obsolete("IApplicationLifetime has been deprecated. Use Microsoft.Extensions.Hosting.IHostApplicationLifetime instead.")]
IHostingEnvironment.cs (1)
16[Obsolete("IHostingEnvironment has been deprecated. Use Microsoft.Extensions.Hosting.IHostEnvironment instead.")]
Microsoft.Extensions.Http (1)
DependencyInjection\HttpClientBuilderExtensions.cs (1)
258[Obsolete("This method has been deprecated. Use ConfigurePrimaryHttpMessageHandler or ConfigureAdditionalHttpMessageHandlers instead.")]
Microsoft.Extensions.Logging.Console (7)
ConfigurationConsoleLoggerSettings.cs (1)
15[Obsolete("This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.")]
ConsoleLoggerFormat.cs (1)
9[System.ObsoleteAttribute("ConsoleLoggerFormat has been deprecated.")]
ConsoleLoggerOptions.cs (5)
19[System.ObsoleteAttribute("ConsoleLoggerOptions.DisableColors has been deprecated. Use SimpleConsoleFormatterOptions.ColorBehavior instead.")] 30[System.ObsoleteAttribute("ConsoleLoggerOptions.Format has been deprecated. Use ConsoleLoggerOptions.FormatterName instead.")] 59[System.ObsoleteAttribute("ConsoleLoggerOptions.IncludeScopes has been deprecated. Use ConsoleFormatterOptions.IncludeScopes instead.")] 73[System.ObsoleteAttribute("ConsoleLoggerOptions.TimestampFormat has been deprecated. Use ConsoleFormatterOptions.TimestampFormat instead.")] 82[System.ObsoleteAttribute("ConsoleLoggerOptions.UseUtcTimestamp has been deprecated. Use ConsoleFormatterOptions.UseUtcTimestamp instead.")]
Microsoft.Extensions.ObjectPool (2)
LeakTrackingObjectPool.cs (1)
20[Obsolete("LeakTrackingObjectPool<T> was only intended for internal use in diagnostic builds of .NET. " +
LeakTrackingObjectPoolProvider.cs (1)
13[Obsolete("LeakTrackingObjectPoolProvider was only intended for internal use in diagnostic builds of .NET. " +
Microsoft.Extensions.Options (1)
IStartupValidator.cs (1)
17[Obsolete(Obsoletions.IStartupValidatorMessage, DiagnosticId = Obsoletions.IStartupValidatorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
Microsoft.Extensions.Telemetry.Tests (1)
Enrichment\ServiceEnricherExtensionsTests.cs (1)
15[Obsolete("Testing obsolete API")]
Microsoft.Extensions.VectorData.Abstractions (3)
FilterClauses\AnyTagEqualToFilterClause.cs (1)
11[Obsolete("Use LINQ expressions via VectorSearchOptions<TRecord>.Filter instead. This type will be removed in a future version.")]
FilterClauses\EqualToFilterClause.cs (1)
11[Obsolete("Use LINQ expressions via VectorSearchOptions<TRecord>.Filter instead. This type will be removed in a future version.")]
FilterClauses\FilterClause.cs (1)
15[Obsolete("Use LINQ expressions via VectorSearchOptions<TRecord>.Filter instead. This type will be removed in a future version.")]
Microsoft.Maui (10)
Core\IBorder.cs (1)
10[Obsolete("IBorder is not used and will be removed in a future release. Use IBorderView or IBorderStroke instead.")]
Extensions\EnumerableExtensions.cs (2)
35 [Obsolete("Legacy API used in previous versions of XAML Hot Reload. Do not use.")] 142 [Obsolete("Use IndexOf<T>(IEnumerable<T>, T item) instead.")]
Hosting\ImageSources\IImageSourceServiceProvider.cs (2)
15 [Obsolete("Use GetImageSourceService instead.")] 20 [Obsolete("Use GetImageSourceService instead.")]
Platform\HandlerNotFoundException.cs (1)
29 [ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
Primitives\FocusRequest.cs (3)
11 [Obsolete("Use FocusRequest() instead.")] 23 [Obsolete("Use Result instead.")] 25 [Obsolete("Use SetResult(bool) or TrySetResult(bool) instead.")]
Primitives\SizeRequest.cs (1)
12 [Obsolete("Use Microsoft.Maui.Size instead.")]
Microsoft.Maui.Controls (89)
Accelerator.cs (1)
10 [Obsolete("Use KeyboardAccelerator instead.")]
AcceleratorTypeConverter.cs (1)
16 [Obsolete("Use KeyboardAccelerator instead.")]
Application\Application.cs (2)
92 [Obsolete("This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.")] 100 [Obsolete("This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window. Additionally, each element features a Window property, accessible when it's part of the current window.")]
AutomationProperties.cs (3)
10 [Obsolete("Use SemanticProperties.Hint instead. See the conceptual docs about accessibility for more information.")] 20 [Obsolete("Use a SemanticProperties.Description binding instead. See the conceptual docs about accessibility for more information.")] 24 [Obsolete("Use SemanticProperties.Description instead. See the conceptual docs about accessibility for more information.")]
BindableObject.cs (1)
545 [Obsolete("go away")]
BoxView\BoxView.cs (1)
46 [Obsolete("Use MeasureOverride instead")]
ClickGestureRecognizer.cs (1)
9 [Obsolete("The ClickGestureRecognizer is deprecated; please use TapGestureRecognizer or PointerGestureRecognizer instead.")]
ContentPage\ContentPage.cs (1)
79 [Obsolete("Use ArrangeOverride instead")]
ContentPresenter.cs (2)
40 [Obsolete("Use InvalidateArrange if you need to trigger a new arrange and then put your arrange logic inside ArrangeOverride instead")] 51 [Obsolete("Use MeasureOverride instead")]
Device.cs (21)
24 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.iOS instead.")] 27 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.Android instead.")] 30 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.WinUI instead.")] 33 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.macOS instead.")] 36 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.GTK instead.")] 39 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.Tizen instead.")] 41 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.WinUI instead.")] 44 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.WPF instead.")] 46 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.MacCatalyst instead.")] 48 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.tvOS instead.")] 52 [Obsolete("Use Microsoft.Maui.Devices.DeviceInfo.Idiom instead.")] 73 [Obsolete("Use Microsoft.Maui.Devices.DeviceInfo.Platform instead.")] 77 [Obsolete("Use Microsoft.Maui.ApplicationModel.AppInfo.RequestedLayoutDirection instead.")] 84 [Obsolete("Use BindableObject.Dispatcher.IsDispatchRequired instead.")] 89 [Obsolete("Use BindableObject.Dispatcher.Dispatch() instead.")] 94 [Obsolete("Use BindableObject.Dispatcher.DispatchAsync() instead.")] 99 [Obsolete("Use BindableObject.Dispatcher.DispatchAsync() instead.")] 104 [Obsolete("Use BindableObject.Dispatcher.DispatchAsync() instead.")] 109 [Obsolete("Use BindableObject.Dispatcher.DispatchAsync() instead.")] 114 [Obsolete("Use BindableObject.Dispatcher.GetSynchronizationContextAsync() instead.")] 133 [Obsolete("Use BindableObject.Dispatcher.StartTimer() or BindableObject.Dispatcher.DispatchDelayed() instead.")]
DragAndDrop\DragStartingEventArgs.cs (1)
36 [Obsolete("Use PlatformArgs to handle customization. On Windows, set the PlatformArgs.Handled property to true if changing DragStartingEventArgs.")]
Element\Element.cs (1)
181 [Obsolete("Do not use! This is to be removed! Just used by Hot Reload! To be replaced with IVisualTreeElement!")]
FlyoutPage\FlyoutPage.cs (1)
197 [Obsolete("Use ArrangeOverride instead")]
Frame\Frame.cs (2)
10 [Obsolete("Frame is obsolete as of .NET 9. Please use Border instead.")] 133 [Obsolete("Frame is obsolete as of .NET 9. Please use Border instead.")]
Image\Image.cs (1)
80 [Obsolete("Use MeasureOverride instead")]
IndicatorView\IndicatorView.cs (1)
136 [Obsolete("Use MeasureOverride instead")]
IPlatformSizeService.cs (1)
5 [Obsolete("No .NET MAUI code makes use of IPlatformSizeService and this interface will be removed in a future .NET MAUI release.")]
Items\ItemsView.cs (1)
195 [Obsolete("Use MeasureOverride instead")]
Layout\GridExtensions.cs (1)
40 [Obsolete("This method is obsolete. Please use AddWithSpan(this Grid, IView, int, int, int, int) instead.")]
LayoutOptions.cs (4)
22 [Obsolete("The StackLayout expansion options are deprecated; please use a Grid instead.")] 26 [Obsolete("The StackLayout expansion options are deprecated; please use a Grid instead.")] 30 [Obsolete("The StackLayout expansion options are deprecated; please use a Grid instead.")] 34 [Obsolete("The StackLayout expansion options are deprecated; please use a Grid instead.")]
LegacyLayouts\AbsoluteLayout.cs (2)
14 [Obsolete("Use Microsoft.Maui.Controls.AbsoluteLayout instead. For more information, see https://learn.microsoft.com/dotnet/maui/migration/layouts")] 94 [Obsolete("Use MeasureOverride instead")]
LegacyLayouts\FlexLayout.cs (1)
13 [Obsolete("Use Microsoft.Maui.Controls.FlexLayout instead. For more information, see https://learn.microsoft.com/dotnet/maui/migration/layouts")]
LegacyLayouts\Grid.cs (1)
13 [Obsolete("Use Microsoft.Maui.Controls.Grid instead. For more information, see https://learn.microsoft.com/dotnet/maui/migration/layouts")]
LegacyLayouts\Layout.cs (13)
20 [Obsolete("Use Microsoft.Maui.Controls.Layout instead. For more information, see https://learn.microsoft.com/dotnet/maui/user-interface/layouts/custom")] 92 [Obsolete("Use Microsoft.Maui.Controls.Layout instead. For more information, see https://learn.microsoft.com/dotnet/maui/user-interface/layouts/custom")] 179 [Obsolete("Use SizeChanged.")] 191 [Obsolete("Call InvalidateMeasure instead depending on your scenario.")] 218 [Obsolete("Use the Arrange method on child instead.")] 286 [Obsolete("Use the ZIndex Property instead")] 304 [Obsolete("Use the ZIndex Property instead")] 320 [Obsolete("Use InvalidateMeasure depending on your scenario")] 341 [Obsolete("Use ArrangeOverride")] 379 [Obsolete("Subscribe to the MeasureInvalidated Event on the Children.")] 410 [Obsolete("If you want to influence invalidation override InvalidateMeasureOverride")] 419 [Obsolete("If you want to influence invalidation override InvalidateMeasureOverride")] 426 [Obsolete("Use InvalidateMeasure depending on your scenario")]
LegacyLayouts\StackLayout.cs (1)
10 [Obsolete("Use Microsoft.Maui.Controls.StackLayout instead. For more information, see https://learn.microsoft.com/dotnet/maui/migration/layouts")]
ListView\ListView.cs (1)
421 [Obsolete("Use MeasureOverride instead")]
Menu\MenuItem.cs (3)
15 [Obsolete("Use MenuFlyoutItem.KeyboardAcceleratorsProperty instead.")] 50 [Obsolete("Use MenuFlyoutItem.KeyboardAcceleratorsProperty instead.")] 54 [Obsolete("Use MenuFlyoutItem.KeyboardAcceleratorsProperty instead.")]
MessagingCenter.cs (1)
25 [Obsolete("We recommend migrating to `CommunityToolkit.Mvvm.Messaging.WeakReferenceMessenger`: https://www.nuget.org/packages/CommunityToolkit.Mvvm")]
NavigationPage\NavigationPage.cs (1)
442 [Obsolete("Use ArrangeOverride instead")]
Page\Page.cs (2)
419 [Obsolete("Use ArrangeOverride instead")] 578 [Obsolete("Use ArrangeOverride instead")]
RadioButton\RadioButton.cs (1)
295 [Obsolete("Use MeasureOverride instead")]
ScrollView\ScrollView.cs (2)
280 [Obsolete("Use ArrangeOverride instead")] 285 [Obsolete("Use MeasureOverride instead")]
Shell\SearchHandler.cs (1)
503 [Obsolete("Use ItemTemplate instead.")]
Shell\Shell.cs (1)
1977 [Obsolete("Use ArrangeOverride instead")]
TabbedPage\TabbedPage.cs (1)
83 [Obsolete("Use ArrangeOverride instead")]
TableView\TableView.cs (1)
134 [Obsolete("Use MeasureOverride instead")]
TargetIdiom.cs (1)
6 [Obsolete("Use Microsoft.Maui.Devices.DeviceIdiom instead.")]
TemplateBinding.cs (1)
9 [Obsolete("Use Binding.Source=RelativeBindingSource.TemplatedParent")]
TemplatedView\TemplatedView.cs (2)
30 [Obsolete("Use InvalidateArrange if you need to trigger a new arrange and then put your arrange logic inside ArrangeOverride instead")] 46 [Obsolete("Use MeasureOverride instead")]
VisualElement\VisualElement.cs (4)
1233 [Obsolete("Use Measure with no flags.")] 1345 [Obsolete("Use MeasureOverride instead")] 1393 [Obsolete("This is now handled through VisualElement.MapFocus, this event handler will be removed in the future.")] 1405 [Obsolete("Use InvalidateMeasure instead.")]
Microsoft.Maui.Controls.SourceGen (1)
src\Controls\src\Xaml\XamlParser.Namespaces.cs (1)
7 [Obsolete("Should not be used except for migration/error message purposes")]
Microsoft.Maui.Controls.Xaml (3)
MarkupExtensions\OnPlatformExtension.cs (1)
28 [Obsolete("Use WinUI instead.")]
XamlParser.Namespaces.cs (1)
7 [Obsolete("Should not be used except for migration/error message purposes")]
XamlServiceProvider.cs (1)
144 [Obsolete("Use the other ctor")]
Microsoft.Maui.Essentials (1)
Types\DevicePlatform.shared.cs (1)
47 [Obsolete("Use WinUI instead.")]
Microsoft.Maui.Graphics (2)
Color.cs (2)
114 [Obsolete("Use ToArgbHex instead.")] 144 [Obsolete("Use FromArgb instead.")]
Microsoft.Maui.Graphics.Skia (2)
SkiaCanvasState.cs (1)
463 [Obsolete("Use Reset(SKPaint, SKFont, SKPaint, SKPaint) instead")]
SkiaTextLayout.cs (1)
21 [Obsolete("Use SkiaTextLayout(string, RectF, ITextAttributes, LayoutLine, TextFlow, SKFont) instead.")]
Microsoft.Maui.Resizetizer (1)
AsyncTask.cs (1)
49 [Obsolete("Do not use the Log.LogXXXX from within your Async task as it will Lock the Visual Studio UI. Use the this.LogXXXX methods instead.")]
Microsoft.ML.Core (1)
ComponentModel\AssemblyLoadingUtils.cs (1)
13[Obsolete("The usage for this is intended for the internal command line utilities and is not intended for anything related to the API. " +
Microsoft.ML.StandardTrainers (1)
Standard\Simple\SimpleTrainers.cs (1)
36[Obsolete("This class was fundamentally misdesigned, is incapable of implementing the interfaces it claims to implement, " +
Microsoft.ML.TimeSeries (4)
ExtensionsCatalog.cs (4)
36[Obsolete("This API method is deprecated, please use the overload with confidence parameter of type double.")] 85[Obsolete("This API method is deprecated, please use the overload with confidence parameter of type double.")] 137[Obsolete("This API method is deprecated, please use the overload with confidence parameter of type double.")] 204[Obsolete("This API method is deprecated, please use the overload with confidence parameter of type double.")]
Microsoft.Private.Windows.Core (2)
src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\DynamicDependencyAttribute.cs (1)
140[Obsolete("This property is no longer supported.")]
Windows\Win32\Foundation\IPointer.cs (1)
20[Obsolete("Use extension method GetPointer on IPointer<T> to get the typed pointer instead.")]
Microsoft.TemplateEngine.Abstractions (49)
IAllowDefaultIfOptionWithoutValue.cs (1)
6[Obsolete("Use DefaultIfOptionWithoutValue property of ITemplateParameter interface instead.")]
ICacheParameter.cs (1)
10[Obsolete("Deprecated. Template cache now uses ITemplateParameter instead.")]
ICacheTag.cs (1)
9[Obsolete("Deprecated. Template cache now uses ITemplateParameter instead for choice parameters.")]
IComponentManager.cs (2)
38[Obsolete("Use AddComponent method instead.")] 45[Obsolete("Use AddComponent method instead.")]
IEngineEnvironmentSettings.cs (1)
14[Obsolete("ISettingsLoader is obsolete.")]
IFileChange.cs (1)
25[Obsolete("File contents are no longer available, the property always returns an empty byte array.")]
IGenerator.cs (2)
98[Obsolete("Use GetTemplatesFromMountPoint instead.")] 110[Obsolete("Use TryLoadTemplateFromTemplateInfo instead.")]
ILocalizationLocator.cs (1)
24[Obsolete("ILocalizationLocator is available form IScanTemplateInfo now, so get the identity via IScanTemplateInfo.Identity.")]
ISearchPackFilter.cs (1)
6[Obsolete("The interface is moved to Microsoft.TemplateSearch.Common.")]
ISettingsLoader.cs (18)
8[Obsolete("See obsolete messages on methods/properties for details on what to use as replacement.")] 11[Obsolete("Use IEngineEnvironmentSettings.Components")] 14[Obsolete("Use IEngineEnvironmentSettings directly.")] 17[Obsolete("Retrieving list of mount points is not possible anymore, to load mount point use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension.")] 20[Obsolete("Adding mount points is not possible anymore, to load mount point use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension.")] 23[Obsolete("Probing paths need to be handled by ComponentManager itself.")] 26[Obsolete("Use new TemplatePackagesManager().GetTemplatesAsync.")] 29[Obsolete("Use Microsoft.TemplateEngine.Utils.TemplateInfoExtensions.LoadTemplate extension.")] 32[Obsolete("No need to call Save anymore.")] 35[Obsolete("Use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension and then look for file inside mountpoint.")] 38[Obsolete("Use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension.")] 41[Obsolete("Use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension.")] 44[Obsolete("Should be handled by TemplatePackageManager itself.")] 47[Obsolete("Should be handled by TemplatePackageManager itself.")] 50[Obsolete("Use ITemplateInfo.HostConfigPlace instead.")] 53[Obsolete("IMountPoint is IDisposable now.")] 56[Obsolete("Removing mount points is not possible anymore, to load mount point use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension.")] 59[Obsolete("Removing mount points is not possible anymore, to load mount point use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension.")]
IShortNameList.cs (2)
6[Obsolete("The ShortNameList is added to ITemplateInfo instead")] 9[Obsolete("Use ITemplateInfo.ShortNameList instead")]
ISimpleConfigModifiers.cs (1)
6[Obsolete("The interface is deprecated.")]
ITemplateEngineHost.cs (1)
80[Obsolete("The method is deprecated. If potentially destructive changes are detected without passing force, TemplateCreator will return DestructiveChangesDetected CreationResultStatus that can be processed by host.")]
ITemplateInfo.cs (4)
14[Obsolete("Templates support multiple short names, use ShortNameList instead")] 17[Obsolete("For choice parameters, use ParameterDefinitionSet instead. For template tags, use IReadOnlyDictionary<string, string> TagsCollection instead.")] 20[Obsolete("Use ParameterDefinitionSet instead.")] 29[Obsolete("This property is obsolete.")]
ITemplateParameter.cs (2)
11[Obsolete("Use Description instead.")] 27[Obsolete("Use Precedence instead.")]
Mount\IMountPointManager.cs (1)
6[Obsolete("Use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint")]
Parameters\DataSource.cs (1)
26[Obsolete("The value is not used anymore due to ITemplateEngineHost.OnParameterError was removed.")]
PhysicalFileSystem\IFileLastWriteTimeSource.cs (1)
6[Obsolete("Use IPhysicalFileSystem properties instead.")]
TemplateFiltering\MatchKind.cs (2)
40[Obsolete("This value will be removed in next release, use + " + nameof(MatchKind.Mismatch) + " or " + nameof(MatchKind.InvalidValue) + " instead")] 43[Obsolete("This value will be removed in next release, use + " + nameof(MatchKind.Mismatch) + " or " + nameof(MatchKind.InvalidValue) + " instead")]
TemplateParameterPrecedenceExtensions.cs (3)
14[Obsolete("TemplateParameterPriority is Obsolete and should be replaced with PrecedenceDefinition.")] 32[Obsolete("TemplateParameterPriority is Obsolete and should be replaced with PrecedenceDefinition.")] 44[Obsolete("TemplateParameterPriority is Obsolete and should be replaced with PrecedenceDefinition.")]
TemplateParameterPriority.cs (2)
9[Obsolete("Use Precedence instead.")] 17[Obsolete("the value was never used and is deprecated.")]
Microsoft.TemplateEngine.Cli (2)
CliTemplateEngineHost.cs (1)
90[Obsolete("Use CreationStatusResult instead")]
CliTemplateInfo.cs (1)
59[Obsolete("Use ParameterDefinitionSet instead.")]
Microsoft.TemplateEngine.Edge (29)
EngineEnvironmentSettings.cs (1)
58[Obsolete("ISettingsLoader is obsolete, see obsolete messages for individual properties/methods of ISettingsLoader for details.")]
FilterableTemplateInfo.cs (2)
12[Obsolete("This class is deprecated.")] 56[Obsolete("Use ParameterDefinitionSet instead.")]
Settings\FilteredTemplateInfo.cs (1)
9[Obsolete("Use ITemplateMatchInfo instead")]
Settings\Scanner.cs (2)
39[Obsolete("Use ScanAsync instead.")] 52[Obsolete("Use ScanAsync instead.")]
Settings\ScanResult.cs (1)
44[Obsolete("Use IScanTemplateInfo.Localizations instead.")]
Settings\TemplateInfo.cs (1)
109[Obsolete("Use ParameterDefinitionSet instead.")]
Settings\TemplateMatchInfo.cs (1)
9[Obsolete("This implementation is deprecated, use " + nameof(TemplateMatchInfo) + " instead")]
Template\CreationResultStatus.cs (1)
36[Obsolete("not used.")]
Template\FilteredTemplateEqualityComparer.cs (1)
6[Obsolete("IFilteredTemplateInfo is obsolete")]
Template\IFilteredTemplateInfo.cs (1)
8[Obsolete("Use ITemplateMatchInfo instead")]
Template\ITemplateMatchInfo.cs (1)
9[Obsolete("moved to " + nameof(Abstractions.TemplateFiltering) + " namespace")]
Template\MatchInfo.cs (1)
8[Obsolete("This struct is deprecated, use " + nameof(Abstractions.TemplateFiltering.MatchInfo) + " instead")]
Template\MatchLocation.cs (1)
6[Obsolete("use" + nameof(Microsoft.TemplateEngine.Abstractions.TemplateFiltering.MatchInfo.Name) + " instead")]
Template\OrdinalIgnoreCaseMatchInfoComparer.cs (1)
6[Obsolete("This class is deprecated")]
Template\TemplateCreator.cs (4)
458[Obsolete("The method is obsolete and won't be replaced. Use InstantiateAsync to run the template.")] 465[Obsolete("The method is deprecated.")] 479[Obsolete("This method is deprecated.")] 494[Obsolete("This method is deprecated.")]
Template\TemplateEqualityComparer.cs (1)
8[Obsolete("This class is deprecated.")]
Template\TemplateMatchInfoEqualityComparer.cs (1)
6[Obsolete("This class is deprecated.")]
Template\WellKnownSearchFilters.cs (2)
9[Obsolete("Use " + nameof(Microsoft.TemplateEngine.Utils.WellKnownSearchFilters) + " instead")] 145[Obsolete("Use TagsFilter instead")]
TemplateListFilter.cs (5)
16[Obsolete("Use " + nameof(Utils.WellKnownSearchFilters.MatchesAllCriteria) + " instead")] 23[Obsolete("Use " + nameof(Utils.WellKnownSearchFilters.MatchesAtLeastOneCriteria) + " instead")] 26[Obsolete("Use " + nameof(TemplatePackageManager.GetTemplatesAsync) + " instead")] 71[Obsolete("Use " + nameof(TemplatePackageManager.GetTemplatesAsync) + " instead")] 105[Obsolete("Use " + nameof(TemplatePackageManager.GetTemplatesAsync) + " instead")]
Microsoft.TemplateEngine.IDE (11)
Bootstrapper.cs (11)
364[Obsolete("Use " + nameof(GetTemplatesAsync) + "instead")] 370[Obsolete("Use ITemplateEngineHost.BuiltInComponents or AddComponent to add components.")] 376[Obsolete("Use ITemplateEngineHost.BuiltInComponents or AddComponent to add components.")] 385[Obsolete("use Task<IReadOnlyList<InstallResult>> InstallTemplatePackagesAsync(IEnumerable<InstallRequest> installRequests, InstallationScope scope = InstallationScope.Global, CancellationToken cancellationToken = default) instead")] 391[Obsolete("use Task<IReadOnlyList<InstallResult>> InstallTemplatePackagesAsync(IEnumerable<InstallRequest> installRequests, InstallationScope scope = InstallationScope.Global, CancellationToken cancellationToken = default) instead")] 397[Obsolete("use Task<IReadOnlyList<InstallResult>> InstallTemplatePackagesAsync(IEnumerable<InstallRequest> installRequests, InstallationScope scope = InstallationScope.Global, CancellationToken cancellationToken = default) instead")] 412[Obsolete("use Task<IReadOnlyList<UninstallResult>> UninstallTemplatePackagesAsync(IEnumerable<IManagedTemplatePackage> managedPackages, CancellationToken cancellationToken = default) instead")] 418[Obsolete("use Task<IReadOnlyList<UninstallResult>> UninstallTemplatePackagesAsync(IEnumerable<IManagedTemplatePackage> managedPackages, CancellationToken cancellationToken = default) instead")] 424[Obsolete("use Task<IReadOnlyList<UninstallResult>> UninstallTemplatePackagesAsync(IEnumerable<IManagedTemplatePackage> managedPackages, CancellationToken cancellationToken = default) instead")] 451[Obsolete("Use Task<TemplateCreationResult> CreateAsync(ITemplateInfo info, string? name, string outputPath, IReadOnlyDictionary<string, string> parameters, string? baselineName = null, CancellationToken cancellationToken = default) instead.")] 458[Obsolete("Use Task<TemplateCreationResult> GetCreationEffectsAsync(ITemplateInfo info, string? name, string outputPath, IReadOnlyDictionary<string, string> parameters, string? baselineName = null, CancellationToken cancellationToken = default) instead.")]
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (5)
Abstractions\IDeferredMacro.cs (2)
11[Obsolete("Use IGeneratedSymbolConfig instead.")] 20[Obsolete("Use IMacro{T}.Evaluate or IGeneratedSymbolConfig.Evaluate instead for generated symbol instead.")]
Parameter.cs (1)
43[Obsolete("Use Precedence instead.")]
RunnableProjectConfig.ITemplate.cs (1)
127[Obsolete("Use ParameterDefinitionSet instead.")]
RunnableProjectGenerator.cs (1)
543[Obsolete("Use ParameterDefinitionSet instead.")]
Microsoft.TemplateEngine.Utils (7)
CacheParameter.cs (1)
8[Obsolete("Use ITemplateParameter / TemplateParameter instead.")]
CacheTag.cs (1)
8[Obsolete("Use ITemplateParameter / TemplateParameter for parameters instead.")]
DefaultTemplateEngineHost.cs (1)
11[Obsolete("Use Microsoft.TemplateEngine.Edge.DefaultTemplateEngineHost instead.")]
RuntimeValueUtils.cs (2)
8[Obsolete("Use IBindSymbolSource component instead to get or provide the values to be bound.")] 11[Obsolete("Use IBindSymbolSource components instead to get the values to be bound.")]
TemplateParameter.cs (2)
44[Obsolete("Use Description instead.")] 49[Obsolete("Use Precedence instead.")]
Microsoft.TemplateSearch.Common (11)
Abstractions\TemplateSearchData.cs (1)
68[Obsolete("Use ParameterDefinitionSet instead.")]
TemplateDiscoveryMetadata\BlobStorageTemplateInfo.cs (5)
14[Obsolete("The class is deprecated. Use TemplateSearchCache instead to create search cache data. Deserialization code to be moved to TemplateSearchData.Json.")] 81[Obsolete("Use ParameterDefinitionSet instead.")] 108[Obsolete("Use ShortNameList instead.")] 138[Obsolete("This property is deprecated")] 394[Obsolete("Use Precedence instead.")]
TemplateDiscoveryMetadata\LegacySearchCacheReader.cs (1)
13[Obsolete("Use TemplateSearchCache instead.")]
TemplateDiscoveryMetadata\PackInfo.cs (1)
8[Obsolete("The class is deprecated. Use TemplateSearchCache instead to create search cache data.")]
TemplateDiscoveryMetadata\PackToTemplateEntry.cs (1)
8[Obsolete("The class is deprecated. Use TemplateSearchCache instead to create search cache data.")]
TemplateDiscoveryMetadata\TemplateDiscoveryMetadata.cs (1)
14[Obsolete("The class is deprecated. Use TemplateSearchCache instead to create search cache data.")]
TemplateDiscoveryMetadata\TemplateIdentificationEntry.cs (1)
8[Obsolete("The class is deprecated. Use TemplateSearchCache instead to create search cache data.")]
Microsoft.TestPlatform.AdapterUtilities (1)
ManagedNameUtilities\InvalidManagedNameException.cs (1)
15[Obsolete("Serialization constructors are deprecated in .NET8+", DiagnosticId = "SYSLIB0051")]
Microsoft.TestPlatform.CoreUtilities (2)
FeatureFlag\FeatureFlag.cs (2)
102[Obsolete("Only use this in tests.")] 108[Obsolete("Only use this in tests.")]
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (25)
Interfaces\IVsTestConsoleWrapperAsync.cs (25)
23[Obsolete("The async APIs don't work, use the sync API instead.")] 31[Obsolete("The async APIs don't work, use the sync API instead.")] 41[Obsolete("The async APIs don't work, use the sync API instead.")] 55[Obsolete("The async APIs don't work, use the sync API instead.")] 71[Obsolete("The async APIs don't work, use the sync API instead.")] 82[Obsolete("The async APIs don't work, use the sync API instead.")] 92[Obsolete("The async APIs don't work, use the sync API instead.")] 106[Obsolete("The async APIs don't work, use the sync API instead.")] 122[Obsolete("The async APIs don't work, use the sync API instead.")] 140[Obsolete("The async APIs don't work, use the sync API instead.")] 156[Obsolete("The async APIs don't work, use the sync API instead.")] 170[Obsolete("The async APIs don't work, use the sync API instead.")] 186[Obsolete("The async APIs don't work, use the sync API instead.")] 204[Obsolete("The async APIs don't work, use the sync API instead.")] 221[Obsolete("The async APIs don't work, use the sync API instead.")] 237[Obsolete("The async APIs don't work, use the sync API instead.")] 255[Obsolete("The async APIs don't work, use the sync API instead.")] 275[Obsolete("The async APIs don't work, use the sync API instead.")] 293[Obsolete("The async APIs don't work, use the sync API instead.")] 309[Obsolete("The async APIs don't work, use the sync API instead.")] 327[Obsolete("The async APIs don't work, use the sync API instead.")] 347[Obsolete("The async APIs don't work, use the sync API instead.")] 360[Obsolete("The async APIs don't work, use the sync API instead.")] 366[Obsolete("The async APIs don't work, use the sync API instead.")] 414[Obsolete("The async APIs don't work, use the sync API instead.")]
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\Constants.vb (1)
11<Global.System.Obsolete("vbNewLine has been deprecated. For a carriage return and line feed, use vbCrLf. For the current platform's newline, use System.Environment.NewLine.")>
Microsoft\VisualBasic\FileIO\MalformedLineException.vb (2)
77<Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId:="SYSLIB0051", UrlFormat:="https://aka.ms/dotnet-warnings/{0}")> 111<Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId:="SYSLIB0051", UrlFormat:="https://aka.ms/dotnet-warnings/{0}")>
Microsoft\VisualBasic\FileSystem.vb (1)
728<ObsoleteAttribute("FileSystem.FilePut has been deprecated. Use FilePutObject to write Object types, or coerce FileNumber and RecordNumber to Integer for writing non-Object types.")>
Microsoft.VisualStudio.TestPlatform.ObjectModel (13)
Client\Interfaces\ITestRunEventsHandler2.cs (2)
11[Obsolete("You don't have to implement this interface, AttachDebuggerToProcess it is never called back. To attach to debugger implement ITestHostLauncher2 or ITestHostLauncher3.")] 20[Obsolete("You don't have to implement this it is never called back. To attach to debugger implement ITestHostLauncher2 or ITestHostLauncher3.")]
DataCollector\IDataCollectorAttachments.cs (1)
12[Obsolete("Interface is deprecated. Please use IDataCollectorAttachmentProcessor instead")]
Nuget.Frameworks\CompatibilityMappingComparer.cs (1)
16[Obsolete("Use singleton CompatibilityMappingComparer.Instance instead")]
Nuget.Frameworks\FrameworkRangeComparer.cs (1)
16[Obsolete("Use singleton FrameworkRangeComparer.Instance instead")]
Nuget.Frameworks\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 329[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
Nuget.Frameworks\NuGetFrameworkFullComparer.cs (1)
19[Obsolete("Use singleton via NuGetFrameworkFullComparer.Instance instead")]
Nuget.Frameworks\NuGetFrameworkNameComparer.cs (1)
18[Obsolete("Use singleton NuGetFrameworkNameComparer instead")]
Nuget.Frameworks\NuGetFrameworkSorter.cs (1)
20[Obsolete("Use Instance singleton instead")]
RunSettings\RunConfiguration.cs (1)
276[Obsolete("Use TargetFramework instead")]
TestProperty\TestPropertyAttributes.cs (1)
14[Obsolete("Use TestObject.Traits collection to create traits")]
Microsoft.Win32.SystemEvents (2)
Microsoft\Win32\SystemEvents.cs (2)
133[Obsolete(Obsoletions.SystemEventsEventsThreadShutdownMessage, DiagnosticId = Obsoletions.SystemEventsEventsThreadShutdownDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 159[Obsolete("The LowMemory event has been deprecated and is not supported.")]
Mono.Cecil (2)
Mono.Cecil\ModuleDefinition.cs (1)
351 [Obsolete ("Use FileName")]
Mono.Cecil\TypeSystem.cs (1)
192 [Obsolete ("Use CoreLibrary")]
NuGet.Build.Tasks.Console (4)
MSBuildItemBase.cs (1)
20[Obsolete("This property should not be accessed. Calculating the names of the item metadata allocates a new list and can cause performance issues. Use GetProperty(string) instead and check if the value is null or whitespace.")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.CommandLine.XPlat (3)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Commands (9)
RestoreCommand\CompatibilityIssue.cs (3)
298[Obsolete("No longer used.")] 300[Obsolete("No longer used.")] 303[Obsolete("No longer used.")]
RestoreCommand\Utility\BuildAssetsUtils.cs (3)
147[Obsolete("This method will be removed in a future release.")] 190[Obsolete("This method is unused and will be removed in a future version.")] 360[Obsolete("This method will be removed in a future release.")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Configuration (6)
PackageSource\PackageSourceProvider.cs (3)
26[Obsolete("https://github.com/NuGet/Home/issues/8479")] 41[Obsolete("https://github.com/NuGet/Home/issues/8479")] 57[Obsolete("https://github.com/NuGet/Home/issues/8479")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Credentials (1)
PluginException.cs (1)
106[Obsolete("This method is unused and will be removed in a future release.")]
NuGet.DependencyResolver.Core (5)
Providers\IDependencyProvider.cs (1)
14[Obsolete("This method is obsolete and will be removed in future versions. Use GetLibrary(LibraryRange, NuGetFramework, string) instead.")]
ResolverUtility.cs (1)
378[Obsolete("This method is obsolete")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Frameworks (3)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.LibraryModel (3)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.PackageManagement (3)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Packaging (11)
ContentModel\Asset.cs (1)
12[Obsolete("This is unused and will be removed in a future release.")]
Definitions\INuspecReader.cs (1)
13[Obsolete("This interface is unused and does not contain any implementations. It will be removed in a future release.")]
Definitions\IPackageResolver.cs (1)
14[Obsolete("This interface is unused and does not contain any implementations. It will be removed in a future release.")]
NuspecReader.cs (1)
203[Obsolete("GetFrameworkReferenceGroups() is deprecated. Please use GetFrameworkAssemblyGroups() instead.")]
PackageCreation\Authoring\IPackageFile.cs (1)
39[Obsolete("Use NuGetFramework instead. This property will be null for any frameworks net5.0 or above.")]
PackageCreation\Extensions\StringExtensions.cs (2)
8[Obsolete("This class will be deleted in a future version of NuGet.Packaging.")] 11[Obsolete("This class will be deleted in a future version of NuGet.Packaging.")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
Telemetry\PackageSigningTelemetryEvent.cs (1)
15[Obsolete("This seems to be unused and will be removed in a future version.")]
NuGet.ProjectModel (8)
IExternalProjectReferenceProvider.cs (1)
12[Obsolete("This API is unused and will be removed in a future release.")]
JTokenExtensions.cs (1)
10[Obsolete("This class is unused and will be removed in a future release.")]
PackageSpecReferenceDependencyProvider.cs (1)
97[Obsolete("This method is obsolete and will be removed in future versions. Use GetLibrary(LibraryRange, NuGetFramework, string) instead.")]
ProjectStyle.cs (2)
33[Obsolete("This project style is unsupported. Do not call restore with this project style.")] 44[Obsolete("This project style is unsupported. Do not call restore with this project style.")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Protocol (20)
LegacyFeed\DownloadResourceV2Feed.cs (1)
21[Obsolete("Use constructor with source parameter")]
Model\PackageSearchMetadataBuilder.cs (1)
60[Obsolete("PackagePath is recommended in place of PackageReader")]
PackageProgressEventArgs.cs (1)
10[Obsolete("This type is unused and will be removed in a future version.")]
PackagesFolder\LocalPackageInfo.cs (1)
55[Obsolete("Setting ExpandedPath is obsolete and will be removed in a future version.")]
Plugins\Messages\GetOperationClaimsRequest.cs (2)
33[Obsolete("Use ServiceIndexJson instead. This property always returns null.")] 57[Obsolete("Use GetOperationClaimsRequest(string, string) instead.")]
Plugins\Messages\GetServiceIndexResponse.cs (2)
34[Obsolete("Use ServiceIndexJson instead. This property always returns null.")] 77[Obsolete("Use GetServiceIndexResponse(MessageResponseCode, string) instead.")]
Plugins\Messages\Message.cs (2)
38[Obsolete("Use MessageUtilities.DeserializePayload<T>() to access the payload.")] 59[Obsolete("Use MessageUtilities.Create<T>() to create messages.")]
Providers\RawSearchResourceV3Provider.cs (1)
11[Obsolete("Use PackageSearchResource instead (via SourceRepository.GetResourceAsync<PackageSearchResource>")]
Repository.cs (2)
104[Obsolete("https://github.com/NuGet/Home/issues/8479")] 119[Obsolete("https://github.com/NuGet/Home/issues/8479")]
Resources\RawSearchResourceV3.cs (3)
17[Obsolete("Use PackageSearchResource instead (via SourceRepository.GetResourceAsync<PackageSearchResource>")] 40[Obsolete("Use PackageSearchResource instead (via SourceRepository.GetResourceAsync<PackageSearchResource>")] 114[Obsolete("Use PackageSearchResource instead (via SourceRepository.GetResourceAsync<PackageSearchResource>")]
SourceRepositoryProvider.cs (1)
20[Obsolete("https://github.com/NuGet/Home/issues/8479")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Resolver (3)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Versioning (5)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
VersionRangeFactory.cs (2)
32[Obsolete("Consider not using this VersionRange. The lack of a proper normalized version means that it is not round trippable in an assets file.")] 43[Obsolete("Consider not using this VersionRange. The lack of a proper normalized version means that it is not round trippable in an assets file.")]
PresentationCore (35)
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
483[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\ContainerVisual.cs (2)
90[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 101[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\DrawingDrawingContext.cs (1)
1004[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BevelBitmapEffect.cs (2)
26[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 35[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BitmapEffect.cs (6)
40[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 47[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 57[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 66[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 77[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 89[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BitmapEffectGroup.cs (2)
32[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 41[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BlurBitmapEffect.cs (2)
26[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 35[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (2)
29[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 38[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\embossbitmapeffect.cs (2)
29[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 38[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\OuterGlowBitmapEffect.cs (2)
26[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 35[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\DrawingContext.cs (1)
415[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
568[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
485[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1297[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
281[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\RenderCapability.cs (1)
102[Obsolete(IsShaderEffectSoftwareRenderingSupported_Deprecated)]
System\Windows\Media\Visual.cs (2)
2971[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 3070[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media3D\Viewport3DVisual.cs (2)
89[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 100[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\UIElement.cs (3)
2743[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 2806[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 4069[Obsolete("PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.")]
PresentationFramework (4)
System\Windows\Data\BindingListCollectionView.cs (1)
1469[Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")]
System\Windows\Data\CollectionView.cs (2)
1240[Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")] 1249[Obsolete("Replaced by ClearPendingChanges")]
System\Windows\Data\ListCollectionView.cs (1)
1646[Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")]
Roslyn.Diagnostics.Analyzers (4)
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
System.CodeDom (7)
Microsoft\CSharp\CSharpCodeProvider.cs (2)
32[Obsolete("ICodeGenerator has been deprecated. Use the methods directly on the CodeDomProvider class instead.")] 35[Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead.")]
Microsoft\VisualBasic\VBCodeProvider.cs (2)
34[Obsolete("ICodeGenerator has been deprecated. Use the methods directly on the CodeDomProvider class instead.")] 37[Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead.")]
System\CodeDom\Compiler\CodeDomProvider.cs (3)
113[Obsolete("ICodeGenerator has been deprecated. Use the methods directly on the CodeDomProvider class instead. Classes inheriting from CodeDomProvider must still implement this interface, and should suppress this warning or also mark this method as obsolete.")] 122[Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead. Classes inheriting from CodeDomProvider must still implement this interface, and should suppress this warning or also mark this method as obsolete.")] 125[Obsolete("ICodeParser has been deprecated. Use the methods directly on the CodeDomProvider class instead. Classes inheriting from CodeDomProvider must still implement this interface, and should suppress this warning or also mark this method as obsolete.")]
System.Collections (4)
System\Collections\Generic\LinkedList.cs (2)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 324[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Collections\Generic\SortedDictionary.cs (1)
888[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Collections\Generic\SortedSet.cs (1)
129[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Collections.NonGeneric (1)
System\Collections\CaseInsensitiveHashCodeProvider.cs (1)
12[Obsolete("CaseInsensitiveHashCodeProvider has been deprecated. Use StringComparer instead.")]
System.Collections.Specialized (9)
System\Collections\Specialized\NameObjectCollectionBase.cs (4)
56[Obsolete("This constructor has been deprecated. Use NameObjectCollectionBase(IEqualityComparer) instead.")] 63[Obsolete("This constructor has been deprecated. Use NameObjectCollectionBase(Int32, IEqualityComparer) instead.")] 81[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 88[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Collections\Specialized\NameValueCollection.cs (3)
50[Obsolete("This constructor has been deprecated. Use NameValueCollection(IEqualityComparer) instead.")] 87[Obsolete("This constructor has been deprecated. Use NameValueCollection(Int32, IEqualityComparer) instead.")] 93[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Collections\Specialized\OrderedDictionary.cs (2)
68[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 382[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\AssociationAttribute.cs (1)
13[Obsolete("AssociationAttribute has been deprecated and is not supported.")]
System\ComponentModel\DataAnnotations\FilterUIHintAttribute.cs (1)
13[Obsolete("FilterUIHintAttribute has been deprecated and is not supported.")]
System\ComponentModel\DataAnnotations\ValidationException.cs (1)
78[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\CompositionContractMismatchException.cs (1)
81[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ComponentModel\Composition\ImportCardinalityMismatchException.cs (1)
84[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ComponentModel\Composition\Primitives\ComposablePartException.cs (2)
51[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 168[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.ComponentModel.Primitives (2)
System\ComponentModel\InvalidAsynchronousStateException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ComponentModel\InvalidEnumArgumentException.cs (1)
60[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.ComponentModel.TypeConverter (18)
System\ComponentModel\Design\CheckoutException.cs (1)
54[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ComponentModel\Design\DesignerTransactionCloseEventArgs.cs (1)
12[Obsolete("This constructor has been deprecated. Use DesignerTransactionCloseEventArgs(bool, bool) instead.")]
System\ComponentModel\Design\SelectionTypes.cs (5)
25[Obsolete("SelectionTypes.Normal has been deprecated. Use SelectionTypes.Auto instead.")] 40[Obsolete("SelectionTypes.MouseDown has been deprecated and is not supported.")] 49[Obsolete("SelectionTypes.MouseUp has been deprecated and is not supported.")] 58[Obsolete("SelectionTypes.Click has been deprecated. Use SelectionTypes.Primary instead.")] 95[Obsolete("SelectionTypes.Valid has been deprecated. Use Enum class methods to determine valid values, or use a type converter instead.")]
System\ComponentModel\Design\Serialization\RootDesignerSerializerAttribute.cs (1)
12[Obsolete("RootDesignerSerializerAttribute has been deprecated. Use DesignerSerializerAttribute instead. For example, to specify a root designer for CodeDom, use DesignerSerializerAttribute(...,typeof(TypeCodeDomSerializer)) instead.")]
System\ComponentModel\Design\ViewTechnology.cs (2)
21[Obsolete("ViewTechnology.Passthrough has been deprecated. Use ViewTechnology.Default instead.")] 29[Obsolete("ViewTechnology.WindowsForms has been deprecated. Use ViewTechnology.Default instead.")]
System\ComponentModel\IComNativeDescriptorHandler.cs (1)
9[Obsolete("IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.")]
System\ComponentModel\LicenseException.cs (2)
61[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 75[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ComponentModel\MemberDescriptor.cs (1)
446[Obsolete("MemberDescriptor.GetInvokee has been deprecated. Use GetInvocationTarget instead.")]
System\ComponentModel\RecommendedAsConfigurableAttribute.cs (1)
12[Obsolete("RecommendedAsConfigurableAttribute has been deprecated. Use System.ComponentModel.SettingsBindableAttribute instead.")]
System\ComponentModel\TypeDescriptor.cs (1)
2578[Obsolete("TypeDescriptor.ComNativeDescriptorHandler has been deprecated. Use a type description provider to supply type information for COM types instead.")]
System\ComponentModel\WarningException.cs (2)
62[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 80[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Configuration.ConfigurationManager (23)
System\Configuration\ConfigurationErrorsException.cs (2)
105[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 200[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Configuration\ConfigurationException.cs (11)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 37[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 40[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 43[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 46[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 51[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 56[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 59[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 99[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 109[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException.GetFilename instead.")] 112[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException.GetLinenumber instead.")]
System\Configuration\ConfigurationSettings.cs (2)
12[Obsolete("ConfigurationSettings.AppSettings has been deprecated. Use System.Configuration.ConfigurationManager.AppSettings instead.")] 21[Obsolete("ConfigurationSettings.GetConfig has been deprecated. Use System.Configuration.ConfigurationManager.GetSection instead.")]
System\Configuration\Internal\DelegatingConfigHost.cs (1)
234[System.ObsoleteAttribute("Code Access Security is not supported or honored by the runtime.", DiagnosticId = "SYSLIB0003", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System\Configuration\Internal\IInternalConfigHost.cs (1)
106[System.ObsoleteAttribute("Code Access Security is not supported or honored by the runtime.", DiagnosticId = "SYSLIB0003", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System\Configuration\Internal\InternalConfigHost.cs (1)
307[System.ObsoleteAttribute("Code Access Security is not supported or honored by the runtime.", DiagnosticId = "SYSLIB0003", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System\Configuration\Provider\ProviderException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Configuration\SettingsPropertyIsReadOnlyException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Configuration\SettingsPropertyNotFoundException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Configuration\SettingsPropertyWrongTypeException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Configuration\SettingsSerializeAs.cs (1)
12[Obsolete(Obsoletions.BinaryFormatterMessage + @". Consider using Xml instead.")]
System.Data.Common (38)
System\Data\Common\DataAdapter.cs (1)
204[Obsolete("CloneInternals() has been deprecated. Use the DataAdapter(DataAdapter from) constructor instead.")]
System\Data\Common\DbException.cs (1)
20[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\DataException.cs (11)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 64[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 96[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 122[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 148[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 174[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 200[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 226[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 252[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 278[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\DataSerializationFormat.cs (1)
10[Obsolete(
System\Data\DataSet.cs (3)
254[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 264[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 312[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\DataSysAttribute.cs (2)
14[Obsolete("DataSysDescriptionAttribute has been deprecated and is not supported.")] 22[Obsolete("DataSysDescriptionAttribute has been deprecated and is not supported.")]
System\Data\DataTable.cs (2)
199[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 229[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\DBConcurrencyException.cs (2)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 40[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\Filter\FilterException.cs (3)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 49[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\PropertyCollection.cs (1)
22[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\SQLTypes\SQLUtility.cs (8)
45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 51[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 83[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 89[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 121[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 127[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 159[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 184[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\StrongTypingException.cs (1)
16[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\TypedTableBase.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\XmlDataDocument.cs (1)
19[Obsolete("XmlDataDocument has been deprecated and is not supported.")]
System.Data.Odbc (3)
System\Data\Odbc\OdbcException.cs (2)
39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 57[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\Odbc\OdbcParameterCollection.cs (1)
67[Obsolete("Add(String parameterName, Object value) has been deprecated. Use AddWithValue(String parameterName, Object value) instead.")]
System.Data.OleDb (6)
OleDbException.cs (1)
39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
OleDbParameterCollection.cs (1)
68[Obsolete("Add(String parameterName, Object value) has been deprecated. Use AddWithValue(String parameterName, Object value) instead.")]
UnsafeNativeMethods.cs (4)
522[Obsolete("not used")] void GetGUID(/*deleted parameter signature*/); 554[Obsolete("not used")] void AddErrorRecord(/*deleted parameter signature*/); 556[Obsolete("not used")] void GetBasicErrorInfo(/*deleted parameter signature*/); 570[Obsolete("not used")] void GetErrorParameters(/*deleted parameter signature*/);
System.Diagnostics.EventLog (9)
System\Diagnostics\EventLog.cs (1)
240[Obsolete("EventLog.CreateEventSource has been deprecated. Use System.Diagnostics.EventLog.CreateEventSource(EventSourceCreationData sourceData) instead.")]
System\Diagnostics\EventLogEntry.cs (1)
121[Obsolete("EventLogEntry.EventID has been deprecated. Use System.Diagnostics.EventLogEntry.InstanceId instead.")]
System\Diagnostics\Reader\EventLogException.cs (6)
72[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 82[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 103[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 122[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 141[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 158[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Diagnostics\Reader\Winmeta.cs (1)
138[Obsolete("StandardEventKeywords.CorrelationHint has an incorrect value and has been deprecated. Use CorrelationHint2 instead.")]
System.Diagnostics.PerformanceCounter (8)
System\Diagnostics\InstanceDataCollection.cs (1)
17[Obsolete("This constructor has been deprecated. Use System.Diagnostics.InstanceDataCollectionCollection.get_Item to get an instance of this collection instead.")]
System\Diagnostics\InstanceDataCollectionCollection.cs (1)
18[Obsolete("This constructor has been deprecated. Use System.Diagnostics.PerformanceCounterCategory.ReadCategory() to get an instance of this collection instead.")]
System\Diagnostics\PerformanceCounter.cs (1)
38[Obsolete("PerformanceCounter.DefaultFileMappingSize has been deprecated and is not used. Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping instead.")]
System\Diagnostics\PerformanceCounterCategory.cs (2)
179[Obsolete("This overload of PerformanceCounterCategory.Create has been deprecated. Use System.Diagnostics.PerformanceCounterCategory.Create(string categoryName, string categoryHelp, PerformanceCounterCategoryType categoryType, string counterName, string counterHelp) instead.")] 198[Obsolete("This overload of PerformanceCounterCategory.Create has been deprecated. Use System.Diagnostics.PerformanceCounterCategory.Create(string categoryName, string categoryHelp, PerformanceCounterCategoryType categoryType, CounterCreationDataCollection counterData) instead.")]
System\Diagnostics\PerformanceCounterManager.cs (3)
10[Obsolete("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")] 15[Obsolete("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")] 21[Obsolete("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")]
System.Diagnostics.Process (9)
System\Diagnostics\Process.cs (9)
393[Obsolete("Process.NonpagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.")] 400[Obsolete("Process.PagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PagedMemorySize64 instead.")] 407[Obsolete("Process.PagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PagedSystemMemorySize64 instead.")] 414[Obsolete("Process.PeakPagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakPagedMemorySize64 instead.")] 421[Obsolete("Process.PeakWorkingSet has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakWorkingSet64 instead.")] 428[Obsolete("Process.PeakVirtualMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakVirtualMemorySize64 instead.")] 515[Obsolete("Process.PrivateMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PrivateMemorySize64 instead.")] 624[Obsolete("Process.VirtualMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.VirtualMemorySize64 instead.")] 734[Obsolete("Process.WorkingSet has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.WorkingSet64 instead.")]
System.Diagnostics.StackTrace (1)
System\Diagnostics\SymbolStore\ISymbolBinder.cs (1)
10[Obsolete("ISymbolBinder.GetReader has been deprecated because it is not 64-bit compatible. Use ISymbolBinder1.GetReader instead. ISymbolBinder1.GetReader accepts the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures.")]
System.DirectoryServices (13)
System\DirectoryServices\ActiveDirectory\Exception.cs (11)
51[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 63[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 107[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 117[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 149[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 174[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 194[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 220[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 243[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 268[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 278[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\DirectoryServices\DirectoryServicesCOMException.cs (2)
21[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\exceptions.cs (9)
27[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 49[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 71[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 93[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 115[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 154[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 165[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 200[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 210[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.DirectoryServices.Protocols (11)
System\DirectoryServices\Protocols\common\DirectoryException.cs (3)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 40[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 87[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\DirectoryServices\Protocols\ldap\LdapException.cs (2)
97[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 149[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (6)
89[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 94[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 99[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 104[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 109[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 114[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Drawing.Common (3)
System\Drawing\FontFamily.cs (1)
278[Obsolete("FontFamily.GetFamilies has been deprecated. Use Families instead.")]
System\Drawing\Graphics.cs (1)
3207[Obsolete("Use the Graphics.GetContextInfo overloads that accept arguments for better performance and fewer allocations.", DiagnosticId = "SYSLIB0016", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System\Drawing\Imaging\EncoderParameter.cs (1)
294[Obsolete("This constructor has been deprecated. Use EncoderParameter(Encoder encoder, int numberValues, EncoderParameterValueType type, IntPtr value) instead.")]
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnContentException.cs (1)
59[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Formats.Cbor (1)
System\Formats\Cbor\CborContentException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\ZLibException.cs (2)
56[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 65[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.IO.FileSystem.DriveInfo (1)
System\IO\DriveNotFoundException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.IO.FileSystem.Watcher (1)
System\IO\InternalBufferOverflowException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.IO.IsolatedStorage (6)
System\IO\IsolatedStorage\IsolatedStorage.cs (2)
53[Obsolete("IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize instead.")] 79[Obsolete("IsolatedStorage.MaximumSize has been deprecated because it is not CLS Compliant. To get the maximum size use IsolatedStorage.Quota instead.")]
System\IO\IsolatedStorage\IsolatedStorageException.cs (1)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\IO\IsolatedStorage\IsolatedStorageFile.cs (2)
421[Obsolete("IsolatedStorageFile.MaximumSize has been deprecated because it is not CLS Compliant. To get the maximum size use IsolatedStorageFile.Quota instead.")] 447[Obsolete("IsolatedStorageFile.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorageFile.UsedSize instead.")]
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
323[Obsolete("IsolatedStorageFileStream.Handle has been deprecated. Use IsolatedStorageFileStream's SafeFileHandle property instead.")]
System.IO.Packaging (2)
System\IO\Packaging\FileFormatException.cs (2)
117[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 133[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.IO.Pipelines (2)
System\IO\Pipelines\PipeReader.cs (1)
148[Obsolete("OnWriterCompleted has been deprecated and may not be invoked on all implementations of PipeReader.")]
System\IO\Pipelines\PipeWriter.cs (1)
50[Obsolete("OnReaderCompleted has been deprecated and may not be invoked on all implementations of PipeWriter.")]
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeClientStream.cs (1)
92[Obsolete(Obsoletions.NamedPipeClientStreamIsConnectedMessage, DiagnosticId = Obsoletions.NamedPipeClientStreamIsConnectedDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Linq.Expressions (4)
System\Linq\Expressions\Expression.cs (1)
60[Obsolete("This constructor has been deprecated. Use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.")]
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
203[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Linq\Expressions\MemberBinding.cs (1)
37[Obsolete("This constructor has been deprecated and is not supported.")]
System\Runtime\CompilerServices\DebugInfoGenerator.cs (1)
20[Obsolete(Obsoletions.CreatePdbGeneratorMessage, DiagnosticId = Obsoletions.CreatePdbGeneratorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Linq.Parallel (14)
System\Linq\ParallelEnumerable.cs (14)
649[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 711[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 778[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 844[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 913[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4291[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4344[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4451[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4531[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4574[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4621[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4669[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4718[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4765[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)]
System.Linq.Queryable (2)
System\Linq\Queryable.cs (2)
2583[Obsolete(Obsoletions.QueryableMinByMaxByTSourceObsoleteMessage, DiagnosticId=Obsoletions.QueryableMinByMaxByTSourceObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 2700[Obsolete(Obsoletions.QueryableMinByMaxByTSourceObsoleteMessage, DiagnosticId=Obsoletions.QueryableMinByMaxByTSourceObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Management (6)
System\Management\ManagementBaseObject.cs (1)
227[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Management\ManagementClass.cs (1)
271[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Management\ManagementException.cs (2)
676[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 724[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Management\ManagementNamedValueCollection.cs (1)
50[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Management\ManagementObject.cs (1)
466[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Http (7)
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs (3)
22[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackDecodingException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\Http\HttpRequestMessage.cs (1)
121[Obsolete("HttpRequestMessage.Properties has been deprecated. Use Options instead.")]
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpException.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.HttpListener (1)
System\Net\HttpListenerException.cs (1)
29[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Mail (7)
System\Net\Mail\MailMessage.cs (1)
96[Obsolete("ReplyTo has been deprecated. Use ReplyToList instead, which can accept multiple addresses.")]
System\Net\Mail\SmtpException.cs (2)
101[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 117[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\Mail\SmtpFailedRecipientException.cs (2)
27[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 57[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\Mail\SmtpFailedRecipientsException.cs (2)
33[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 66[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.NameResolution (8)
System\Net\Dns.cs (8)
264[Obsolete("GetHostByName has been deprecated. Use GetHostEntry instead.")] 277[Obsolete("BeginGetHostByName has been deprecated. Use BeginGetHostEntry instead.")] 281[Obsolete("EndGetHostByName has been deprecated. Use EndGetHostEntry instead.")] 291[Obsolete("GetHostByAddress has been deprecated. Use GetHostEntry instead.")] 304[Obsolete("GetHostByAddress has been deprecated. Use GetHostEntry instead.")] 317[Obsolete("Resolve has been deprecated. Use GetHostEntry instead.")] 346[Obsolete("BeginResolve has been deprecated. Use BeginGetHostEntry instead.")] 350[Obsolete("EndResolve has been deprecated. Use EndGetHostEntry instead.")]
System.Net.NetworkInformation (1)
src\runtime\src\libraries\Common\src\System\Net\NetworkInformation\NetworkInformationException.cs (1)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Ping (1)
System\Net\NetworkInformation\PingException.cs (1)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Primitives (13)
System\Net\CookieException.cs (3)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 48[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\IPAddress.cs (1)
649[Obsolete("IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons instead.")]
System\Net\SecureProtocols\SslEnumTypes.cs (8)
14[System.ObsoleteAttribute("SslProtocols.Ssl2 has been deprecated and is not supported.")] 16[System.ObsoleteAttribute("SslProtocols.Ssl3 has been deprecated and is not supported.")] 18[System.ObsoleteAttribute(Obsoletions.TlsVersion10and11Message, DiagnosticId = Obsoletions.TlsVersion10and11DiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 20[System.ObsoleteAttribute(Obsoletions.TlsVersion10and11Message, DiagnosticId = Obsoletions.TlsVersion10and11DiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 24[System.ObsoleteAttribute("SslProtocols.Default has been deprecated and is not supported.")] 28[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 37[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 52[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\SocketException.cs (1)
54[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Requests (34)
System\Net\AuthenticationManager.cs (1)
9[Obsolete(Obsoletions.AuthenticationManagerMessage, DiagnosticId = Obsoletions.AuthenticationManagerDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\FileWebRequest.cs (3)
41[Obsolete("Serialization has been deprecated for FileWebRequest.")] 48[Obsolete("Serialization has been deprecated for FileWebRequest.")] 52[Obsolete("Serialization has been deprecated for FileWebRequest.")]
System\Net\FileWebResponse.cs (3)
49[Obsolete("Serialization has been deprecated for FileWebResponse.")] 56[Obsolete("Serialization has been deprecated for FileWebResponse.")] 62[Obsolete("Serialization has been deprecated for FileWebResponse.")]
System\Net\GlobalProxySelection.cs (1)
8[Obsolete("GlobalProxySelection has been deprecated. Use WebRequest.DefaultWebProxy instead to access and set the global default proxy. Use 'null' instead of GetEmptyWebProxy.")]
System\Net\HttpWebRequest.cs (3)
191[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 198[Obsolete("Serialization has been deprecated for HttpWebRequest.")] 204[Obsolete("Serialization has been deprecated for HttpWebRequest.")]
System\Net\HttpWebResponse.cs (3)
39[Obsolete("Serialization has been deprecated for HttpWebResponse.")] 46[Obsolete("Serialization has been deprecated for HttpWebResponse.")] 52[Obsolete("Serialization has been deprecated for HttpWebResponse.")]
System\Net\ProtocolViolationException.cs (3)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 51[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\ServicePoint\SecurityProtocolType.cs (1)
13[Obsolete("SecurityProtocolType.Ssl3 has been deprecated and is not supported.")]
System\Net\ServicePoint\ServicePointManager.cs (1)
12[Obsolete(Obsoletions.WebRequestMessage + " Settings on ServicePointManager no longer affect SslStream or HttpClient.", DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebException.cs (3)
56[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 67[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 73[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebRequest.cs (9)
39[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 42[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 49[Obsolete("Serialization has been deprecated for WebRequest.")] 55[Obsolete("Serialization has been deprecated for WebRequest.")] 151[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 169[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 188[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 196[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 204[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebResponse.cs (3)
27[Obsolete("Serialization has been deprecated for WebResponse.")] 34[Obsolete("Serialization has been deprecated for WebResponse.")] 40[Obsolete("Serialization has been deprecated for WebResponse.")]
System.Net.Security (11)
System\Net\Security\SslStream.cs (8)
24[System.ObsoleteAttribute(Obsoletions.EncryptionPolicyMessage, DiagnosticId = Obsoletions.EncryptionPolicyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 28[System.ObsoleteAttribute(Obsoletions.EncryptionPolicyMessage, DiagnosticId = Obsoletions.EncryptionPolicyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 588[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 598[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 608[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 618[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 628[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 638[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Authentication\AuthenticationException.cs (2)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 48[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (1)
71[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Sockets (5)
System\Net\Sockets\Socket.cs (3)
256[Obsolete("SupportsIPv4 has been deprecated. Use OSSupportsIPv4 instead.")] 258[Obsolete("SupportsIPv6 has been deprecated. Use OSSupportsIPv6 instead.")] 439[Obsolete("UseOnlyOverlappedIO has been deprecated and is not supported.")]
System\Net\Sockets\SocketInformationOptions.cs (1)
16[Obsolete("SocketInformationOptions.UseOnlyOverlappedIO has been deprecated and is not supported.")]
System\Net\Sockets\TCPListener.cs (1)
49[Obsolete("This constructor has been deprecated. Use TcpListener(IPAddress localaddr, int port) instead.")]
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
56[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.WebHeaderCollection (2)
System\Net\WebHeaderCollection.cs (2)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 138[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.WebProxy (2)
System\Net\WebProxy.cs (2)
423[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 447[Obsolete("WebProxy.GetDefaultProxy has been deprecated. Use the proxy selected for you by default.")]
System.Net.WebSockets (4)
System\Net\WebSockets\WebSocket.cs (2)
171[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")] 175[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")]
System\Net\WebSockets\WebSocketException.cs (2)
98[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 105[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
343[Obsolete("Equals() on ReadOnlyTensorSpan will always throw an exception. Use the equality operator instead.")] 367[Obsolete("GetHashCode() on ReadOnlyTensorSpan will always throw an exception.")]
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
239[Obsolete("Equals() on TensorSpan will always throw an exception. Use the equality operator instead.")] 263[Obsolete("GetHashCode() on TensorSpan will always throw an exception.")]
System.Private.CoreLib (333)
src\runtime\src\libraries\System.Private.CoreLib\src\System\AccessViolationException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\AggregateException.cs (2)
188[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 206[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (12)
50[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 61[Obsolete("AppDomain.SetDynamicBase has been deprecated and is not supported.")] 115[Obsolete(Obsoletions.AppDomainCreateUnloadMessage, DiagnosticId = Obsoletions.AppDomainCreateUnloadDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 137[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 183[Obsolete(Obsoletions.AppDomainCreateUnloadMessage, DiagnosticId = Obsoletions.AppDomainCreateUnloadDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 228[Obsolete("AppDomain.GetCurrentThreadId has been deprecated because it does not provide a stable Id when managed threads are running on fibers (aka lightweight threads). To get a stable identifier for a managed thread, use the ManagedThreadId property on Thread instead.")] 233[Obsolete("AppDomain.AppendPrivatePath has been deprecated and is not supported.")] 236[Obsolete("AppDomain.ClearPrivatePath has been deprecated and is not supported.")] 239[Obsolete("AppDomain.ClearShadowCopyPath has been deprecated and is not supported.")] 242[Obsolete("AppDomain.SetCachePath has been deprecated and is not supported.")] 245[Obsolete("AppDomain.SetShadowCopyFiles has been deprecated and is not supported.")] 248[Obsolete("AppDomain.SetShadowCopyPath has been deprecated and is not supported.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppDomainUnloadedException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ApplicationException.cs (1)
47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArgumentException.cs (2)
57[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 65[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArgumentNullException.cs (1)
45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArgumentOutOfRangeException.cs (2)
55[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 63[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArithmeticException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArrayTypeMismatchException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\BadImageFormatException.cs (2)
53[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 63[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\CannotUnloadAppDomainException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Comparer.cs (1)
37[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
183[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 376[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (2)
134[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 695[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\KeyNotFoundException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\NonRandomizedStringEqualityComparer.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (10)
155[Obsolete("Hashtable.hcp has been deprecated. Use the EqualityComparer property instead.")] 190[Obsolete("Hashtable.comparer has been deprecated. Use the KeyComparer properties instead.")] 289[Obsolete("This constructor has been deprecated. Use Hashtable(IEqualityComparer) instead.")] 299[Obsolete("This constructor has been deprecated. Use Hashtable(int, IEqualityComparer) instead.")] 325[Obsolete("This constructor has been deprecated. Use Hashtable(IDictionary, IEqualityComparer) instead.")] 336[Obsolete("This constructor has been deprecated. Use Hashtable(int, float, IEqualityComparer) instead.")] 346[Obsolete("This constructor has been deprecated. Use Hashtable(IDictionary, float, IEqualityComparer) instead.")] 367[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 1023[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 1258[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\IHashCodeProvider.cs (1)
12[Obsolete("IHashCodeProvider has been deprecated. Use IEqualityComparer instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ComponentModel\Win32Exception.cs (2)
61[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 68[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Context.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\CurrentSystemTimeZone.cs (1)
12[Obsolete("System.CurrentSystemTimeZone has been deprecated. Investigate the use of System.TimeZoneInfo.Local instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\DataMisalignedException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\DBNull.cs (1)
18[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
154[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\DynamicDependencyAttribute.cs (1)
133[System.Obsolete("This property is no longer supported.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Contracts\ContractException.cs (2)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSourceException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\DivideByZeroException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\DllNotFoundException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\DuplicateWaitObjectException.cs (1)
43[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\EntryPointNotFoundException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Enum.cs (2)
1442[Obsolete("The provider argument is not used. Use ToString() instead.")] 1447[Obsolete("The provider argument is not used. Use ToString(String) instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Exception.cs (3)
43[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 102[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 187[Obsolete(Obsoletions.BinaryFormatterMessage, DiagnosticId = Obsoletions.BinaryFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ExecutionEngineException.cs (1)
12[Obsolete("ExecutionEngineException previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\FieldAccessException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\FormatException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureNotFoundException.cs (2)
61[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 70[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureTypes.cs (2)
21[Obsolete("CultureTypes.WindowsOnlyCultures has been deprecated. Use other values in CultureTypes instead.")] 23[Obsolete("CultureTypes.FrameworkCultures has been deprecated. Use other values in CultureTypes instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IndexOutOfRangeException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\InsufficientExecutionStackException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\InsufficientMemoryException.cs (1)
45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\InvalidCastException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\InvalidOperationException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\InvalidProgramException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\InvalidTimeZoneException.cs (1)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\DirectoryNotFoundException.cs (2)
70[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 78[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\EndOfStreamException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileLoadException.cs (2)
76[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 86[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (2)
98[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 108[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (5)
22[Obsolete("This constructor has been deprecated. Use FileStream(SafeFileHandle handle, FileAccess access) instead.")] 29[Obsolete("This constructor has been deprecated. Use FileStream(SafeFileHandle handle, FileAccess access) and optionally make a new SafeFileHandle with ownsHandle=false if needed instead.")] 36[Obsolete("This constructor has been deprecated. Use FileStream(SafeFileHandle handle, FileAccess access, int bufferSize) and optionally make a new SafeFileHandle with ownsHandle=false if needed instead.")] 43[Obsolete("This constructor has been deprecated. Use FileStream(SafeFileHandle handle, FileAccess access, int bufferSize, bool isAsync) and optionally make a new SafeFileHandle with ownsHandle=false if needed instead.")] 211[Obsolete("FileStream.Handle has been deprecated. Use FileStream's SafeFileHandle property instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileSystemInfo.cs (2)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 37[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\InvalidDataException.cs (1)
40[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\IOException.cs (1)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
27[Obsolete("Path.InvalidPathChars has been deprecated. Use GetInvalidPathChars or GetInvalidFileNameChars instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\PathTooLongException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (2)
196[Obsolete("CreateWaitHandle has been deprecated. Use the ManualResetEvent(false) constructor instead.")] 937[Obsolete("Do not call or override this method.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\LoaderOptimization.cs (2)
8[Obsolete("LoaderOptimization.DisallowBindings has been deprecated and is not supported.")] 10[Obsolete("LoaderOptimization.DomainMask has been deprecated and is not supported.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MarshalByRefObject.cs (2)
16[Obsolete(Obsoletions.RemotingApisMessage, DiagnosticId = Obsoletions.RemotingApisDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 22[Obsolete(Obsoletions.RemotingApisMessage, DiagnosticId = Obsoletions.RemotingApisDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemberAccessException.cs (1)
47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MethodAccessException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MissingFieldException.cs (1)
39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MissingMemberException.cs (2)
39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 49[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MissingMethodException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MulticastNotSupportedException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\NotFiniteNumberException.cs (2)
56[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 63[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\NotImplementedException.cs (1)
33[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\NotSupportedException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\NullReferenceException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ObjectDisposedException.cs (2)
44[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 78[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (1)
73[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\OperationCanceledException.cs (1)
64[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\OutOfMemoryException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\OverflowException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\PlatformNotSupportedException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\RankException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (2)
187[Obsolete("Equals() on ReadOnlySpan will always throw an exception. Use the equality operator instead.")] 198[Obsolete("GetHashCode() on ReadOnlySpan will always throw an exception.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\AmbiguousMatchException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (8)
83[Obsolete("Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.", DiagnosticId = "SYSLIB0012", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 119[Obsolete("Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.", DiagnosticId = "SYSLIB0012", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 164[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 176[Obsolete(Obsoletions.GlobalAssemblyCacheMessage, DiagnosticId = Obsoletions.GlobalAssemblyCacheDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 407[Obsolete(Obsoletions.LoadFromHashAlgorithmMessage, DiagnosticId = Obsoletions.LoadFromHashAlgorithmDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 421[Obsolete(Obsoletions.ReflectionOnlyLoadingMessage, DiagnosticId = Obsoletions.ReflectionOnlyLoadingDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 424[Obsolete(Obsoletions.ReflectionOnlyLoadingMessage, DiagnosticId = Obsoletions.ReflectionOnlyLoadingDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 427[Obsolete(Obsoletions.ReflectionOnlyLoadingMessage, DiagnosticId = Obsoletions.ReflectionOnlyLoadingDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyFlagsAttribute.cs (3)
11[Obsolete("This constructor has been deprecated. Use AssemblyFlagsAttribute(AssemblyNameFlags) instead.")] 18[Obsolete("AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.")] 24[Obsolete("This constructor has been deprecated. Use AssemblyFlagsAttribute(AssemblyNameFlags) instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (7)
89[Obsolete(Obsoletions.AssemblyNameCodeBaseMessage, DiagnosticId = Obsoletions.AssemblyNameCodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 97[Obsolete(Obsoletions.AssemblyNameCodeBaseMessage, DiagnosticId = Obsoletions.AssemblyNameCodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 110[Obsolete(Obsoletions.AssemblyNameMembersMessage, DiagnosticId = Obsoletions.AssemblyNameMembersDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 225[Obsolete(Obsoletions.AssemblyNameMembersMessage, DiagnosticId = Obsoletions.AssemblyNameMembersDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 232[Obsolete(Obsoletions.AssemblyNameMembersMessage, DiagnosticId = Obsoletions.AssemblyNameMembersDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 239[Obsolete(Obsoletions.StrongNameKeyPairMessage, DiagnosticId = Obsoletions.StrongNameKeyPairDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 268[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeFormatException.cs (1)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\AssemblyBuilder.cs (1)
55[Obsolete("Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location instead.", DiagnosticId = "SYSLIB0012", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\FlowControl.cs (1)
17[Obsolete("FlowControl.Phi has been deprecated and is not supported.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\OpCodeType.cs (1)
11[Obsolete("OpCodeType.Annotation has been deprecated and is not supported.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\OperandType.cs (1)
17[Obsolete("OperandType.InlinePhi has been deprecated and is not supported.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\FieldAttributes.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\FieldInfo.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\InvalidFilterCriteriaException.cs (1)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Module.cs (1)
141[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ParameterInfo.cs (1)
58[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ReflectionTypeLoadException.cs (2)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
202[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\StrongNameKeyPair.cs (2)
10[Obsolete(Obsoletions.StrongNameKeyPairMessage, DiagnosticId = Obsoletions.StrongNameKeyPairDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 19[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TargetException.cs (1)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TargetInvocationException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TargetParameterCountException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeAttributes.cs (1)
40[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\MissingManifestResourceException.cs (1)
33[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\MissingSatelliteAssemblyException.cs (1)
44[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\AmbiguousImplementationException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DisablePrivateReflectionAttribute.cs (1)
6[Obsolete(Obsoletions.DisablePrivateReflectionAttributeMessage, DiagnosticId = Obsoletions.DisablePrivateReflectionAttributeDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeHelpers.cs (5)
71[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 90[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 95[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 100[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 105[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeWrappedException.cs (2)
27[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\SuppressIldasmAttribute.cs (1)
6[Obsolete(Obsoletions.SuppressIldasmAttributeMessage, DiagnosticId = Obsoletions.SuppressIldasmAttributeDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\SwitchExpressionException.cs (2)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\Cer.cs (1)
6[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\Consistency.cs (1)
6[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\PrePrepareMethodAttribute.cs (1)
6[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\ReliabilityContractAttribute.cs (1)
9[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\HandleProcessCorruptedStateExceptionsAttribute.cs (1)
9[Obsolete(Obsoletions.CorruptedStateRecoveryMessage, DiagnosticId = Obsoletions.CorruptedStateRecoveryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\AllowReversePInvokeCallsAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\COMException.cs (1)
44[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ExternalException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\InvalidComObjectException.cs (1)
37[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\InvalidOleVariantTypeException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (3)
353[Obsolete("ReadIntPtr(Object, Int32) may be unavailable in future releases.")] 442[Obsolete("WriteInt16(Object, Int32, Char) may be unavailable in future releases.")] 482[Obsolete("WriteIntPtr(Object, Int32, IntPtr) may be unavailable in future releases.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\MarshalDirectiveException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeArrayRankMismatchException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeArrayTypeMismatchException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SEHException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\UnmanagedType.cs (4)
40[Obsolete("Marshalling as VBByRefString may be unavailable in future releases.")] 43[Obsolete("Marshalling as AnsiBStr may be unavailable in future releases.")] 46[Obsolete("Marshalling as TBstr may be unavailable in future releases.")] 52[Obsolete("Marshalling arbitrary types may be unavailable in future releases. Specify the type you wish to marshal as.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\AdvSimd.PlatformNotSupported.cs (9)
3172[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 3179[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 3186[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14744[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14752[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14760[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14789[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14797[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14805[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\IFormatterConverter.cs (1)
7[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\IObjectReference.cs (1)
6[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\ISafeSerializationData.cs (1)
9[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\ISerializable.cs (1)
8[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SafeSerializationEventArgs.cs (1)
7[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationInfo.cs (2)
29[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 49[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\StreamingContext.cs (5)
15[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 18[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 23[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 44[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 51[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\CryptographicException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\IPermission.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\IStackWalk.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\Permissions\CodeAccessSecurityAttribute.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\Permissions\PermissionState.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityAction.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityAttribute.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityPermissionAttribute.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityPermissionFlag.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\PermissionSet.cs (1)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityCriticalAttribute.cs (1)
28[Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityCriticalScope.cs (1)
6[Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityException.cs (2)
55[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 70[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityTreatAsSafeAttribute.cs (1)
18[Obsolete("SecurityTreatAsSafe is only used for .NET 2.0 transparency compatibility. Use the SecuritySafeCriticalAttribute instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\VerificationException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Span.cs (2)
192[Obsolete("Equals() on Span will always throw an exception. Use the equality operator instead.")] 203[Obsolete("GetHashCode() on Span will always throw an exception.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\StackOverflowException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.cs (1)
400[Obsolete("This API should not be used to create mutable strings. See https://go.microsoft.com/fwlink/?linkid=2084035 for alternatives.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\SystemException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\DecoderExceptionFallback.cs (1)
104[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\EncoderExceptionFallback.cs (1)
124[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1032[Obsolete(Obsoletions.SystemTextEncodingUTF7Message, DiagnosticId = Obsoletions.SystemTextEncodingUTF7DiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\UTF7Encoding.cs (2)
37[Obsolete(Obsoletions.SystemTextEncodingUTF7Message, DiagnosticId = Obsoletions.SystemTextEncodingUTF7DiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 43[Obsolete(Obsoletions.SystemTextEncodingUTF7Message, DiagnosticId = Obsoletions.SystemTextEncodingUTF7DiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\AbandonedMutexException.cs (1)
56[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\CompressedStack.cs (1)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LockRecursionException.cs (1)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Overlapped.cs (4)
32[Obsolete("This constructor is not 64-bit compatible and has been deprecated. Use the constructor that accepts an IntPtr for the event handle instead.")] 56[Obsolete("Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.")] 69[Obsolete("This overload is not safe and has been deprecated. Use Pack(IOCompletionCallback?, object?) instead.")] 94[Obsolete("This overload is not safe and has been deprecated. Use UnsafePack(IOCompletionCallback?, object?) instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\SemaphoreFullException.cs (1)
26[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\SynchronizationLockException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskCanceledException.cs (1)
84[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskSchedulerException.cs (1)
72[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (34)
465[Obsolete(Obsoletions.ThreadAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 471[Obsolete(Obsoletions.ThreadAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 477[Obsolete(Obsoletions.ThreadResetAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 483[Obsolete("Thread.Suspend has been deprecated. Use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources.")] 489[Obsolete("Thread.Resume has been deprecated. Use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources.")] 509[Obsolete("The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.")] 545[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 551[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 565[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 568[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 571[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 574[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 577[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 580[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 583[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 587[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 591[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 594[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 598[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 602[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 606[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 610[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 613[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 616[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 619[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 622[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 625[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 628[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 631[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 635[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 638[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 642[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 646[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 650[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadAbortException.cs (1)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadInterruptedException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPool.Unix.cs (1)
102[Obsolete("ThreadPool.BindHandle(IntPtr) has been deprecated. Use ThreadPool.BindHandle(SafeHandle) instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadStartException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadStateException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (1)
45[Obsolete("WaitHandle.Handle has been deprecated. Use the SafeWaitHandle property instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandleCannotBeOpenedException.cs (1)
29[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TimeoutException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TimeZone.cs (1)
12[Obsolete("System.TimeZone has been deprecated. Investigate the use of System.TimeZoneInfo instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TimeZoneNotFoundException.cs (1)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
882[Obsolete(Obsoletions.ReflectionOnlyLoadingMessage, DiagnosticId = Obsoletions.ReflectionOnlyLoadingDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.Helpers.cs (1)
13[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TypeAccessException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TypeInitializationException.cs (2)
47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 54[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TypeLoadException.cs (2)
52[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 62[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TypeUnloadedException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\UnauthorizedAccessException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\UnitySerializationHolder.cs (1)
13[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\WeakReference.cs (2)
55[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 67[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (1)
66[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Reflection\Assembly.NativeAot.cs (1)
84[Obsolete("Assembly.LoadWithPartialName has been deprecated. Use Assembly.Load() instead.")]
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Reflection\Runtime\General\ThunkedApis.cs (1)
70[Obsolete("Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.", DiagnosticId = "SYSLIB0012", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System\Reflection\Runtime\Modules\RuntimeModule.cs (1)
59[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
103[Obsolete("OffsetToStringData has been deprecated. Use string.GetPinnableReference() instead.")]
System\Runtime\ControlledExecution.NativeAot.cs (1)
10[Obsolete(Obsoletions.ControlledExecutionRunMessage, DiagnosticId = Obsoletions.ControlledExecutionRunDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\InteropServices\Marshal.NativeAot.cs (9)
184[Obsolete("GetExceptionCode() may be unavailable in future releases.")] 198[Obsolete("ReadByte(Object, Int32) may be unavailable in future releases.")] 206[Obsolete("ReadInt16(Object, Int32) may be unavailable in future releases.")] 214[Obsolete("ReadInt32(Object, Int32) may be unavailable in future releases.")] 222[Obsolete("ReadInt64(Object, Int32) may be unavailable in future releases.")] 282[Obsolete("WriteByte(Object, Int32, Byte) may be unavailable in future releases.")] 290[Obsolete("WriteInt16(Object, Int32, Int16) may be unavailable in future releases.")] 298[Obsolete("WriteInt32(Object, Int32, Int32) may be unavailable in future releases.")] 306[Obsolete("WriteInt64(Object, Int32, Int64) may be unavailable in future releases.")]
System\RuntimeFieldHandle.cs (1)
73[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\RuntimeMethodHandle.cs (1)
106[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\RuntimeTypeHandle.cs (1)
93[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Private.Uri (16)
System\Uri.cs (13)
436[Obsolete("This constructor has been deprecated. Use Uri(string) instead.")] 450[Obsolete("This constructor has been deprecated. Use Uri(Uri, string) instead.")] 505[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 4694[Obsolete("Uri.MakeRelative has been deprecated. Use MakeRelativeUri(Uri uri) instead.")] 4709[Obsolete("Uri.Canonicalize has been deprecated and is not supported.")] 4719[Obsolete("Uri.Parse has been deprecated and is not supported.")] 4729[Obsolete("Uri.Escape has been deprecated and is not supported.")] 4746[Obsolete("Uri.Unescape has been deprecated. Use GetComponents() or Uri.UnescapeDataString() to unescape a Uri component or a string.")] 4756[Obsolete("Uri.EscapeString has been deprecated. Use GetComponents() or Uri.EscapeDataString to escape a Uri component or a string.")] 4767[Obsolete("Uri.CheckSecurity has been deprecated and is not supported.")] 4783[Obsolete("Uri.IsReservedCharacter has been deprecated and is not supported.")] 4811[Obsolete("Uri.IsExcludedCharacter has been deprecated and is not supported.")] 4854[Obsolete("Uri.IsBadFileSystemCharacter has been deprecated and is not supported.")]
System\UriExt.cs (1)
605[Obsolete(Obsoletions.EscapeUriStringMessage, DiagnosticId = Obsoletions.EscapeUriStringDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\UriFormatException.cs (2)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Private.Windows.Core (1)
Windows\Win32\Foundation\IPointer.cs (1)
20[Obsolete("Use extension method GetPointer on IPointer<T> to get the typed pointer instead.")]
System.Private.Xml (36)
System\Xml\Core\ValidationType.cs (2)
22[Obsolete("ValidationType.Auto has been deprecated. Use DTD or Schema instead.")] 29[Obsolete("XDR Validation through XmlValidatingReader has been deprecated and is not supported.")]
System\Xml\Core\XmlReaderSettings.cs (1)
198[Obsolete("XmlReaderSettings.ProhibitDtd has been deprecated. Use DtdProcessing instead.")]
System\Xml\Core\XmlTextReader.cs (1)
388[Obsolete("XmlTextReader.ProhibitDtd has been deprecated. Use DtdProcessing instead.")]
System\Xml\Core\XmlValidatingReader.cs (1)
14[Obsolete("XmlValidatingReader has been deprecated. Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.")]
System\Xml\Schema\Inference\XmlSchemaInferenceException.cs (2)
19[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Schema\XmlSchema.cs (2)
183[Obsolete("XmlSchema.Compile has been deprecated. Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation.")] 191[Obsolete("XmlSchema.Compile has been deprecated. Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation.")]
System\Xml\Schema\XmlSchemaAttribute.cs (1)
94[Obsolete("XmlSchemaAttribute.AttributeType has been deprecated. Use the AttributeSchemaType property that returns a strongly typed attribute type instead.")]
System\Xml\Schema\XmlSchemaCollection.cs (1)
22[Obsolete("XmlSchemaCollection has been deprecated. Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation instead.")]
System\Xml\Schema\XmlSchemaElement.cs (1)
158[Obsolete("XmlSchemaElement.ElementType has been deprecated. Use the ElementSchemaType property that returns a strongly typed element type instead.")]
System\Xml\Schema\XmlSchemaException.cs (2)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 63[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Schema\XmlSchemaType.cs (1)
122[Obsolete("XmlSchemaType.BaseSchemaType has been deprecated. Use the BaseXmlSchemaType property that returns a strongly typed base schema type instead.")]
System\Xml\Schema\XmlSchemaValidationException.cs (2)
20[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 26[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Serialization\CodeIdentifier.cs (1)
19[Obsolete("This class should never get constructed as it contains only static methods.")]
System\Xml\XmlConvert.cs (2)
691[Obsolete("Use XmlConvert.ToString() that accepts an XmlDateTimeSerializationMode instead.")] 1194[Obsolete("Use XmlConvert.ToDateTime() that accepts an XmlDateTimeSerializationMode instead.")]
System\Xml\XmlException.cs (2)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 71[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\XmlSecureResolver.cs (1)
10[Obsolete(Obsoletions.XmlSecureResolverMessage, DiagnosticId = Obsoletions.XmlSecureResolverDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\XPath\XPathException.cs (2)
26[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 55[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Xsl\XPath\XPathCompileException.cs (2)
29[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Xsl\XslException.cs (3)
20[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 116[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 168[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Xsl\Xslt\Compiler.cs (1)
45[Obsolete(Obsoletions.XsltSettingsEnableScriptMessage, DiagnosticId = Obsoletions.XsltSettingsEnableScriptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Xslt\XsltException.cs (4)
27[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 59[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 157[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 163[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Xslt\XsltSettings.cs (1)
42[Obsolete(Obsoletions.XsltSettingsEnableScriptMessage, DiagnosticId = Obsoletions.XsltSettingsEnableScriptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
113[Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId = "SYSLIB0050", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System.Reflection.Metadata (1)
System\Reflection\Metadata\ImageFormatLimitationException.Serialization.cs (1)
14[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (4)
48[Obsolete(Obsoletions.CodeBaseMessage, DiagnosticId = Obsoletions.CodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 53[Obsolete(Obsoletions.CodeBaseMessage, DiagnosticId = Obsoletions.CodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 159[Obsolete("The Global Assembly Cache is not supported.", DiagnosticId = "SYSLIB0005", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 198[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
76[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Resources.Extensions (1)
System\Resources\Extensions\PreserializedResourceWriter.cs (1)
137[Obsolete(Obsoletions.BinaryFormatterMessage, DiagnosticId = Obsoletions.BinaryFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\RuntimeEnvironment.cs (3)
12[Obsolete(Obsoletions.RuntimeEnvironmentMessage, DiagnosticId = Obsoletions.RuntimeEnvironmentDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.RuntimeEnvironmentMessage, DiagnosticId = Obsoletions.RuntimeEnvironmentDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 34[Obsolete(Obsoletions.RuntimeEnvironmentMessage, DiagnosticId = Obsoletions.RuntimeEnvironmentDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Runtime.Serialization.Formatters (15)
System\Runtime\Serialization\Formatter.cs (1)
12[Obsolete(Obsoletions.BinaryFormatterMessage, DiagnosticId = Obsoletions.BinaryFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\FormatterConverter.cs (1)
8[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (1)
6[Obsolete(Obsoletions.BinaryFormatterMessage, DiagnosticId = Obsoletions.BinaryFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\Formatters\CommonEnums.cs (3)
6[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 21[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\Formatters\IFieldInfo.cs (1)
6[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\FormatterServices.cs (1)
15[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\IFormatter.cs (1)
9[Obsolete(Obsoletions.BinaryFormatterMessage, DiagnosticId = Obsoletions.BinaryFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\ISerializationSurrogate.cs (1)
6[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\ISurrogateSelector.cs (1)
6[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\ObjectIDGenerator.cs (1)
9[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\ObjectManager.cs (1)
10[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\SerializationObjectManager.cs (1)
9[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\SurrogateSelector.cs (1)
9[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Runtime.Serialization.Primitives (1)
System\Runtime\Serialization\InvalidDataContractException.cs (1)
29[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.AccessControl (8)
System\Security\AccessControl\PrivilegeNotHeldException.cs (2)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 40[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\Evidence.cs (6)
11[Obsolete("This constructor is obsolete. Use the constructor which accepts arrays of EvidenceBase instead.")] 15[Obsolete("Evidence should not be treated as an ICollection. Use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.")] 21[Obsolete("Evidence.AddAssembly has been deprecated. Use AddAssemblyEvidence instead.")] 27[Obsolete("Evidence.AddHost has been deprecated. Use AddHostEvidence instead.")] 31[Obsolete("Evidence should not be treated as an ICollection. Use the GetHostEnumerator and GetAssemblyEnumerator methods rather than using CopyTo.")] 34[Obsolete("GetEnumerator is obsolete. Use GetAssemblyEnumerator and GetHostEnumerator instead.")]
System.Security.Claims (3)
System\Security\Claims\ClaimsIdentity.cs (2)
289[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 304[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Claims\ClaimsPrincipal.cs (1)
50[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.Cryptography (129)
System\Security\Cryptography\Aes.cs (1)
31[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AesCryptoServiceProvider.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AesGcm.cs (2)
15[Obsolete(Obsoletions.AesGcmTagConstructorMessage, DiagnosticId = Obsoletions.AesGcmTagConstructorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 25[Obsolete(Obsoletions.AesGcmTagConstructorMessage, DiagnosticId = Obsoletions.AesGcmTagConstructorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AesManaged.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AsnEncodedData.cs (1)
110[Obsolete(Obsoletions.AsnEncodedDataRawDataSetterMessage, DiagnosticId = Obsoletions.AsnEncodedDataRawDataSetterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AsymmetricAlgorithm.cs (2)
16[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 20[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\CryptoConfig.cs (1)
568[Obsolete(Obsoletions.CryptoConfigEncodeOIDMessage, DiagnosticId = Obsoletions.CryptoConfigEncodeOIDDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\CryptographicUnexpectedOperationException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\DES.cs (1)
30[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\DESCryptoServiceProvider.Windows.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\DSA.cs (1)
30[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDiffieHellman.cs (1)
34[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDiffieHellmanCng.Xml.cs (2)
8[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (2)
39[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 45[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDiffieHellmanPublicKey.cs (3)
18[Obsolete(Obsoletions.EcDhPublicKeyBlobMessage, DiagnosticId = Obsoletions.EcDhPublicKeyBlobDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 33[Obsolete(Obsoletions.EcDhPublicKeyBlobMessage, DiagnosticId = Obsoletions.EcDhPublicKeyBlobDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 40[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDsa.cs (1)
32[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDsaCng.cs (2)
192[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 205[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HashAlgorithm.cs (2)
21[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 25[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMAC.cs (2)
21[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 25[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMACSHA1.cs (1)
58[Obsolete(Obsoletions.UseManagedSha1Message, DiagnosticId = Obsoletions.UseManagedSha1DiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMACSHA384.cs (1)
55[Obsolete(Obsoletions.ProduceLegacyHmacValuesMessage, DiagnosticId = Obsoletions.ProduceLegacyHmacValuesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMACSHA512.cs (1)
54[Obsolete(Obsoletions.ProduceLegacyHmacValuesMessage, DiagnosticId = Obsoletions.ProduceLegacyHmacValuesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\KeyedHashAlgorithm.cs (2)
13[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 17[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\MD5.cs (1)
50[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
112[Obsolete("Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.")]
System\Security\Cryptography\RandomNumberGenerator.cs (1)
18[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RC2.cs (1)
31[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (1)
11[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\Rfc2898DeriveBytes.cs (9)
32[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 38[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 44[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 50[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 56[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 67[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 73[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 79[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 228[Obsolete(Obsoletions.Rfc2898CryptDeriveKeyMessage, DiagnosticId = Obsoletions.Rfc2898CryptDeriveKeyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\Rijndael.cs (2)
11[Obsolete(Obsoletions.RijndaelMessage, DiagnosticId = Obsoletions.RijndaelDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 21[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RijndaelImplementation.cs (1)
15[Obsolete(Obsoletions.RijndaelMessage, DiagnosticId = Obsoletions.RijndaelDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RijndaelManaged.cs (1)
10[Obsolete(Obsoletions.RijndaelMessage, DiagnosticId = Obsoletions.RijndaelDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RNGCryptoServiceProvider.cs (1)
8[Obsolete(Obsoletions.RNGCryptoServiceProviderMessage, DiagnosticId = Obsoletions.RNGCryptoServiceProviderDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RSA.cs (3)
21[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 362[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 367[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (4)
262[Obsolete(Obsoletions.RSACspEncryptDecryptMessage, DiagnosticId = Obsoletions.RSACspEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 272[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 308[Obsolete(Obsoletions.RSACspEncryptDecryptMessage, DiagnosticId = Obsoletions.RSACspEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 318[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA1.cs (1)
46[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
12[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA1Managed.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA256.cs (1)
45[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
12[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA256Managed.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA384.cs (1)
45[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
12[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA384Managed.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA512.cs (1)
45[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
12[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA512Managed.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SymmetricAlgorithm.cs (2)
18[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 22[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\TripleDES.cs (1)
29[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\TripleDESCryptoServiceProvider.Wrap.cs (1)
8[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
146[Obsolete(Obsoletions.PublicKeyPropertyMessage, DiagnosticId = Obsoletions.PublicKeyPropertyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\X509Certificate.cs (22)
52[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 60[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 76[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 84[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 91[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 107[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 147[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 154[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 162[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 169[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 196[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 223[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 232[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 239[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 588[Obsolete("X509Certificate.GetName has been deprecated. Use the Subject property instead.")] 595[Obsolete("X509Certificate.GetIssuerName has been deprecated. Use the Issuer property instead.")] 656[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 662[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 669[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 675[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 681[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 688[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (22)
44[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 52[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 59[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 67[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 74[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 82[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 96[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 117[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 135[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 142[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 150[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 157[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 165[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 172[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 184[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 269[Obsolete(Obsoletions.X509CertificatePrivateKeyMessage, DiagnosticId = Obsoletions.X509CertificatePrivateKeyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 644[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 650[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 657[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 663[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 669[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 676[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (8)
204[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 218[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 227[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 247[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 265[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 277[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 288[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 314[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
94[Obsolete(Obsoletions.CmsSignerCspParamsCtorMessage, DiagnosticId = Obsoletions.CmsSignerCspParamsCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
284[Obsolete(Obsoletions.SignerInfoCounterSigMessage, DiagnosticId = Obsoletions.SignerInfoCounterSigDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.Permissions (154)
System\Configuration\ConfigurationPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Configuration\ConfigurationPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\Common\DBDataPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\Common\DBDataPermissionAttribute.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\Odbc\OdbcPermission.cs (1)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\Odbc\OdbcPermissionAttribute.cs (1)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\OleDb\OleDbPermission.cs (1)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\OleDb\OleDbPermissionAttribute.cs (1)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\OracleClient\OraclePermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\OracleClient\OraclePermissionAttribute.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\SqlClient\SqlClientPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\SqlClient\SqlClientPermissionAttribute.cs (1)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Diagnostics\EventLogPermission.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Diagnostics\EventLogPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Diagnostics\PerformanceCounterPermission.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Diagnostics\PerformanceCounterPermissionAttribute.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\DirectoryServices\DirectoryServicesPermission.cs (1)
8[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\DirectoryServices\DirectoryServicesPermissionAttribute.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Drawing\Printing\PrintingPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Drawing\Printing\PrintingPermissionAttribute.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\DnsPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\DnsPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\Mail\SmtpPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\Mail\SmtpPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\NetworkInformation\NetworkInformationPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\NetworkInformation\NetworkInformationPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\PeerToPeer\Collaboration\PeerCollaborationPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\PeerToPeer\Collaboration\PeerCollaborationPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\PeerToPeer\PnrpPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\PeerToPeer\PnrpPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\SocketPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\SocketPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebPermission.cs (1)
12[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\CodeAccessPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\HostProtectionException.cs (3)
12[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 52[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 89[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\NamedPermissionSet.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\DataProtectionPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\DataProtectionPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\DataProtectionPermissionFlags.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\EnvironmentPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\EnvironmentPermissionAccess.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\EnvironmentPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\FileDialogPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\FileDialogPermissionAccess.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\FileDialogPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\FileIOPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\FileIOPermissionAccess.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\FileIOPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\GacIdentityPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\GacIdentityPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\HostProtectionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\HostProtectionResource.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\IsolatedStorageContainment.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\IsolatedStorageFilePermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\IsolatedStorageFilePermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\IsolatedStoragePermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\IsolatedStoragePermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\IUnrestrictedPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\KeyContainerPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\KeyContainerPermissionAccessEntry.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\KeyContainerPermissionAccessEntryCollection.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\KeyContainerPermissionAccessEntryEnumerator.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\KeyContainerPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\KeyContainerPermissionFlags.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\MediaPermission.cs (5)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 17[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 28[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 65[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\PermissionSetAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\PrincipalPermission.cs (1)
12[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\PrincipalPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\PublisherIdentityPermission.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\PublisherIdentityPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\ReflectionPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\ReflectionPermissionAttribute.cs (3)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 15[Obsolete("ReflectionPermissionAttribute.ReflectionEmit has been deprecated and is not supported.")] 18[Obsolete("ReflectionPermissionAttribute.TypeInformation has been deprecated and is not supported.")]
System\Security\Permissions\ReflectionPermissionFlag.cs (4)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 12[Obsolete("ReflectionPermissionFlag.AllFlags has been deprecated. Use PermissionState.Unrestricted to get full access.")] 16[Obsolete("ReflectionPermissionFlag.ReflectionEmit has been deprecated and is not supported.")] 19[Obsolete("ReflectionPermissionFlag.TypeInformation has been deprecated and is not supported.")]
System\Security\Permissions\RegistryPermission.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\RegistryPermissionAccess.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\RegistryPermissionAttribute.cs (2)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 13[Obsolete("RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.")]
System\Security\Permissions\ResourcePermissionBase.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\ResourcePermissionBaseEntry.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\SecurityPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\SiteIdentityPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\SiteIdentityPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\StorePermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\StorePermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\StorePermissionFlags.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\StrongNameIdentityPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\StrongNameIdentityPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\StrongNamePublicKeyBlob.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\TypeDescriptorPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\TypeDescriptorPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\TypeDescriptorPermissionFlags.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\UIPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\UIPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\UIPermissionClipboard.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\UIPermissionWindow.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\UrlIdentityPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\UrlIdentityPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\WebBrowserPermission.cs (3)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 16[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 34[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\ZoneIdentityPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\ZoneIdentityPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\ApplicationTrust.cs (2)
13[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 20[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\FileCodeGroup.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\FirstMatchCodeGroup.cs (1)
6[Obsolete("This type is obsolete. See https://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
System\Security\Policy\GacInstalled.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\Hash.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\IIdentityPermissionFactory.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\PermissionRequestEvidence.cs (1)
6[Obsolete("This type is obsolete. See https://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
System\Security\Policy\PolicyException.cs (1)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\PolicyLevel.cs (11)
11[Obsolete("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")] public IList FullTrustAssemblies { get { return default(IList); } } 17[Obsolete("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")] 19[Obsolete("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")] 22[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 26[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 29[Obsolete("AppDomain policy levels are obsolete. See https://go.microsoft.com/fwlink/?LinkID=155570 for more information.")] 33[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 37[Obsolete("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")] 39[Obsolete("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")] 42[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 46[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\PolicyStatement.cs (3)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 13[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 19[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\Publisher.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\Site.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\StrongName.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\StrongNameMembershipCondition.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\UnionCodeGroup.cs (1)
6[Obsolete("This type is obsolete. See https://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
System\Security\Policy\Url.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\Zone.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\SecurityContext.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\SecurityManager.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\XmlSyntaxException.cs (1)
18[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ServiceProcess\ServiceControllerPermission.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ServiceProcess\ServiceControllerPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Transactions\DistributedTransactionPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Transactions\DistributedTransactionPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Web\AspNetHostingPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Web\AspNetHostingPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xaml\Permissions\XamlLoadPermission.cs (1)
14[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.Principal.Windows (4)
System\Security\Principal\IdentityNotMappedException.cs (2)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Principal\SID.cs (1)
175[Obsolete("This member has been deprecated and is only maintained for backwards compatability. WellKnownSidType values greater than MaxDefined may be defined in future releases.")]
System\Security\Principal\WindowsIdentity.cs (1)
322[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\WindowsClientCredential.cs (1)
73[Obsolete("This property is deprecated and is maintained for backward compatibility only. The local machine policy will be used to determine if NTLM should be used.")]
System.ServiceProcess.ServiceController (1)
System\ServiceProcess\TimeoutException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Speech (1)
Internal\Synthesis\AudioException.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Text.Encodings.Web (2)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (2)
92[Obsolete("FindFirstCharacterToEncode has been deprecated. It should only be used by the TextEncoder adapter.")] 99[Obsolete("TryEncodeUnicodeScalar has been deprecated. It should only be used by the TextEncoder adapter.")]
System.Text.Json (5)
System\Text\Json\JsonException.cs (2)
89[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 111[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\Json\Reader\JsonReaderException.cs (1)
17[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
218[Obsolete(Obsoletions.JsonSerializerOptionsAddContextMessage, DiagnosticId = Obsoletions.JsonSerializerOptionsAddContextDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 396[Obsolete(Obsoletions.JsonSerializerOptionsIgnoreNullValuesMessage, DiagnosticId = Obsoletions.JsonSerializerOptionsIgnoreNullValuesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Text.RegularExpressions (14)
System\Text\RegularExpressions\Regex.cs (7)
236[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 292[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 302[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 313[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 553[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 803[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 808[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexCompilationInfo.cs (1)
11[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (2)
128[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 144[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexParseException.cs (1)
50[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexRunner.cs (3)
164[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 172[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 457[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Threading (2)
System\Threading\Barrier.cs (1)
69[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Threading\ReaderWriterLock.cs (1)
1137[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Threading.Channels (1)
System\Threading\Channels\ChannelClosedException.netstandard21.cs (1)
19[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Transactions.Local (5)
System\Transactions\TransactionException.cs (5)
92[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 217[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 280[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 342[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 382[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Web.HttpUtility (3)
System\Web\HttpUtility.cs (2)
182[Obsolete("This method produces non-standards-compliant output and has interoperability issues. The preferred alternative is UrlEncodeToBytes(String).")] 224[Obsolete("This method produces non-standards-compliant output and has interoperability issues. The preferred alternative is UrlEncode(String).")]
System\Web\Util\HttpEncoder.cs (1)
476[Obsolete("This method produces non-standards-compliant output and has interoperability issues. The preferred alternative is UrlEncode(*).")]
System.Windows.Extensions (1)
System\Media\SoundPlayer.cs (1)
65[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Windows.Forms (12)
System\Windows\Forms\Accessibility\AccessibleStates.cs (1)
218[Obsolete("This enumeration value has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Control.cs (3)
3035[Obsolete("This property has been deprecated. Please use RightToLeft instead. https://go.microsoft.com/fwlink/?linkid=14202")] 10329[Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")] 10339[Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1404[Obsolete("This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Controls\Labels\Label.cs (1)
656[Obsolete("This property has been deprecated. Use BackColor instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1173[Obsolete("This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Form.cs (3)
391[Obsolete("This property has been deprecated. Use the AutoScaleMode property instead. https://go.microsoft.com/fwlink/?linkid=14202")] 3036[Obsolete("This method has been deprecated. Use the ApplyAutoScaling method instead. https://go.microsoft.com/fwlink/?linkid=14202")] 3778[Obsolete("This method has been deprecated. Use the AutoScaleDimensions property instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
667[Obsolete("This property has been deprecated. Use the AutoScaleDimensions property instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Rendering\TextFormatFlags.cs (1)
28[Obsolete("ModifyString mutates strings and should be avoided. It will be blocked in a future release.")]
System.Windows.Forms.Design (6)
System\ComponentModel\Design\ComponentDesigner.cs (2)
549[Obsolete("This method has been deprecated. Use InitializeExistingComponent instead. https://go.microsoft.com/fwlink/?linkid=14202")] 577[Obsolete("This method has been deprecated. Use InitializeNewComponent instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\ComponentModel\Design\DesignSurface.cs (1)
248[Obsolete("CreateComponent has been replaced by CreateInstance and will be removed after Beta2")]
System\ComponentModel\Design\Serialization\CodeDomSerializer.cs (1)
293[Obsolete("This method has been deprecated. Use SerializeToExpression or GetExpression instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Design\ControlDesigner.cs (1)
1210[Obsolete("This method has been deprecated. Use InitializeNewComponent instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
137[Obsolete("This method has been deprecated. Use InitializeNewComponent instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Message.cs (3)
50[Obsolete( 61[Obsolete( 72[Obsolete(
System.Xaml (3)
System\Windows\Markup\AcceptedMarkupExtensionExpressionTypeAttribute.cs (1)
6[Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")]
System\Windows\Markup\MarkupExtensionReturnTypeAttribute.cs (2)
21[Obsolete("The expressionType argument is not used by the XAML parser. To specify the expected return type, " + 32[Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")]
UIAutomationTypes (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
706[Obsolete("Use LoadLibraryHelper.SafeLoadLibraryEx instead")]