修复 github action 报错,从 old-release.ubuntu.com 下载包 #21
publish-release-tag.yml
on: push
Build and Publish
6m 38s
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/LifetimeAttributeAnalyzer.cs#L29
Enable analyzer release tracking for the analyzer project containing rule 'RGM0521' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
Build and Publish:
src/Rougamo.Analyzers/LifetimeAttributeAnalyzer.cs#L30
Enable analyzer release tracking for the analyzer project containing rule 'RGM0522' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
Build and Publish:
src/Rougamo.Analyzers/LifetimeAttributeAnalyzer.cs#L28
Enable analyzer release tracking for the analyzer project containing rule 'RGM0520' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
Build and Publish:
src/Rougamo.Analyzers/Upgradation/PropertyRules/FlagsRule.cs#L33
Dereference of a possibly null reference.
|