Implement autoapprover + migrate to refit #37
Annotations
7 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: im-open/code-coverage-report-generator@4, im-open/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
tests/DependencyUpdated.Projects.DotNet.UnitTests/MockMemoryCache.cs#L43
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
tests/DependencyUpdated.Projects.DotNet.UnitTests/MockMemoryCache.cs#L53
Non-nullable property 'ExpirationTokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
tests/DependencyUpdated.Projects.DotNet.UnitTests/MockMemoryCache.cs#L55
Non-nullable property 'PostEvictionCallbacks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
tests/DependencyUpdated.Projects.DotNet.UnitTests/MockMemoryCache.cs#L43
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
tests/DependencyUpdated.Projects.DotNet.UnitTests/MockMemoryCache.cs#L53
Non-nullable property 'ExpirationTokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
tests/DependencyUpdated.Projects.DotNet.UnitTests/MockMemoryCache.cs#L55
Non-nullable property 'PostEvictionCallbacks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|