Merge pull request #134 from LeonAquitaine/master #117
Annotations
3 errors and 11 warnings
Zen.Provider.GitHub/Storage/GitHubFileStorage.cs#L227
'GitHubFileStorage.Store(IFileDescriptor, Stream)': return type must be 'Task<IFileStorage.StoreResult>' to match overridden member 'FileStoragePrimitive.Store(IFileDescriptor, Stream)'
|
Zen.Provider.GitHub/Storage/GitHubFileStorage.cs#L227
'GitHubFileStorage.Store(IFileDescriptor, Stream)': return type must be 'Task<IFileStorage.StoreResult>' to match overridden member 'FileStoragePrimitive.Store(IFileDescriptor, Stream)'
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, rohith/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
Zen.Web/Middleware/Html5Router.cs#L94
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.
|
Zen.Web.Auth/Extensions/Pipeline.cs#L50
'OpenIdAuthenticatedContext.User' is obsolete: 'Use the UserPayload property instead. This property's type will change from JObject to JsonDocument in a future release.'
|
Zen.Web.Auth/Extensions/OpenId.cs#L29
'OpenIdAuthenticatedContext.User' is obsolete: 'Use the UserPayload property instead. This property's type will change from JObject to JsonDocument in a future release.'
|
Zen.Storage/BuiltIn/DefaultFileStorage.cs#L36
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.
|
Zen.Storage/BuiltIn/DefaultFileStorage.cs#L43
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.
|
Zen.Storage/BuiltIn/DefaultFileStorage.cs#L48
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.
|
Zen.Web/Middleware/Html5Router.cs#L94
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.
|
Zen.Web.Auth/Extensions/Pipeline.cs#L50
'OpenIdAuthenticatedContext.User' is obsolete: 'Use the UserPayload property instead. This property's type will change from JObject to JsonDocument in a future release.'
|
Zen.Web.Auth/Extensions/OpenId.cs#L29
'OpenIdAuthenticatedContext.User' is obsolete: 'Use the UserPayload property instead. This property's type will change from JObject to JsonDocument in a future release.'
|
The logs for this run have expired and are no longer available.
Loading