Create CODE_OF_CONDUCT.md #6
Merged
Annotations
20 warnings
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L37
Nullability of reference types in return type of 'ITestOutputHelper? DataProcessingServiceTests.Output.get' doesn't match implicitly implemented member 'ITestOutputHelper IGherXunitOutputProvider.Output.get' (possibly because of nullability attributes).
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L31
Non-nullable field '_apiClientMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L32
Non-nullable field '_repositoryMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L33
Non-nullable field '_queueServiceMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L34
Non-nullable field '_loggerMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L35
Non-nullable field '_dataProcessingService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L81
Dereference of a possibly null reference.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L83
Argument of type 'Func<It.IsAnyType, Exception, string>' cannot be used for parameter 'formatter' of type 'Func<It.IsAnyType, Exception?, string>' in 'void ILogger.Log<IsAnyType>(LogLevel logLevel, EventId eventId, IsAnyType state, Exception? exception, Func<IsAnyType, Exception?, string> formatter)' due to differences in the nullability of reference types.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L104
Dereference of a possibly null reference.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L106
Argument of type 'Func<It.IsAnyType, Exception, string>' cannot be used for parameter 'formatter' of type 'Func<It.IsAnyType, Exception?, string>' in 'void ILogger.Log<IsAnyType>(LogLevel logLevel, EventId eventId, IsAnyType state, Exception? exception, Func<IsAnyType, Exception?, string> formatter)' due to differences in the nullability of reference types.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L37
Nullability of reference types in return type of 'ITestOutputHelper? DataProcessingServiceTests.Output.get' doesn't match implicitly implemented member 'ITestOutputHelper IGherXunitOutputProvider.Output.get' (possibly because of nullability attributes).
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L31
Non-nullable field '_apiClientMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L32
Non-nullable field '_repositoryMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L33
Non-nullable field '_queueServiceMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L34
Non-nullable field '_loggerMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L35
Non-nullable field '_dataProcessingService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L81
Dereference of a possibly null reference.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L83
Argument of type 'Func<It.IsAnyType, Exception, string>' cannot be used for parameter 'formatter' of type 'Func<It.IsAnyType, Exception?, string>' in 'void ILogger.Log<IsAnyType>(LogLevel logLevel, EventId eventId, IsAnyType state, Exception? exception, Func<IsAnyType, Exception?, string> formatter)' due to differences in the nullability of reference types.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L104
Dereference of a possibly null reference.
|
|
src/sample/BddSample/Samples/Refactoring/ExemploA/ProcessamentoServiceTests.cs#L106
Argument of type 'Func<It.IsAnyType, Exception, string>' cannot be used for parameter 'formatter' of type 'Func<It.IsAnyType, Exception?, string>' in 'void ILogger.Log<IsAnyType>(LogLevel logLevel, EventId eventId, IsAnyType state, Exception? exception, Func<IsAnyType, Exception?, string> formatter)' due to differences in the nullability of reference types.
|
The logs for this run have expired and are no longer available.
Loading