Release 🚀 0.15.0-preview.2 #29
Annotations
42 warnings
|
release (./src/IdentityServer)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
|
release (./src/IdentityServer)
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
|
release (./src/IdentityServer)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
|
release (./src/IdentityServer)
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
|
release (./src/IdentityServer)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
|
release (./src/IdentityServer)
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
|
release (./src/IdentityServer)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
|
release (./src/IdentityServer)
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
|
release (./src/IdentityServer)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
|
release (./src/IdentityServer)
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
|
release (./src/IdentityServer):
src/IdentityServer/src/IdentityServer.Storage/IdOpsClient.cs#L14
Non-nullable property 'Tenant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/IdentityServer):
src/IdentityServer/src/IdentityServer.Storage/IdOpsClient.cs#L12
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/IdentityServer):
src/IdentityServer/src/IdentityServer.Storage/IdOpsClient.cs#L10
Non-nullable property 'DataConnectors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/IdentityServer):
src/IdentityServer/src/IdentityServer.Storage/IdOpsClient.cs#L8
Non-nullable property 'EnabledProviders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/IdentityServer):
src/IdentityServer/src/IdentityServer.Storage/IdOpsApiScope.cs#L7
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/IdentityServer):
src/IdentityServer/src/IdentityServer.Storage/EnabledProvider.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/IdentityServer):
src/IdentityServer/src/IdentityServer.Storage/DataConnectorProperty.cs#L7
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/IdentityServer):
src/IdentityServer/src/IdentityServer.Storage/DataConnectorProperty.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/IdentityServer):
src/IdentityServer/src/Hashing/Pbkdf2Algorithm.cs#L70
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
|
|
release (./src/IdentityServer):
src/IdentityServer/src/Hashing/Pbkdf2Algorithm.cs#L70
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.' (https://aka.ms/dotnet-warnings/SYSLIB0060)
|
|
release (./src/IdentityServer)
Could not determine node version from /home/runner/work/IdOps/IdOps/src/UI/package.json. Falling back
|
|
release (./src/Server)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
|
release (./src/Server)
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
|
release (./src/Server)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
|
release (./src/Server)
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
|
release (./src/Server)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
|
release (./src/Server)
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
|
release (./src/Server)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
|
release (./src/Server)
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
|
release (./src/Server)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
|
release (./src/Server)
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
|
release (./src/Server):
src/Server/src/Abstractions/ResourceAuthoring/UpdateClientRequest.cs#L95
Non-nullable property 'AllowedCorsOrigins' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/Server):
src/Server/src/Abstractions/ResourceAuthoring/UpdateClientRequest.cs#L63
Non-nullable property 'AllowedIdentityTokenSigningAlgorithms' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/Server):
src/Server/src/Abstractions/ResourceAuthoring/UpdateClientRequest.cs#L47
Non-nullable property 'PostLogoutRedirectUris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/Server):
src/Server/src/Abstractions/ResourceAuthoring/UpdateClientRequest.cs#L45
Non-nullable property 'RedirectUris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/Server):
src/Server/src/Abstractions/SearchResult.cs#L39
Non-nullable property 'Tenants' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/Server):
src/Server/src/Abstractions/ISecretValueEncryptor.cs#L24
Non-nullable property 'Algorithm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/Server):
src/Server/src/Abstractions/ISecretValueEncryptor.cs#L22
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/Server):
src/Server/src/Abstractions/ISecretValueEncryptor.cs#L20
Non-nullable property 'KeyProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release (./src/Server):
src/IdentityServer/src/Hashing/Pbkdf2Algorithm.cs#L70
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
|
|
release (./src/Server):
src/IdentityServer/src/Hashing/Pbkdf2Algorithm.cs#L70
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.' (https://aka.ms/dotnet-warnings/SYSLIB0060)
|
|
release (./src/Server)
Could not determine node version from /home/runner/work/IdOps/IdOps/src/UI/package.json. Falling back
|