Skip to content

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.13.0 #162

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.13.0

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.13.0 #162

Triggered via pull request March 11, 2025 15:39
Status Success
Total duration 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-and-tests.yaml

on: pull_request
Build & Tests
27s
Build & Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Tests: source/EasyWay/CommandResult.cs#L44
Non-nullable property 'OperationResult' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Tests: source/EasyWay/ValueObject.cs#L41
Possible null reference argument for parameter 'value' in 'int ValueObject.HashValue(int seed, object value)'.
Build & Tests: source/EasyWay/ValueObject.cs#L47
Possible null reference argument for parameter 'value' in 'int ValueObject.HashValue(int seed, object value)'.
Build & Tests: source/EasyWay/ValueObject.cs#L14
Non-nullable field '_properties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build & Tests: source/EasyWay/ValueObject.cs#L16
Non-nullable field '_fields' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build & Tests: source/EasyWay/QueryResult.cs#L14
Non-nullable field 'ValidationErrors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build & Tests: source/EasyWay/QueryResult.cs#L22
Cannot convert null literal to non-nullable reference type.
Build & Tests: source/EasyWay/QueryResult.cs#L20
Non-nullable property 'ReadModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Tests: source/EasyWay/QueryResult.cs#L20
Non-nullable field 'ValidationErrors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build & Tests: source/EasyWay/QueryResult.cs#L26
Non-nullable property 'ReadModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.