Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

New Definitions

New Definitions #69

Triggered via pull request April 9, 2023 21:44
Status Failure
Total duration 6m 36s
Artifacts

YakBuild.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: src/Crash.Handlers/Changes/ChangeUtils.cs#L30
The type 'Font' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Drawing.Common, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
build: src/Crash.Handlers/Changes/ChangeUtils.cs#L30
The type 'Font' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Drawing.Common, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
build
Process completed with exit code 1.
build: src/Crash.Common/Communications/Logging/CrashLogger.cs#L18
Nullability in constraints for type parameter 'TState' of method 'CrashLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
build: src/Crash.Common/Tables/CacheTable.cs#L77
Possible null reference assignment.
build: src/Crash.Common/Document/CrashDoc.cs#L80
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method
build: src/Crash.Handlers/Changes/GeometryChange.cs#L60
Possible null reference assignment.
build: src/Crash.Handlers/Plugins/EventDispatcher.cs#L65
Converting null literal or possible null value to non-nullable type.
build: src/Crash.Handlers/Plugins/EventDispatcher.cs#L138
Converting null literal or possible null value to non-nullable type.
build: src/Crash.Handlers/CameraOperator.cs#L59
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method
build: src/Crash.Handlers/Plugins/Geometry/Recieve/GeometryTemporaryAddRecieveAction.cs#L33
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method
build: src/Crash.Handlers/Plugins/EventDispatcher.cs#L106
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method
build: tests/Crash.Integration.Tests/ClientServerTests.cs#L145
Converting null literal or possible null value to non-nullable type.