Skip to content

feat(Logging): Completion of a simple events system. #71

feat(Logging): Completion of a simple events system.

feat(Logging): Completion of a simple events system. #71

Triggered via push February 21, 2024 21:29
Status Failure
Total duration 44s
Artifacts
build-nuget-publish
36s
build-nuget-publish
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build-nuget-publish: src/Semantic.Core.Tests/Data/ConsoleUserAgentProxy.cs#L5
'ConsoleUserAgentProxy' does not implement interface member 'IUserProxyDataAccess.OnEventAsync(List<LogItem>, LogItem)'
build-nuget-publish: src/Semantic.Core.Tests/Data/ConsoleUserAgentProxy.cs#L5
'ConsoleUserAgentProxy' does not implement interface member 'IUserProxyDataAccess.OnEventAsync(List<LogItem>, LogItem)'
build-nuget-publish
Process completed with exit code 1.
build-nuget-publish
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-nuget-publish: src/Http/Models/Requests/HttpRequest.cs#L44
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build-nuget-publish: src/Http/Models/Requests/BasicAuthRequest.cs#L11
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Http/Models/Requests/BasicAuthRequest.cs#L16
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Http/Models/Responses/HttpResponse.cs#L83
Possible null reference assignment.
build-nuget-publish: src/Http/Models/Responses/HttpResponse.cs#L88
Possible null reference argument for parameter 'obj' in 'bool ObjectExtensions.IsValid(object obj, out List<ValidationResult> validationResults)'.
build-nuget-publish: src/Http/Models/Responses/HttpResponse.cs#L28
Non-nullable property 'Response' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Http/Models/Responses/HttpResponse.cs#L33
Non-nullable property 'ResponseMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Data/Services/EmbeddedContentService.cs#L46
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
build-nuget-publish: src/Data/Services/EmbeddedContentService.cs#L56
Possible null reference return.
build-nuget-publish: src/Data/Services/EmbeddedContentService.cs#L65
Possible null reference return.