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

New Definitions

New Definitions #40

Triggered via pull request April 9, 2023 20:48
Status Failure
Total duration 3m 53s
Artifacts

BuildAndTest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
build
No test report files were found
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
No file matches path tests/**/TestResults/*.trx
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.Common/View/Camera.cs#L42
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
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/Document/CrashDoc.cs#L66
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/Crash.Common/Document/CrashDoc.cs#L63
Nullability of reference types in type of parameter 'other' of 'bool CrashDoc.Equals(CrashDoc other)' doesn't match implicitly implemented member 'bool IEquatable<CrashDoc>.Equals(CrashDoc? other)' (possibly because of nullability attributes).
build: src/Crash.Common/Document/User.cs#L62
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/Crash.Common/Communications/CrashServer.cs#L156
Nullability of reference types in type of parameter 'sender' of 'void CrashServer.Process_Exited(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: src/Crash.Common/Communications/CrashServer.cs#L157
Nullability of reference types in type of parameter 'sender' of 'void CrashServer.Process_Exited(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).