Bump actions/upload-artifact from 3 to 4 #36
Annotations
10 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3, actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
src/D2Sharp/D2Wrapper.cs#L7
Missing XML comment for publicly visible type or member 'D2Wrapper'
|
src/D2Sharp/D2Wrapper.cs#L11
Missing XML comment for publicly visible type or member 'D2Wrapper.D2Wrapper(ILogger<D2Wrapper>?)'
|
src/D2Sharp/D2Wrapper.cs#L22
Missing XML comment for publicly visible type or member 'D2Wrapper.RenderDiagram(string)'
|
examples/D2Sharp.Web/Program.cs#L15
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.
|
src/D2Sharp/D2Wrapper.cs#L7
Missing XML comment for publicly visible type or member 'D2Wrapper'
|
src/D2Sharp/D2Wrapper.cs#L11
Missing XML comment for publicly visible type or member 'D2Wrapper.D2Wrapper(ILogger<D2Wrapper>?)'
|
src/D2Sharp/D2Wrapper.cs#L22
Missing XML comment for publicly visible type or member 'D2Wrapper.RenderDiagram(string)'
|
examples/D2Sharp.Web/Program.cs#L15
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.
|
The logs for this run have expired and are no longer available.
Loading