remove additional solutions #4
Annotations
11 warnings
Build, Test and Push:
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)
|
Build, Test and Push:
src/Server/src/Abstractions/ISecretValueEncryptor.cs#L20
Non-nullable property 'KeyProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Push:
src/Server/src/Abstractions/ISecretValueEncryptor.cs#L22
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Push:
src/Server/src/Abstractions/ISecretValueEncryptor.cs#L24
Non-nullable property 'Algorithm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Push:
src/Server/src/Abstractions/Messages/ResourcePublishedSuccessMessage.cs#L31
Non-nullable property 'ResourceType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Push:
src/Server/src/Abstractions/Messages/ResourcePublishedSuccessMessage.cs#L35
Non-nullable property 'EnvironmentName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Push:
src/Server/src/Abstractions/Messages/ResourcePublishedSuccessMessage.cs#L37
Non-nullable property 'RequestedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Push:
src/Server/src/Abstractions/Messages/ResourcePublishedSuccessMessage.cs#L39
Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Push:
src/Server/src/Abstractions/Messages/ResourcePublishedSuccessMessage.cs#L9
Non-nullable property 'ResourceType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Push:
src/Server/src/Abstractions/Messages/ResourcePublishedSuccessMessage.cs#L13
Non-nullable property 'Operation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Setup Node.js
Could not determine node version from /home/runner/work/IdOps/IdOps/src/UI/package.json. Falling back
|
Loading