Skip to content

Remove the not finished tests #7

Remove the not finished tests

Remove the not finished tests #7

Triggered via push April 22, 2024 20:19
Status Success
Total duration 3m 45s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
sonar: 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)
sonar: src/IdentityServer/src/Hashing/Pbkdf2Algorithm.cs#L6
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
sonar: src/IdentityServer/src/Hashing/PasswordProvider.cs#L6
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
sonar: src/IdentityServer/src/IdentityServer.Storage/ClaimExtension.cs#L11
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonar: src/IdentityServer/src/IdentityServer.Storage/ClaimExtension.cs#L11
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonar: src/IdentityServer/src/IdentityServer.Storage/UserClaimRule.cs#L18
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonar: src/IdentityServer/src/IdentityServer.Storage/EnabledProvider.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonar: src/IdentityServer/src/IdentityServer.Storage/IdOpsApiResource.cs#L7
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonar: src/IdentityServer/src/IdentityServer.Storage/IdOpsIdentityResource.cs#L7
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonar: src/IdentityServer/src/IdentityServer.Storage/IdOpsHashedToken.cs#L21
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: 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.Storage/UserClaimRule.cs#L18
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/IdentityServer/src/IdentityServer.Storage/DataConnectorProperty.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/IdentityServer/src/IdentityServer.Storage/DataConnectorProperty.cs#L7
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/IdentityServer/src/IdentityServer.Storage/EnabledProvider.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/IdentityServer/src/IdentityServer.Storage/ClaimExtension.cs#L11
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/IdentityServer/src/IdentityServer.Storage/ClaimExtension.cs#L11
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/IdentityServer/src/IdentityServer.Storage/IdOpsApiScope.cs#L7
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/IdentityServer/src/IdentityServer.Storage/IdOpsApiResource.cs#L7
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/IdentityServer/src/IdentityServer.Storage/IdOpsClient.cs#L8
Non-nullable property 'EnabledProviders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release
Could not determine node version from /home/runner/work/IdOps/IdOps/src/UI/package.json. Falling back