Skip to content

.NET

.NET #32

Triggered via push March 13, 2024 01:52
Status Success
Total duration 2m 19s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: framework/src/Silky.Core/HostBuilderExtensions.cs#L15
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/Configuration/ConfigurationHelper.cs#L15
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/DependencyInjection/ServiceCollectionCommonExtensions.cs#L76
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/Reflection/AppDomainTypeFinder.cs#L25
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/Reflection/SilkyAppTypeFinder.cs#L16
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/Runtime/Session/SessionBase.cs#L5
Nullability of reference types in return type of 'object? SessionBase.UserId.get' doesn't match implicitly implemented member 'object ISession.UserId.get' (possibly because of nullability attributes).
build: framework/src/Silky.Core/Runtime/Session/SessionBase.cs#L7
Nullability of reference types in return type of 'object? SessionBase.TenantId.get' doesn't match implicitly implemented member 'object ISession.TenantId.get' (possibly because of nullability attributes).
build: framework/src/Silky.Core/Serialization/JObjectConverter.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
build: framework/src/Silky.Core/Serialization/JObjectConverter.cs#L17
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: framework/src/Silky.Core/Exceptions/ValidationException.cs#L47
'ValidationException.LogLevel' hides inherited member 'SilkyException.LogLevel'. Use the new keyword if hiding was intended.