Update tests #2
Annotations
8 warnings
build
No files were found with the provided path: testresults. No artifacts will be uploaded.
|
build:
src/FishyFlip.Tests/AnonymousTests.cs#L115
Possible null reference argument for parameter 'identifier' in 'Task<Result<DescribeRepo?>> ATProtoRepo.DescribeRepoAsync(ATIdentifier identifier, CancellationToken cancellationToken = default(CancellationToken))'.
|
build:
src/FishyFlip.Tests/AnonymousTests.cs#L16
Non-nullable field 'proto' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/FishyFlip.Tests/AnonymousTests.cs#L16
Element 'proto' should declare an access modifier (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1400.md)
|
build:
src/WhiteWindLib.Tests/AnonymousTests.cs#L16
Non-nullable field 'proto' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/WhiteWindLib.Tests/AnonymousTests.cs#L17
Non-nullable field 'blog' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/WhiteWindLib.Tests/AnonymousTests.cs#L16
Element 'proto' should declare an access modifier (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1400.md)
|
build:
src/WhiteWindLib.Tests/AnonymousTests.cs#L17
Element 'blog' should declare an access modifier (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1400.md)
|