Skip to content

Add integration test framework for isolated #244

Add integration test framework for isolated

Add integration test framework for isolated #244

Triggered via pull request December 18, 2024 19:43
Status Success
Total duration 7m 42s
Artifacts

codeQL.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
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.
Analyze (csharp): test/DotnetIsolatedE2ETests/Helpers/TestUtility.cs#L28
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): 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).
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): test/DotnetIsolatedE2ETests/JobObjectRegistry.cs#L21
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): test/DotnetIsolatedE2ETests/JobObjectRegistry.cs#L21
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): 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.
Analyze (csharp): test/DotnetIsolatedE2ETests/Helpers/TestLoggerProvider.cs#L73
Cannot convert null literal to non-nullable reference type.