Bump Microsoft.EntityFrameworkCore from 9.0.11 to 9.0.12 #156
Annotations
12 warnings
|
Create Test Coverage Badge
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Create Test Coverage Badge
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build:
Hoo.Service/Services/OneDrive/OneDriveService.cs#L23
Possible null reference argument for parameter 'accessToken' in 'SimpleAuthProvider.SimpleAuthProvider(string accessToken)'.
|
|
Build:
Hoo.Service/Services/OneDrive/OneDriveService.cs#L22
Possible null reference assignment.
|
|
Build:
Hoo.Service/Common/MochiLogMessageModel.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
Build:
Hoo.Service/Common/MochiLogMessageModel.cs#L7
Non-nullable property 'SourceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
Build:
Hoo.Service/Controllers/UtilsController.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Build:
Hoo.Service/Controllers/UtilsController.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Build:
Hoo.Service/Services/WebFiles/WebFileService.cs#L34
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Build:
Hoo.Service/Authetication/SimpleAuthProvider.cs#L14
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Build:
Hoo.Service/Common/MochiLogger.cs#L12
Nullability in constraints for type parameter 'TState' of method 'MochiLogger.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:
Hoo.Service/Common/MochiLogger.cs#L22
Nullability of reference types in type of parameter 'exception' of 'void MochiLogger.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).
|
Loading