1665 references to Obsolete
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
38[Obsolete($"""
Aspire.Hosting.Azure.CosmosDB (1)
AzureCosmosDBExtensions.cs (1)
217[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(WithDatabase)} instead to add a Cosmos DB database.")]
Aspire.Hosting.Azure.EventHubs (2)
AzureEventHubsExtensions.cs (2)
88[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(WithHub)} instead to add an Azure Event Hub.")] 342[Obsolete("Use WithHostPort instead.")]
Aspire.Hosting.Azure.PostgreSQL (3)
AzurePostgresExtensions.cs (2)
94[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.")] 106[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 (3)
AzureRedisExtensions.cs (2)
25[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzureRedis)} instead to add an Azure Cache for Redis resource.")] 84[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzureRedis)} instead to add an Azure Cache for Redis resource.")]
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)
117[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(WithQueue)} instead to add an Azure Service Bus Queue.")] 149[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(WithTopic)} instead to add an Azure Service Bus Topic.")] 161[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(WithTopic)} instead to add an Azure Service Bus Topic and Subscriptions.")] 204[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(WithTopic)} instead to add an Azure Service Bus Subscription to a Topic.")]
Aspire.Hosting.Azure.Sql (3)
AzureSqlExtensions.cs (2)
52[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzureSqlServer)} instead to add an Azure SQL server resource.")] 63[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)
29[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.Garnet (1)
GarnetBuilderExtensions.cs (1)
171[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the keysChangedThreshold parameter.")]
Aspire.Hosting.Nats (1)
NatsBuilderExtensions.cs (1)
113[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.Python (4)
PythonProjectResource.cs (1)
16[Obsolete("PythonProjectResource is deprecated. Please use PythonAppResource instead.")]
PythonProjectResourceBuilderExtensions.cs (3)
13[Obsolete("PythonProjectResource is deprecated. Please use PythonAppResource instead.")] 61[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 111[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")]
dotnet-svcutil-lib (21)
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.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.")]
http2cat (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
IIS.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
IIS.LongTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
IIS.NewHandler.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
IIS.NewShim.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
IISExpress.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
illink (4)
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.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)
47[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)
43[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)
116[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)
34[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)
55[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)
108[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)
95[Obsolete("This property is obsolete and configuring it has no effect.")]
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 (2)
EditContextDataAnnotationsExtensions.cs (2)
24[Obsolete("Use " + nameof(EnableDataAnnotationsValidation) + " instead.")] 36[Obsolete("This API is obsolete and may be removed in future versions. Use the overload that accepts an IServiceProvider instead.")]
Microsoft.AspNetCore.Components.Server (1)
src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackSerializationException.cs (1)
50[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")]
Microsoft.AspNetCore.Components.Web (22)
Forms\InputFile\RemoteBrowserFileStreamOptions.cs (1)
12[Obsolete("RemoteJSDataStream defaults are utilized instead of the options here.")]
Web\WebEventCallbackFactoryEventArgsExtensions.cs (20)
19[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 35[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 51[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 67[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 83[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 99[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 115[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 131[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 147[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 163[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 179[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 195[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 210[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 226[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 242[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 258[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 274[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 290[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 306[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 322[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")]
WebRenderer.cs (1)
56[Obsolete($"The renderer ID can be assigned by overriding '{nameof(GetWebRendererId)}'.")]
Microsoft.AspNetCore.Components.WebAssembly (1)
Infrastructure\JSInteropMethods.cs (1)
20[Obsolete("This API is for framework use only and is no longer used in the current version")]
Microsoft.AspNetCore.ConcurrencyLimiter (3)
ConcurrencyLimiterExtensions.cs (1)
18[Obsolete("Concurrency Limiter middleware has been deprecated and will be removed in a future release. Update the app to use concurrency features in rate limiting middleware. For more information, see https://aka.ms/aspnet/rate-limiting")]
ConcurrencyLimiterMiddleware.cs (1)
13[Obsolete("Concurrency Limiter middleware has been deprecated and will be removed in a future release. Update the app to use concurrency features in rate limiting middleware. For more information, see https://aka.ms/aspnet/rate-limiting")]
ConcurrencyLimiterOptions.cs (1)
11[Obsolete("Concurrency Limiter middleware has been deprecated and will be removed in a future release. Update the app to use concurrency features in rate limiting middleware. For more information, see https://aka.ms/aspnet/rate-limiting")]
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.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.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.Mvc.Abstractions (1)
ModelBinding\Metadata\ModelMetadataIdentity.cs (1)
46[Obsolete("This API is obsolete and may be removed in a future release. Please use the overload that takes a PropertyInfo object.")] // Remove after .NET 6.
Microsoft.AspNetCore.Mvc.Core (15)
CompatibilityVersion.cs (6)
40[Obsolete("This API is obsolete and will be removed in a future version. Consider removing usages.", 49[Obsolete("This " + nameof(CompatibilityVersion) + " value is obsolete.")] 60[Obsolete("This " + nameof(CompatibilityVersion) + " value is obsolete.")] 76[Obsolete("This " + nameof(CompatibilityVersion) + " value is obsolete.")] 83[Obsolete("This " + nameof(CompatibilityVersion) + " value is obsolete.")] 90[Obsolete("This " + nameof(CompatibilityVersion) + " value is obsolete.")]
DependencyInjection\MvcCoreMvcBuilderExtensions.cs (1)
143[Obsolete("This API is obsolete and will be removed in a future version. Consider removing usages.",
DependencyInjection\MvcCoreMvcCoreBuilderExtensions.cs (1)
221[Obsolete("This API is obsolete and will be removed in a future version. Consider removing usages.",
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\ConfigureCompatibilityOptions.cs (1)
15[Obsolete("This API is obsolete and will be removed in a future version. Consider removing usages.",
Infrastructure\MvcCompatibilityOptions.cs (1)
18[Obsolete("This API is obsolete and will be removed in a future version. Consider removing usages.",
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.Localization.Test (3)
MvcLocalizationServiceCollectionExtensionsTest.cs (2)
94[Obsolete("This method is obsolete. Use `CurrentCulture` and `CurrentUICulture` instead.")] 123[Obsolete("This method is obsolete. Use `CurrentCulture` and `CurrentUICulture` instead.")]
ViewLocalizerTest.cs (1)
324[Obsolete("This method is obsolete. Use `CurrentCulture` and `CurrentUICulture` 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.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.TagHelpers (3)
ImageTagHelper.cs (3)
58[Obsolete("This constructor is obsolete and will be removed in a future version.")] 97[Obsolete("This property is obsolete and will be removed in a future version.")] // Remove after .NET 6. 104[Obsolete("This property is obsolete and will be removed in a future version.")] // Remove after .NET 6.
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)
340[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 343[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 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)]
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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)
122[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 124[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 126[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 128[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 130[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 132[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId)]
Core\IISHttpContext.FeatureCollection.cs (6)
413[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 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)]
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)
58[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 61[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 64[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 67[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 70[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 73[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http3\QPack\QPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http3\QPack\QPackEncodingException.cs (1)
22[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
Microsoft.AspNetCore.Shared.Tests (6)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http3\QPack\QPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http3\QPack\QPackEncodingException.cs (1)
22[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.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.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)
3413[Obsolete("Consider using GetPlatformSDKLocation instead")] 3425[Obsolete("Consider using GetPlatformSDKLocationFile instead")] 3443[Obsolete("Consider using GetPlatformSDKLocationFile instead")] 3462[Obsolete("Consider using GetPlatformSDKLocationFile instead")] 3500[Obsolete("Consider using GetPlatformSDKLocationFile instead")]
ToolTask.cs (1)
281[Obsolete("Use EnvironmentVariables property")]
Microsoft.CodeAnalysis (27)
Compilation\Compilation.cs (2)
3042[Obsolete("UpdatedMethods is now part of EmitDifferenceResult, so you should use an overload that doesn't take it.")] 3062[Obsolete("UpdatedMethods is now part of EmitDifferenceResult, so you should use an overload that doesn't take it.")]
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
126[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")] 323[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.")] 334[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.")] 1217[Obsolete("This API is no longer supported. See https://github.com/dotnet/roslyn/issues/67592 for details")] 1268[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)
582[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 721[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 814[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 903[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1068[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1178[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1288[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1430[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1545[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1715[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1721[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1821[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\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
50[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.CodeStyle (3)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
50[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\Workspaces\Core\Portable\Editing\DeclarationKind.cs (1)
62[Obsolete($"This value is not used. Use {nameof(Class)} instead.")]
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
23[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (1)
13811[Obsolete("Use IsIncrementalAndFactoryContextMatches")]
Syntax\SyntaxFactory.cs (2)
114[Obsolete("Use SyntaxFactory.EndOfLine or SyntaxFactory.ElasticEndOfLine")] 142[Obsolete("Use SyntaxFactory.Whitespace or SyntaxFactory.ElasticWhitespace")]
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
520[Fact, Obsolete(message: "IsDiagnosticAnalyzerSuppressed is an obsolete public API")]
Microsoft.CodeAnalysis.CSharp.Features (2)
Debugging\CSharpProximityExpressionsService.cs (1)
106[Obsolete($"Use {nameof(GetProximityExpressions)}.")]
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.CSharp.Symbol.UnitTests (2)
Compilation\SemanticModelAPITests.cs (2)
3545new ObsoleteAttribute("goo"); 3566new ObsoleteAttribute("goo");
Microsoft.CodeAnalysis.EditorFeatures (6)
Classification\ClassificationTags.cs (1)
13[Obsolete("Use ToClassificationTypeName")]
Commanding\LegacyCommandHandlerServiceFactory.cs (1)
13[Obsolete("This is a compatibility shim for TypeScript; please do not use it.")]
ExternalAccess\VSTypeScript\Api\VSTypeScriptAsynchronousTaggerProvider.cs (2)
17[Obsolete("Use constructor that takes ITextBufferVisibilityTracker. Use `[Import(AllowDefault = true)] ITextBufferVisibilityTracker? visibilityTracker`")] 30[Obsolete("Use constructor that takes a single TaggerHost")]
ExternalAccess\VSTypeScript\Api\VSTypeScriptGlobalOptions.cs (1)
37[Obsolete("Do not pass workspace")]
ICommandHandlerServiceFactory.cs (1)
13[Obsolete("This is a compatibility shim for TypeScript; please do not use it.")]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Threading\WpfTestCase.cs (1)
19[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
Threading\WpfTheoryTestCase.cs (1)
19[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Lightup\ISmartRenameSessionFactoryWrapper.cs (1)
13[Obsolete("Class has not been finalized and may change without warning.")]
Lightup\ISmartRenameSessionWrapper.cs (1)
17[Obsolete("Class has not been finalized and may change without warning.")]
WpfClassificationExtensions.cs (1)
76[Obsolete("Use 'public static TextBlock ToTextBlock(this IEnumerable <Inline> inlines, IClassificationFormatMap formatMap, bool wrap = true)' instead")]
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
50[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
50[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.ExternalAccess.FSharp (5)
Editor\IFSharpIndentationService.cs (1)
45[Obsolete("Use IFSharpIndentationService instead")]
FindUsages\FSharpDefinitionItem.cs (1)
33[Obsolete("Use overload that takes metadata locations")]
LanguageServices\FSharpVisualStudioWorkspaceExtensions.cs (3)
21[Obsolete("When Roslyn/ProjectSystem integration is finished, don't use this.")] 38[Obsolete("When Roslyn/ProjectSystem integration is finished, don't use this.")] 47[Obsolete("When Roslyn/ProjectSystem integration is finished, don't use this.")]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
Cohost\IRazorCustomMessageTarget.cs (1)
9[Obsolete("This should no longer be used")]
Microsoft.CodeAnalysis.ExternalAccess.Xaml (3)
External\ExportXamlLspServiceFactoryAttribute.cs (1)
17[Obsolete("Use the constructor that takes only a type")]
External\IInitializationService.cs (1)
14[Obsolete("Use IOnInitializedService instead.")]
External\XamlRequestContext.cs (1)
27[Obsolete("Use ClientCapabilities 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)
38[Obsolete("Use overload that only takes a SourceText")]
FindUsages\DefinitionItem.cs (7)
146[Obsolete("Use GetNavigableLocationAsync instead")] 150[Obsolete("Use GetNavigableLocationAsync instead")] 161[Obsolete("TypeScript: Use external access APIs")] 176[Obsolete("TypeScript: Use external access APIs")] 193[Obsolete("TypeScript: Use external access APIs")] 207[Obsolete("TypeScript: Use external access APIs")] 242[Obsolete("TypeScript: Use external access APIs")]
Shared\Extensions\ISymbolExtensions_Sorting.cs (1)
19[Obsolete("Use overload without ISymbolDisplayService")]
SignatureHelp\AbstractSignatureHelpProvider.cs (1)
129[Obsolete("Use overload without ISymbolDisplayService")]
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\WorkspaceProject.cs (1)
29[Obsolete($"Call the {nameof(AddAdditionalFilesAsync)} overload that takes {nameof(SourceFileInfo)}.")]
Microsoft.CodeAnalysis.LanguageServer.Protocol (13)
Protocol\CompletionItem.cs (1)
104[Obsolete("Use Tags instead if supported")]
Protocol\CompletionItemSetting.cs (1)
62[Obsolete("Use Tags instead if supported")]
Protocol\DocumentSymbol.cs (1)
66[Obsolete("Use Tags instead")]
Protocol\InitializeParams.cs (2)
57[Obsolete("Deprecated in favor of RootUri")] 68[Obsolete("Deprecated in favor of WorkspaceFolders")]
Protocol\MarkedString.cs (2)
43[Obsolete(DeprecationMessage)] 55[Obsolete(DeprecationMessage)]
Protocol\SymbolInformation.cs (6)
32[Obsolete(DeprecationMessage)] 43[Obsolete(DeprecationMessage)] 56[Obsolete(DeprecationMessage)] 64[Obsolete("Use the Tags property instead")] 81[Obsolete(DeprecationMessage)] 98[Obsolete(DeprecationMessage)]
Microsoft.CodeAnalysis.PooledObjects.Package (1)
PooledStringBuilder.cs (1)
50[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ProjectSystem\IWorkspaceProject.cs (1)
27[Obsolete($"Call the {nameof(AddAdditionalFilesAsync)} overload that takes {nameof(SourceFileInfo)}.")]
Microsoft.CodeAnalysis.Test.Utilities (2)
Assert\ConditionalFactAttribute.cs (1)
104[Obsolete("ConditionalTheory should use Reason or AlwaysSkip")]
Diagnostics\DiagnosticExtensions.cs (1)
347[Obsolete("This API is no longer supported. See https://github.com/dotnet/roslyn/issues/67592 for details")]
Microsoft.CodeAnalysis.UnitTests (1)
Diagnostics\CompilationWithAnalyzersTests.cs (1)
72[Fact, Obsolete(message: "IsDiagnosticAnalyzerSuppressed is an obsolete public API")]
Microsoft.CodeAnalysis.Workspaces (40)
Classification\Classifier.cs (1)
46[Obsolete("Use GetClassifiedSpansAsync instead")]
CodeStyle\NotificationOption.cs (1)
37[Obsolete("Use " + nameof(Severity) + " instead.")]
Editing\DeclarationKind.cs (1)
62[Obsolete($"This value is not used. Use {nameof(Class)} instead.")]
Editing\SyntaxEditor.cs (1)
63[Obsolete("Use SyntaxEditor(SyntaxNode, HostWorkspaceServices)")]
ExternalAccess\Pythia\Api\PythiaObjectPool.cs (1)
15[Obsolete("Use specific GetInstance overloads")]
FindSymbols\SymbolFinder.cs (1)
25[Obsolete("Use FindSymbolAtPositionAsync instead.")]
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (1)
40[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)
39[Obsolete("Use overload taking RenameOptions")] 69[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\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
50[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
23[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)
70[Obsolete("Use TextDocument.HasTextChanged")]
Workspace\Solution\DocumentState.cs (1)
301[Obsolete("Use TextDocumentState.HasTextChanged")]
Workspace\Solution\Project.cs (1)
100[Obsolete($"Use {nameof(Services)} instead.")]
Workspace\Solution\TextLoader.cs (1)
82[Obsolete("Use/override LoadTextAndVersionAsync(LoadTextOptions, CancellationToken)")]
Workspace\Workspace.cs (1)
569[Obsolete(@"Workspace options should be set by invoking 'workspace.TryApplyChanges(workspace.CurrentSolution.WithOptions(newOptionSet))'")]
Workspace\Workspace_Editor.cs (1)
111[Obsolete("The isSolutionClosing parameter is now obsolete. Please call the overload without that parameter.")]
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
50[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
Simplifier\SimplifierTests.cs (1)
43[Fact, Obsolete("Testing obsolete API")]
SolutionTests\SolutionTests.cs (1)
286[Fact, Obsolete("Testing obsolete API")]
WorkspaceTests\WorkspaceTests.cs (1)
186[Fact, Obsolete("Testing obsolete API")]
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (2)
26[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 474[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.XUnitExtensions (2)
SkippedTestCase.cs (1)
19[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
XunitParallelTheoryTestCase.cs (1)
16[Obsolete("Requried for deserialization")]
Microsoft.Extensions.DependencyModel (1)
HashCodeCombiner.cs (1)
12[Obsolete("HashCodeCombiner has been deprecated. Use System.HashCode instead.")]
Microsoft.Extensions.Diagnostics.ResourceMonitoring (15)
IResourceMonitor.cs (1)
12[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
IResourceMonitorBuilder.cs (1)
14[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
IResourceUtilizationPublisher.cs (1)
14[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ISnapshotProvider.cs (1)
14[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ResourceMonitorBuilder.cs (1)
26[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ResourceMonitoringBuilderExtensions.cs (1)
16[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ResourceMonitoringOptions.cs (5)
35[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage, 50[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage, 65[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage, 80[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage, 95[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ResourceMonitoringServiceCollectionExtensions.cs (1)
47[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ResourceUtilization.cs (1)
15[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
Snapshot.cs (1)
16[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
SystemResources.cs (1)
14[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.Maui (9)
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)
24 [Obsolete("Use GetImageSourceService instead.")] 28 [Obsolete("Use GetImageSourceService instead.")]
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)
78 [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)
194 [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)
79 [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)
192 [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.")] 49 [Obsolete("Use MenuFlyoutItem.KeyboardAcceleratorsProperty instead.")] 53 [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)
445 [Obsolete("Use ArrangeOverride instead")]
Page\Page.cs (2)
416 [Obsolete("Use ArrangeOverride instead")] 575 [Obsolete("Use ArrangeOverride instead")]
RadioButton\RadioButton.cs (1)
294 [Obsolete("Use MeasureOverride instead")]
ScrollView\ScrollView.cs (2)
279 [Obsolete("Use ArrangeOverride instead")] 284 [Obsolete("Use MeasureOverride instead")]
Shell\SearchHandler.cs (1)
503 [Obsolete("Use ItemTemplate instead.")]
Shell\Shell.cs (1)
1975 [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)
1199 [Obsolete("Use Measure with no flags.")] 1311 [Obsolete("Use MeasureOverride instead")] 1359 [Obsolete("This is now handled through VisualElement.MapFocus, this event handler will be removed in the future.")] 1371 [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)
110 [Obsolete("Use ToArgbHex instead.")] 140 [Obsolete("Use FromArgb 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.TestUtilities (3)
XUnit\SkippedTestCase.cs (1)
18[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
XUnit\WORKAROUND_SkippedDataRowTestCase.cs (2)
23[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")] 36[Obsolete("Please call the constructor which takes TestMethodDisplayOptions")]
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.LanguageServices (5)
ExternalAccess\VSTypeScript\Api\IVsTypeScriptVisualStudioProjectFactory.cs (1)
14[Obsolete("Use CreateAndAddToWorkspaceAsync instead")]
ProjectSystem\BrokeredService\WorkspaceProject.cs (1)
31[Obsolete($"Call the {nameof(AddAdditionalFilesAsync)} overload that takes {nameof(SourceFileInfo)}.")]
ProjectSystem\CPS\IWorkspaceProjectContext.cs (1)
58[Obsolete($"Call the {nameof(AddAdditionalFile)} method that takes folder names.")]
Venus\VenusCommandFilter`2.cs (2)
17[Obsolete("This is a compatibility shim for LiveShare and TypeScript; please do not use it.")] 22[Obsolete("This is a compatibility shim for TypeScript; please do not use it.")]
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Options\AutomationObject\AutomationObject.ObsoleteAndUnused.cs (3)
31[Obsolete("ClosedFileDiagnostics has been deprecated")] 38[Obsolete("CSharpClosedFileDiagnostics has been deprecated")] 45[Obsolete("Use SnippetsBehavior instead")]
Microsoft.VisualStudio.LanguageServices.LiveShare (2)
LiveShareInitializeHandler.cs (1)
33[Obsolete("Used for backwards compatibility with old liveshare clients.")]
ProjectsHandler.Exports.cs (1)
16[Obsolete("Used for backwards compatibility with old liveshare clients.")]
Microsoft.Win32.SystemEvents (2)
artifacts\obj\Microsoft.Win32.SystemEvents\Debug\net10.0\Microsoft.Win32.SystemEvents.notsupported.cs (2)
62[System.ObsoleteAttribute("SystemEvents.EventsThreadShutdown callbacks are not run before the process exits. Use AppDomain.ProcessExit instead.", DiagnosticId = "SYSLIB0059", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 67[System.ObsoleteAttribute("The LowMemory event has been deprecated and is not supported.")]
PresentationCore (35)
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
484[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\ContainerVisual.cs (2)
91[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 102[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\DrawingDrawingContext.cs (1)
1005[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BevelBitmapEffect.cs (2)
27[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 36[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BitmapEffect.cs (6)
41[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 48[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 58[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 67[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 78[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 90[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BitmapEffectGroup.cs (2)
33[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 42[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BlurBitmapEffect.cs (2)
27[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 36[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (2)
30[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 39[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\embossbitmapeffect.cs (2)
30[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 39[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\OuterGlowBitmapEffect.cs (2)
27[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 36[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\DrawingContext.cs (1)
413[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
565[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
482[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1238[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
282[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\RenderCapability.cs (1)
103[Obsolete(IsShaderEffectSoftwareRenderingSupported_Deprecated)]
System\Windows\Media\Visual.cs (2)
2974[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 3073[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media3D\Viewport3DVisual.cs (2)
90[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 101[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\UIElement.cs (3)
2744[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 2807[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 4070[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)
1471[Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")]
System\Windows\Data\CollectionView.cs (2)
1241[Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")] 1250[Obsolete("Replaced by ClearPendingChanges")]
System\Windows\Data\ListCollectionView.cs (1)
1647[Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")]
System.CodeDom (7)
Microsoft\CSharp\CSharpCodeProvider.cs (2)
35[Obsolete("ICodeGenerator has been deprecated. Use the methods directly on the CodeDomProvider class instead.")] 38[Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead.")]
Microsoft\VisualBasic\VBCodeProvider.cs (2)
37[Obsolete("ICodeGenerator has been deprecated. Use the methods directly on the CodeDomProvider class instead.")] 40[Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead.")]
System\CodeDom\Compiler\CodeDomProvider.cs (3)
119[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.")] 128[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.")] 131[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)
890[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)
2580[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 (2)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (2)
263[System.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}")] 400[System.ObsoleteAttribute("Add(String parameterName, Object value) has been deprecated. Use AddWithValue(String parameterName, Object value) instead.")]
System.Diagnostics.EventLog (9)
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.notsupported.cs (9)
67[System.ObsoleteAttribute("EventLog.CreateEventSource has been deprecated. Use System.Diagnostics.EventLog.CreateEventSource(EventSourceCreationData sourceData) instead.")] 108[System.ObsoleteAttribute("EventLogEntry.EventID has been deprecated. Use System.Diagnostics.EventLogEntry.InstanceId instead.")] 231[System.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}")] 239[System.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}")] 260[System.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}")] 290[System.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}")] 307[System.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}")] 343[System.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}")] 541[System.ObsoleteAttribute("StandardEventKeywords.CorrelationHint has an incorrect value and has been deprecated. Use CorrelationHint2 instead.")]
System.Diagnostics.PerformanceCounter (8)
artifacts\obj\System.Diagnostics.PerformanceCounter\Debug\net10.0\System.Diagnostics.PerformanceCounter.notsupported.cs (8)
75[System.ObsoleteAttribute("This constructor has been deprecated. Use System.Diagnostics.InstanceDataCollectionCollection.get_Item to get an instance of this collection instead.")] 86[System.ObsoleteAttribute("This constructor has been deprecated. Use System.Diagnostics.PerformanceCounterCategory.ReadCategory() to get an instance of this collection instead.")] 96[System.ObsoleteAttribute("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.")] 137[System.ObsoleteAttribute("This overload of PerformanceCounterCategory.Create has been deprecated. Use System.Diagnostics.PerformanceCounterCategory.Create(string categoryName, string categoryHelp, PerformanceCounterCategoryType categoryType, CounterCreationDataCollection counterData) instead.")] 141[System.ObsoleteAttribute("This overload of PerformanceCounterCategory.Create has been deprecated. Use System.Diagnostics.PerformanceCounterCategory.Create(string categoryName, string categoryHelp, PerformanceCounterCategoryType categoryType, string counterName, string counterHelp) instead.")] 169[System.ObsoleteAttribute("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")] 171[System.ObsoleteAttribute("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")] 173[System.ObsoleteAttribute("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")]
System.Diagnostics.Process (9)
System\Diagnostics\Process.cs (9)
330[Obsolete("Process.NonpagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.")] 350[Obsolete("Process.PagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PagedMemorySize64 instead.")] 370[Obsolete("Process.PagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PagedSystemMemorySize64 instead.")] 390[Obsolete("Process.PeakPagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakPagedMemorySize64 instead.")] 409[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.")] 503[Obsolete("Process.PrivateMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PrivateMemorySize64 instead.")] 630[Obsolete("Process.VirtualMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.VirtualMemorySize64 instead.")] 753[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)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (13)
259[System.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}")] 268[System.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}")] 543[System.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}")] 554[System.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}")] 564[System.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}")] 573[System.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}")] 583[System.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}")] 747[System.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}")] 759[System.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}")] 1315[System.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}")] 1324[System.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}")] 1707[System.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}")] 1716[System.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}")]
System.DirectoryServices.AccountManagement (9)
artifacts\obj\System.DirectoryServices.AccountManagement\Debug\net10.0\System.DirectoryServices.AccountManagement.notsupported.cs (9)
155[System.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}")] 166[System.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}")] 177[System.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}")] 280[System.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}")] 289[System.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}")] 300[System.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}")] 310[System.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}")] 338[System.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}")] 348[System.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}")]
System.DirectoryServices.Protocols (13)
artifacts\obj\System.DirectoryServices.Protocols\Debug\net10.0\System.DirectoryServices.Protocols.notsupported.cs (13)
50[System.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}")] 198[System.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}")] 224[System.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}")] 232[System.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}")] 365[System.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}")] 375[System.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}")] 662[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 666[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 670[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 674[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 678[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 682[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 731[System.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}")]
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.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.Management (6)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (6)
140[System.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}")] 172[System.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}")] 246[System.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}")] 255[System.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}")] 264[System.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}")] 281[System.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}")]
System.Net.Http (7)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs (1)
22[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\Http\HttpRequestMessage.cs (1)
111[Obsolete("HttpRequestMessage.Properties has been deprecated. Use Options instead.")]
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)
94[Obsolete("ReplyTo has been deprecated. Use ReplyToList instead, which can accept multiple addresses.")]
System\Net\Mail\SmtpException.cs (2)
96[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 112[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)
263[Obsolete("GetHostByName has been deprecated. Use GetHostEntry instead.")] 276[Obsolete("BeginGetHostByName has been deprecated. Use BeginGetHostEntry instead.")] 280[Obsolete("EndGetHostByName has been deprecated. Use EndGetHostEntry instead.")] 290[Obsolete("GetHostByAddress has been deprecated. Use GetHostEntry instead.")] 303[Obsolete("GetHostByAddress has been deprecated. Use GetHostEntry instead.")] 316[Obsolete("Resolve has been deprecated. Use GetHostEntry instead.")] 345[Obsolete("BeginResolve has been deprecated. Use BeginGetHostEntry instead.")] 349[Obsolete("EndResolve has been deprecated. Use EndGetHostEntry instead.")]
System.Net.NetworkInformation (1)
src\libraries\Common\src\System\Net\NetworkInformation\NetworkInformationException.cs (1)
39[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)
645[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)] 583[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 593[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 603[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 613[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 623[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 633[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)
255[Obsolete("SupportsIPv4 has been deprecated. Use OSSupportsIPv4 instead.")] 257[Obsolete("SupportsIPv6 has been deprecated. Use OSSupportsIPv6 instead.")] 437[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)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 140[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.WebProxy (2)
System\Net\WebProxy.cs (2)
205[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 216[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.cs (2)
432[Obsolete("Equals() on ReadOnlyTensorSpan will always throw an exception. Use the equality operator instead.")] 443[Obsolete("GetHashCode() on ReadOnlyTensorSpan will always throw an exception.")]
System\Numerics\Tensors\netcore\TensorSpan.cs (2)
438[Obsolete("Equals() on TensorSpan will always throw an exception. Use the equality operator instead.")] 449[Obsolete("GetHashCode() on TensorSpan will always throw an exception.")]
System.Private.CoreLib (334)
src\libraries\System.Private.CoreLib\src\System\AccessViolationException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\AppDomain.cs (12)
51[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 62[Obsolete("AppDomain.SetDynamicBase has been deprecated and is not supported.")] 107[Obsolete(Obsoletions.AppDomainCreateUnloadMessage, DiagnosticId = Obsoletions.AppDomainCreateUnloadDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 129[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 175[Obsolete(Obsoletions.AppDomainCreateUnloadMessage, DiagnosticId = Obsoletions.AppDomainCreateUnloadDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 220[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.")] 225[Obsolete("AppDomain.AppendPrivatePath has been deprecated and is not supported.")] 228[Obsolete("AppDomain.ClearPrivatePath has been deprecated and is not supported.")] 231[Obsolete("AppDomain.ClearShadowCopyPath has been deprecated and is not supported.")] 234[Obsolete("AppDomain.SetCachePath has been deprecated and is not supported.")] 237[Obsolete("AppDomain.SetShadowCopyFiles has been deprecated and is not supported.")] 240[Obsolete("AppDomain.SetShadowCopyPath has been deprecated and is not supported.")]
src\libraries\System.Private.CoreLib\src\System\AppDomainUnloadedException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\ApplicationException.cs (1)
47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\ArgumentNullException.cs (1)
45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\ArithmeticException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\ArrayTypeMismatchException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\BadImageFormatException.cs (2)
52[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 61[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\CannotUnloadAppDomainException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Collections\Comparer.cs (1)
37[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\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\libraries\System.Private.CoreLib\src\System\Collections\Generic\KeyNotFoundException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\NonRandomizedStringEqualityComparer.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Collections\IHashCodeProvider.cs (1)
12[Obsolete("IHashCodeProvider has been deprecated. Use IEqualityComparer instead.")]
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\libraries\System.Private.CoreLib\src\System\Context.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\DataMisalignedException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\DBNull.cs (1)
18[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
152[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSourceException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\DivideByZeroException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\DllNotFoundException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\DuplicateWaitObjectException.cs (1)
43[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\EntryPointNotFoundException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Enum.cs (2)
1441[Obsolete("The provider argument is not used. Use ToString() instead.")] 1446[Obsolete("The provider argument is not used. Use ToString(String) instead.")]
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\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\libraries\System.Private.CoreLib\src\System\FieldAccessException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\FormatException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\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\libraries\System.Private.CoreLib\src\System\IndexOutOfRangeException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\InsufficientExecutionStackException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\InsufficientMemoryException.cs (1)
45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\InvalidCastException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\InvalidOperationException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\InvalidProgramException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\InvalidTimeZoneException.cs (1)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\DirectoryNotFoundException.cs (1)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\EndOfStreamException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\FileLoadException.cs (2)
72[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 81[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (2)
94[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 103[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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.")] 225[Obsolete("FileStream.Handle has been deprecated. Use FileStream's SafeFileHandle property instead.")]
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\libraries\System.Private.CoreLib\src\System\IO\InvalidDataException.cs (1)
40[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\IOException.cs (1)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
27[Obsolete("Path.InvalidPathChars has been deprecated. Use GetInvalidPathChars or GetInvalidFileNameChars instead.")]
src\libraries\System.Private.CoreLib\src\System\IO\PathTooLongException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (2)
196[Obsolete("CreateWaitHandle has been deprecated. Use the ManualResetEvent(false) constructor instead.")] 934[Obsolete("Do not call or override this method.")]
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\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\libraries\System.Private.CoreLib\src\System\MemberAccessException.cs (1)
47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\MethodAccessException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\MissingFieldException.cs (1)
39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\MissingMethodException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\MulticastNotSupportedException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\NotImplementedException.cs (1)
33[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\NotSupportedException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\NullReferenceException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (1)
69[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\OperationCanceledException.cs (1)
64[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\OutOfMemoryException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\OverflowException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\PlatformNotSupportedException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\RankException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (2)
184[Obsolete("Equals() on ReadOnlySpan will always throw an exception. Use the equality operator instead.")] 195[Obsolete("GetHashCode() on ReadOnlySpan will always throw an exception.")]
src\libraries\System.Private.CoreLib\src\System\Reflection\AmbiguousMatchException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\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\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (7)
86[Obsolete(Obsoletions.AssemblyNameCodeBaseMessage, DiagnosticId = Obsoletions.AssemblyNameCodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 94[Obsolete(Obsoletions.AssemblyNameCodeBaseMessage, DiagnosticId = Obsoletions.AssemblyNameCodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 107[Obsolete(Obsoletions.AssemblyNameMembersMessage, DiagnosticId = Obsoletions.AssemblyNameMembersDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 234[Obsolete(Obsoletions.AssemblyNameMembersMessage, DiagnosticId = Obsoletions.AssemblyNameMembersDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 241[Obsolete(Obsoletions.AssemblyNameMembersMessage, DiagnosticId = Obsoletions.AssemblyNameMembersDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 248[Obsolete(Obsoletions.StrongNameKeyPairMessage, DiagnosticId = Obsoletions.StrongNameKeyPairDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 277[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeFormatException.cs (1)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Reflection\Emit\FlowControl.cs (1)
17[Obsolete("FlowControl.Phi has been deprecated and is not supported.")]
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\OpCodeType.cs (1)
11[Obsolete("OpCodeType.Annotation has been deprecated and is not supported.")]
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\OperandType.cs (1)
17[Obsolete("OperandType.InlinePhi has been deprecated and is not supported.")]
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldAttributes.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldInfo.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\InvalidFilterCriteriaException.cs (1)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\Module.cs (1)
141[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\ParameterInfo.cs (1)
58[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
198[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Reflection\TargetException.cs (1)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\TargetInvocationException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\TargetParameterCountException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeAttributes.cs (1)
40[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Resources\MissingManifestResourceException.cs (1)
33[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Resources\MissingSatelliteAssemblyException.cs (1)
44[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\AmbiguousImplementationException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DisablePrivateReflectionAttribute.cs (1)
6[Obsolete(Obsoletions.DisablePrivateReflectionAttributeMessage, DiagnosticId = Obsoletions.DisablePrivateReflectionAttributeDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeHelpers.cs (5)
70[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 89[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 94[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 99[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 104[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\SuppressIldasmAttribute.cs (1)
6[Obsolete(Obsoletions.SuppressIldasmAttributeMessage, DiagnosticId = Obsoletions.SuppressIldasmAttributeDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\Cer.cs (1)
6[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\Consistency.cs (1)
6[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\PrePrepareMethodAttribute.cs (1)
6[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\ReliabilityContractAttribute.cs (1)
9[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\HandleProcessCorruptedStateExceptionsAttribute.cs (1)
9[Obsolete(Obsoletions.CorruptedStateRecoveryMessage, DiagnosticId = Obsoletions.CorruptedStateRecoveryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\AllowReversePInvokeCallsAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\COMException.cs (1)
44[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\CurrencyWrapper.cs (1)
10[Obsolete("CurrencyWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.")]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ExternalException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\InvalidComObjectException.cs (1)
37[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\InvalidOleVariantTypeException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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.")] 484[Obsolete("WriteIntPtr(Object, Int32, IntPtr) may be unavailable in future releases.")]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\MarshalDirectiveException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeArrayRankMismatchException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeArrayTypeMismatchException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SEHException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\UnmanagedType.cs (5)
22[Obsolete("Marshalling as Currency may be unavailable in future releases.")] 41[Obsolete("Marshalling as VBByRefString may be unavailable in future releases.")] 44[Obsolete("Marshalling as AnsiBStr may be unavailable in future releases.")] 47[Obsolete("Marshalling as TBstr may be unavailable in future releases.")] 53[Obsolete("Marshalling arbitrary types may be unavailable in future releases. Specify the type you wish to marshal as.")]
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\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\IFormatterConverter.cs (1)
7[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\IObjectReference.cs (1)
6[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\ISafeSerializationData.cs (1)
9[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\ISerializable.cs (1)
8[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SafeSerializationEventArgs.cs (1)
7[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\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\libraries\System.Private.CoreLib\src\System\Security\CryptographicException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\IPermission.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\IStackWalk.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\Permissions\CodeAccessSecurityAttribute.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\Permissions\PermissionState.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityAction.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityAttribute.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityPermissionAttribute.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityPermissionFlag.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\PermissionSet.cs (1)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\SecurityCriticalAttribute.cs (1)
28[Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
src\libraries\System.Private.CoreLib\src\System\Security\SecurityCriticalScope.cs (1)
6[Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
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\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\libraries\System.Private.CoreLib\src\System\Security\VerificationException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Span.cs (2)
189[Obsolete("Equals() on Span will always throw an exception. Use the equality operator instead.")] 200[Obsolete("GetHashCode() on Span will always throw an exception.")]
src\libraries\System.Private.CoreLib\src\System\StackOverflowException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\SystemException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Text\DecoderExceptionFallback.cs (1)
104[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Text\EncoderExceptionFallback.cs (1)
124[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1032[Obsolete(Obsoletions.SystemTextEncodingUTF7Message, DiagnosticId = Obsoletions.SystemTextEncodingUTF7DiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Threading\AbandonedMutexException.cs (1)
56[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\CompressedStack.cs (1)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\LockRecursionException.cs (1)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\Overlapped.cs (4)
31[Obsolete("This constructor is not 64-bit compatible and has been deprecated. Use the constructor that accepts an IntPtr for the event handle instead.")] 55[Obsolete("Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.")] 68[Obsolete("This overload is not safe and has been deprecated. Use Pack(IOCompletionCallback?, object?) instead.")] 93[Obsolete("This overload is not safe and has been deprecated. Use UnsafePack(IOCompletionCallback?, object?) instead.")]
src\libraries\System.Private.CoreLib\src\System\Threading\SemaphoreFullException.cs (1)
26[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\SynchronizationLockException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskCanceledException.cs (1)
84[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskSchedulerException.cs (1)
72[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (34)
445[Obsolete(Obsoletions.ThreadAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 451[Obsolete(Obsoletions.ThreadAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 457[Obsolete(Obsoletions.ThreadResetAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 463[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.")] 469[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.")] 489[Obsolete("The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.")] 525[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 531[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 545[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 548[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 551[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 554[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 557[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 560[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 563[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 567[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)] 578[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 582[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 586[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 590[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 593[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 596[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 599[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 602[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 605[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 608[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 611[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 615[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 618[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 622[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 626[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 630[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadAbortException.cs (1)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadInterruptedException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPool.Unix.cs (1)
97[Obsolete("ThreadPool.BindHandle(IntPtr) has been deprecated. Use ThreadPool.BindHandle(SafeHandle) instead.")]
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadStartException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadStateException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (1)
45[Obsolete("WaitHandle.Handle has been deprecated. Use the SafeWaitHandle property instead.")]
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandleCannotBeOpenedException.cs (1)
29[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\TimeoutException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\TimeZoneNotFoundException.cs (1)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
714[Obsolete(Obsoletions.ReflectionOnlyLoadingMessage, DiagnosticId = Obsoletions.ReflectionOnlyLoadingDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Type.Helpers.cs (1)
13[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\TypeAccessException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\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\libraries\System.Private.CoreLib\src\System\TypeUnloadedException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\UnauthorizedAccessException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\UnitySerializationHolder.cs (1)
13[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (1)
66[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\System\MulticastDelegate.CoreCLR.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\System\Reflection\Assembly.CoreCLR.cs (1)
25[Obsolete("Assembly.LoadWithPartialName has been deprecated. Use Assembly.Load() instead.")]
src\System\Reflection\RuntimeAssembly.cs (3)
95[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}")] 312[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 548[Obsolete(Obsoletions.GlobalAssemblyCacheMessage, DiagnosticId = Obsoletions.GlobalAssemblyCacheDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\System\Reflection\RuntimeModule.cs (1)
385[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
291[Obsolete("OffsetToStringData has been deprecated. Use string.GetPinnableReference() instead.")]
src\System\Runtime\ControlledExecution.CoreCLR.cs (1)
42[Obsolete(Obsoletions.ControlledExecutionRunMessage, DiagnosticId = Obsoletions.ControlledExecutionRunDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (9)
62[Obsolete("ReadByte(Object, Int32) may be unavailable in future releases.")] 70[Obsolete("ReadInt16(Object, Int32) may be unavailable in future releases.")] 78[Obsolete("ReadInt32(Object, Int32) may be unavailable in future releases.")] 86[Obsolete("ReadInt64(Object, Int32) may be unavailable in future releases.")] 130[Obsolete("WriteByte(Object, Int32, Byte) may be unavailable in future releases.")] 138[Obsolete("WriteInt16(Object, Int32, Int16) may be unavailable in future releases.")] 146[Obsolete("WriteInt32(Object, Int32, Int32) may be unavailable in future releases.")] 154[Obsolete("WriteInt64(Object, Int32, Int64) may be unavailable in future releases.")] 233[Obsolete("GetExceptionCode() may be unavailable in future releases.")]
src\System\RuntimeHandles.cs (3)
867[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 980[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 1681[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Private.Uri (16)
System\Uri.cs (13)
379[Obsolete("This constructor has been deprecated; the dontEscape parameter is always false. Use Uri(string) instead.")] 394[Obsolete("This constructor has been deprecated; the dontEscape parameter is always false. Use Uri(Uri, string) instead.")] 453[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 4970[Obsolete("Uri.MakeRelative has been deprecated. Use MakeRelativeUri(Uri uri) instead.")] 4985[Obsolete("Uri.Canonicalize has been deprecated and is not supported.")] 4995[Obsolete("Uri.Parse has been deprecated and is not supported.")] 5005[Obsolete("Uri.Escape has been deprecated and is not supported.")] 5022[Obsolete("Uri.Unescape has been deprecated. Use GetComponents() or Uri.UnescapeDataString() to unescape a Uri component or a string.")] 5036[Obsolete("Uri.EscapeString has been deprecated. Use GetComponents() or Uri.EscapeDataString to escape a Uri component or a string.")] 5047[Obsolete("Uri.CheckSecurity has been deprecated and is not supported.")] 5063[Obsolete("Uri.IsReservedCharacter has been deprecated and is not supported.")] 5091[Obsolete("Uri.IsExcludedCharacter has been deprecated and is not supported.")] 5134[Obsolete("Uri.IsBadFileSystemCharacter has been deprecated and is not supported.")]
System\UriExt.cs (1)
695[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 (34)
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)
191[Obsolete("XmlSchema.Compile has been deprecated. Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation.")] 199[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\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.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)
49[Obsolete(Obsoletions.CodeBaseMessage, DiagnosticId = Obsoletions.CodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 54[Obsolete(Obsoletions.CodeBaseMessage, DiagnosticId = Obsoletions.CodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 163[Obsolete("The Global Assembly Cache is not supported.", DiagnosticId = "SYSLIB0005", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 202[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)
155[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 (7)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (7)
447[System.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}")] 541[System.ObsoleteAttribute("This constructor is obsolete. Use the constructor which accepts arrays of EvidenceBase instead.")] 545[System.ObsoleteAttribute("Evidence should not be treated as an ICollection. Use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.")] 551[System.ObsoleteAttribute("Evidence.AddAssembly has been deprecated. Use AddAssemblyEvidence instead.")] 554[System.ObsoleteAttribute("Evidence.AddHost has been deprecated. Use AddHostEvidence instead.")] 559[System.ObsoleteAttribute("Evidence should not be treated as an ICollection. Use the GetHostEnumerator and GetAssemblyEnumerator methods rather than using CopyTo.")] 563[System.ObsoleteAttribute("GetEnumerator is obsolete. Use GetAssemblyEnumerator and GetHostEnumerator instead.")]
System.Security.Claims (3)
System\Security\Claims\ClaimsIdentity.cs (2)
235[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 250[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 (126)
System\Security\Cryptography\Aes.cs (1)
29[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)
20[Obsolete(Obsoletions.AesGcmTagConstructorMessage, DiagnosticId = Obsoletions.AesGcmTagConstructorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 29[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\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\Cng.NotSupported.cs (6)
261[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 263[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 280[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 286[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 320[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 325[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\CryptoConfig.cs (1)
548[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.Unix.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\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\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)
51[Obsolete(Obsoletions.UseManagedSha1Message, DiagnosticId = Obsoletions.UseManagedSha1DiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMACSHA384.cs (1)
48[Obsolete(Obsoletions.ProduceLegacyHmacValuesMessage, DiagnosticId = Obsoletions.ProduceLegacyHmacValuesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMACSHA512.cs (1)
47[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)
40[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.Unix.cs (1)
9[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\RSAWrapper.cs (2)
98[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 102[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA1.cs (1)
39[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)
38[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)
38[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)
38[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)
75[Obsolete(Obsoletions.PublicKeyPropertyMessage, DiagnosticId = Obsoletions.PublicKeyPropertyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\X509Certificate.cs (22)
50[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 58[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)] 89[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 105[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 145[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 152[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 160[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 167[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 194[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 221[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 230[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 237[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 508[Obsolete("X509Certificate.GetName has been deprecated. Use the Subject property instead.")] 515[Obsolete("X509Certificate.GetIssuerName has been deprecated. Use the Issuer property instead.")] 576[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 582[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 589[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 595[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 601[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 608[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (22)
43[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 51[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 58[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 66[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 73[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 81[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 95[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 116[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 134[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 141[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 149[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 156[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 164[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 171[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 183[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 268[Obsolete(Obsoletions.X509CertificatePrivateKeyMessage, DiagnosticId = Obsoletions.X509CertificatePrivateKeyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 635[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 641[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 648[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 654[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 660[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 667[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (8)
139[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 153[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 162[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 182[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 200[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 212[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 223[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 249[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
77[Obsolete(Obsoletions.CmsSignerCspParamsCtorMessage, DiagnosticId = Obsoletions.CmsSignerCspParamsCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
266[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 (3)
artifacts\obj\System.Security.Principal.Windows\Debug\net10.0\System.Security.Principal.Windows.notsupported.cs (3)
26[System.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}")] 177[System.ObsoleteAttribute("This member has been deprecated and is only maintained for backwards compatability. WellKnownSidType values greater than MaxDefined may be defined in future releases.")] 241[System.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}")]
System.ServiceProcess.ServiceController (1)
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.notsupported.cs (1)
156[System.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}")]
System.Text.Encodings.Web (2)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (2)
77[Obsolete("FindFirstCharacterToEncode has been deprecated. It should only be used by the TextEncoder adapter.")] 84[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)
203[Obsolete(Obsoletions.JsonSerializerOptionsAddContextMessage, DiagnosticId = Obsoletions.JsonSerializerOptionsAddContextDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 381[Obsolete(Obsoletions.JsonSerializerOptionsIgnoreNullValuesMessage, DiagnosticId = Obsoletions.JsonSerializerOptionsIgnoreNullValuesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Text.RegularExpressions (14)
System\Text\RegularExpressions\Regex.cs (7)
173[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 221[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 225[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 229[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 403[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 653[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 658[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexCompilationInfo.cs (1)
8[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (2)
54[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 64[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexParseException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexRunner.cs (3)
162[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 170[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 437[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.netcoreapp.cs (1)
17[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)
475[Obsolete("This method produces non-standards-compliant output and has interoperability issues. The preferred alternative is UrlEncode(*).")]
System.Windows.Extensions (1)
artifacts\obj\System.Windows.Extensions\Debug\net10.0\System.Windows.Extensions.notsupported.cs (1)
15[System.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}")]
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)
2767[Obsolete("This property has been deprecated. Please use RightToLeft instead. https://go.microsoft.com/fwlink/?linkid=14202")] 9501[Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")] 9511[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)
1314[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)
658[Obsolete("This property has been deprecated. Use BackColor instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1175[Obsolete("This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Form.cs (3)
392[Obsolete("This property has been deprecated. Use the AutoScaleMode property instead. https://go.microsoft.com/fwlink/?linkid=14202")] 2973[Obsolete("This method has been deprecated. Use the ApplyAutoScaling method instead. https://go.microsoft.com/fwlink/?linkid=14202")] 3724[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)
1195[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)
7[Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")]
System\Windows\Markup\MarkupExtensionReturnTypeAttribute.cs (2)
22[Obsolete("The expressionType argument is not used by the XAML parser. To specify the expected return type, " + 33[Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")]
UIAutomationTypes (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
865[Obsolete("Use LoadLibraryHelper.SafeLoadLibraryEx instead")]