Skip to content

fixes

fixes #148

Triggered via push December 28, 2024 18:26
Status Failure
Total duration 3m 25s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
build
Process completed with exit code 1.
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: Arithmic/Log.cs#L18
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Arithmic/Log.cs#L19
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Arithmic/Log.cs#L33
Converting null literal or possible null value to non-nullable type.
build: Arithmic/Log.cs#L35
Dereference of a possibly null reference.
build: Arithmic/Log.cs#L35
Nullability of reference types in type of parameter 'sender' of 'void ISink.OnLogEvent(object sender, LogEventArgs e)' doesn't match the target delegate 'EventHandler<LogEventArgs>' (possibly because of nullability attributes).
build: Arithmic/Log.cs#L39
Cannot convert null literal to non-nullable reference type.