Merge branch 'master' of github.com:Maksasj/hoo #25
Annotations
5 errors and 12 warnings
Build:
Hoo.UnitTests/Controllers/FileControllerTests.cs#L6
The type or namespace name 'HooService' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Hoo.UnitTests/Controllers/FileControllerTests.cs#L21
The type or namespace name 'IFileProviderService' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Hoo.UnitTests/Controllers/FileControllerTests.cs#L6
The type or namespace name 'HooService' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Hoo.UnitTests/Controllers/FileControllerTests.cs#L21
The type or namespace name 'IFileProviderService' could not be found (are you missing a using directive or an assembly reference?)
|
Build
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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).
|
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/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/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/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/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/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/Services/OneDrive/OneDriveService.cs#L22
Possible null reference assignment.
|
Build:
Hoo.Service/Services/OneDrive/OneDriveService.cs#L23
Possible null reference argument for parameter 'accessToken' in 'SimpleAuthProvider.SimpleAuthProvider(string accessToken)'.
|
Loading