Skip to content

修复 github action 报错,从 old-release.ubuntu.com 下载包 #21

修复 github action 报错,从 old-release.ubuntu.com 下载包

修复 github action 报错,从 old-release.ubuntu.com 下载包 #21

Triggered via push June 22, 2025 04:39
Status Success
Total duration 6m 48s
Artifacts
Build and Publish
6m 38s
Build and Publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Publish: src/Rougamo.Fody/Simulations/Types/TsWeavingTarget.cs#L14
Non-nullable property 'M_Proxy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Publish: src/Rougamo.Fody/Simulations/Types/TsWeavingTarget.cs#L12
Non-nullable property 'M_Actual' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Publish: src/Rougamo.Analyzers/Upgradation/Version4To5CodeFixProvider.cs#L52
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer
Build and Publish: src/Rougamo.Analyzers/Upgradation/Version4To5CodeFixProvider.cs#L48
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer
Build and Publish: src/Rougamo.Analyzers/Upgradation/Version4To5Analyzer.cs#L11
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build and Publish: src/Rougamo.Analyzers/LifetimeAttributeAnalyzer.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build and Publish: src/Rougamo.Analyzers/Upgradation/PropertyRules/FlagsRule.cs#L33
Dereference of a possibly null reference.