在 net8.0 和 net9.0 中,完全移除 Newtonsoft.Json,使用 System.Text.Json #166
Annotations
2 errors, 12 warnings, and 1 notice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/dotnetCampus.Ipc.Analyzers/CodeFixes/AddIpcShapeCodeFixProvider.cs#L66
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/dotnetCampus.Ipc.Analyzers/CodeAnalysis/Utils/SemanticModelsHelper.cs#L37
Dereference of a possibly null reference.
|
|
src/dotnetCampus.Ipc.Analyzers/Generators/Models/SourceTextBuilder.cs#L54
Dereference of a possibly null reference.
|
|
|
|
|
|
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading