chore: Bump husky from 0.8.0 to 0.9.1 #220
Open
Annotations
10 warnings
|
build and test:
test/dotnet-trx-merge.IntegrationTests/DotNetTrxMergeTests.cs#L258
Dereference of a possibly null reference.
|
|
build and test:
test/dotnet-trx-merge.IntegrationTests/DotNetTrxMergeTests.cs#L205
Dereference of a possibly null reference.
|
|
build and test:
src/dotnet-trx-merge/Logging/Logger.cs#L135
Possible null reference return.
|
|
build and test:
src/dotnet-trx-merge/Commands/Configurations/MergeCommandConfiguration.cs#L17
Non-nullable property 'OutputPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build and test:
src/dotnet-trx-merge/Commands/Configurations/MergeCommandConfiguration.cs#L16
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build and test:
src/dotnet-trx-merge/Commands/Configurations/MergeCommandConfiguration.cs#L14
Non-nullable property 'Directory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build and test:
src/dotnet-trx-merge/Commands/Configurations/MergeCommandConfiguration.cs#L12
Non-nullable property 'TrxFiles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build and test:
src/dotnet-trx-merge/Services/TrxFetcher.cs#L110
Possible null reference argument for parameter 'runUser' in 'XElement TrxFetcher.GenerateTestRunAttribute(XNamespace ns, string runUser)'.
|
|
build and test:
src/dotnet-trx-merge/Services/TrxFetcher.cs#L68
Dereference of a possibly null reference.
|
|
build and test:
src/dotnet-trx-merge/Services/TrxFetcher.cs#L30
Converting null literal or possible null value to non-nullable type.
|
Loading