Skip to content

added null checks

added null checks #123

Triggered via push August 28, 2024 05:37
Status Success
Total duration 8m 10s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
Building
Process completed with exit code 126.
Building
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Building
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Building: sdk/DTO/AttributeDefinition.cs#L137
'CascadeOptions' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Building: sdk/DTO/AttributeDefinition.cs#L137
'CascadeOptions' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Building: src/Authentication/EasyAuthForwardedAuth.cs#L14
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
Building: src/Services/Default/DefaultEventSink.cs#L73
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
Building: src/Services/Default/DefaultEventSink.cs#L82
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
Building: src/Authentication/EasyAuthForwardedAuth.cs#L14
'AuthenticationHandler<EasyAuthForwardedAuthOptions>.AuthenticationHandler(IOptionsMonitor<EasyAuthForwardedAuthOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
Building: src/Authentication/CryptographyHelpers.cs#L11
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
Building: src/Authentication/CryptographyHelpers.cs#L88
'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)
Building: src/Endpoints/Results/Status202AcceptedResult.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Building: src/Infrastructure/ObjectSerializer.cs#L80
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
Releasing
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Releasing
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/