You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hosts/AspNetIdentity/GlobalSuppressions.cs
+1-2
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,8 @@
13
13
[assembly:SuppressMessage("Design","CA1054:URI-like parameters should not be strings",Justification="Consistent with the IdentityServer APIs")]
14
14
[assembly:SuppressMessage("Design","CA1056:URI-like properties should not be strings",Justification="Consistent with the IdentityServer APIs")]
15
15
[assembly:SuppressMessage("Naming","CA1716:Identifiers should not match keywords",Justification="This namespace is just for organization, and won't be referenced elsewhere",Scope="namespace",Target="~N:IdentityServerHost.Pages.Error")]
16
-
[assembly:SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="Namespaces of pages are not likely to be used elsewhere, so there is little chance of confusion",Scope="type",Target="~T:IdentityServerHost.Pages.Ciba.Consent")]
17
16
[assembly:SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="Namespaces of pages are not likely to be used elsewhere, so there is little chance of confusion",Scope="type",Target="~T:IdentityServerHost.Pages.Extensions")]
18
-
[assembly:SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="Resources is only used for initalization, so there is little chance of confusion",Scope="type",Target="~T:IdentityServerHost.Configuration.Resources")]
17
+
[assembly:SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="Resources is only used for initialization, so there is little chance of confusion",Scope="type",Target="~T:IdentityServerHost.Configuration.Resources")]
19
18
[assembly:SuppressMessage("Performance","CA1805:Do not initialize unnecessarily",Justification="This is for clarity and consistency with the surrounding code",Scope="member",Target="~F:IdentityServerHost.Pages.Logout.LogoutOptions.AutomaticRedirectAfterSignOut")]
20
19
[assembly:SuppressMessage("Reliability","CA2007:Consider calling ConfigureAwait on the awaited task",Justification="No need for ConfigureAwait in ASP.NET Core application code, as there is no SynchronizationContext.")]
Copy file name to clipboardExpand all lines: hosts/Configuration/GlobalSuppressions.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
[assembly:SuppressMessage("Naming","CA1716:Identifiers should not match keywords",Justification="This namespace is just for organization, and won't be referenced elsewhere",Scope="namespace",Target="~N:IdentityServerHost.Pages.Error")]
17
17
[assembly:SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="Namespaces of pages are not likely to be used elsewhere, so there is little chance of confusion",Scope="type",Target="~T:IdentityServerHost.Pages.Ciba.Consent")]
18
18
[assembly:SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="Namespaces of pages are not likely to be used elsewhere, so there is little chance of confusion",Scope="type",Target="~T:IdentityServerHost.Pages.Extensions")]
19
-
[assembly:SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="Resources is only used for initalization, so there is little chance of confusion",Scope="type",Target="~T:IdentityServerHost.Configuration.Resources")]
19
+
[assembly:SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="Resources is only used for initialization, so there is little chance of confusion",Scope="type",Target="~T:IdentityServerHost.Configuration.Resources")]
20
20
[assembly:SuppressMessage("Performance","CA1805:Do not initialize unnecessarily",Justification="This is for clarity and consistency with the surrounding code",Scope="member",Target="~F:IdentityServerHost.Pages.Logout.LogoutOptions.AutomaticRedirectAfterSignOut")]
21
21
[assembly:SuppressMessage("Reliability","CA2007:Consider calling ConfigureAwait on the awaited task",Justification="No need for ConfigureAwait in ASP.NET Core application code, as there is no SynchronizationContext.")]
22
22
[assembly:SuppressMessage("Performance","CA1812:Avoid uninstantiated internal classes",Justification="CustomClientRegistrationProcessor is created through DI",Scope="type",Target="~T:IdentityServerHost.CustomClientRegistrationProcessor")]
Copy file name to clipboardExpand all lines: hosts/main/GlobalSuppressions.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
[assembly:SuppressMessage("Naming","CA1716:Identifiers should not match keywords",Justification="This namespace is just for organization, and won't be referenced elsewhere",Scope="namespace",Target="~N:IdentityServerHost.Pages.Error")]
17
17
[assembly:SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="Namespaces of pages are not likely to be used elsewhere, so there is little chance of confusion",Scope="type",Target="~T:IdentityServerHost.Pages.Ciba.Consent")]
18
18
[assembly:SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="Namespaces of pages are not likely to be used elsewhere, so there is little chance of confusion",Scope="type",Target="~T:IdentityServerHost.Pages.Extensions")]
19
-
[assembly:SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="Resources is only used for initalization, so there is little chance of confusion",Scope="type",Target="~T:IdentityServerHost.Configuration.Resources")]
19
+
[assembly:SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="Resources is only used for initialization, so there is little chance of confusion",Scope="type",Target="~T:IdentityServerHost.Configuration.Resources")]
20
20
[assembly:SuppressMessage("Performance","CA1805:Do not initialize unnecessarily",Justification="This is for clarity and consistency with the surrounding code",Scope="member",Target="~F:IdentityServerHost.Pages.Logout.LogoutOptions.AutomaticRedirectAfterSignOut")]
21
21
[assembly:SuppressMessage("Reliability","CA2007:Consider calling ConfigureAwait on the awaited task",Justification="No need for ConfigureAwait in ASP.NET Core application code, as there is no SynchronizationContext.")]
TestService(serviceProvider,typeof(IPersistedGrantStore),logger,"No storage mechanism for grants specified. Use the 'AddInMemoryPersistedGrants' extension method to register a development version.");
82
82
TestService(serviceProvider,typeof(IClientStore),logger,"No storage mechanism for clients specified. Use the 'AddInMemoryClients' extension method to register a development version.");
0 commit comments