Skip to content

fix: updated deps

fix: updated deps #26

Triggered via push December 11, 2024 08:31
Status Success
Total duration 4m 44s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Releasing: src/EAVFW.Extensions.Documents/SetDocumentNameOnCreate.cs#L23
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.
Releasing: src/EAVFW.Extensions.Documents/SetDocumentContentTypeOnCreate.cs#L16
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.
Releasing: src/EAVFW.Extensions.Documents/CalculateAndSetDocumentHash.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.
Releasing: src/EAVFW.Extensions.Documents/EndpointExtensions.cs#L118
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
Releasing: src/EAVFW.Extensions.Documents/EndpointExtensions.cs#L125
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
Releasing: src/EAVFW.Extensions.Documents/EndpointExtensions.cs#L126
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
Releasing: src/EAVFW.Extensions.Documents/SetDocumentNameOnCreate.cs#L23
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.
Releasing: src/EAVFW.Extensions.Documents/SetDocumentContentTypeOnCreate.cs#L16
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.
Releasing: src/EAVFW.Extensions.Documents/CalculateAndSetDocumentHash.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.
Releasing: src/EAVFW.Extensions.Documents/EndpointExtensions.cs#L118
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)