Add integration test framework for isolated #245
Annotations
11 warnings
Initialize CodeQL
Unable to validate code scanning workflow: error: getWorkflow() failed: Error: Expected to find a code scanning workflow file at D:\a\azure-functions-durable-extension\azure-functions-durable-extension\.github\workflows\codeQL.yml, but no such file existed. This can happen if the currently running workflow checks out a branch that doesn't contain the corresponding workflow file.
|
Build:
test/DotnetIsolatedE2ETests/Helpers/TestLoggerProvider.cs#L54
Nullability of reference types in type of parameter 'exception' of 'void TestLoggerProvider.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
Build:
test/DotnetIsolatedE2ETests/Helpers/TestLoggerProvider.cs#L35
Nullability in constraints for type parameter 'TState' of method 'TestLoggerProvider.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
Build:
test/DotnetIsolatedE2ETests/Helpers/TestUtility.cs#L28
Cannot convert null literal to non-nullable reference type.
|
Build:
test/DotnetIsolatedE2ETests/Fixtures/FunctionAppFixture.cs#L21
Non-nullable field '_funcProcess' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
test/DotnetIsolatedE2ETests/Fixtures/FunctionAppFixture.cs#L21
Non-nullable field '_jobObjectRegistry' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
test/DotnetIsolatedE2ETests/JobObjectRegistry.cs#L21
Cannot convert null literal to non-nullable reference type.
|
Build:
test/DotnetIsolatedE2ETests/JobObjectRegistry.cs#L21
Cannot convert null literal to non-nullable reference type.
|
Build:
test/DotnetIsolatedE2ETests/Helpers/TestLoggerProvider.cs#L19
Non-nullable field '_currentTestOutput' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
test/DotnetIsolatedE2ETests/Helpers/TestLoggerProvider.cs#L37
Possible null reference return.
|
Build:
test/DotnetIsolatedE2ETests/Helpers/TestLoggerProvider.cs#L73
Cannot convert null literal to non-nullable reference type.
|
Loading