尝试修复 github actions 中 mono 环境初始化失败的问题(#108) #185
Annotations
1 error and 34 warnings
|
Linux
Process completed with exit code 134.
|
|
Linux
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Linux:
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.
|
|
Linux:
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
|
|
Linux:
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
|
|
Linux:
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)
|
|
Linux:
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)
|
|
Linux:
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)
|
|
Linux:
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)
|
|
Linux:
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)
|
|
Linux:
src/Rougamo.Analyzers/Upgradation/PropertyRules/FlagsRule.cs#L33
Dereference of a possibly null reference.
|
|
Linux
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Linux
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Windows
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Windows:
src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L20
Non-nullable property 'F_MoAwaiter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Windows:
src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L18
Non-nullable property 'F_Awaiter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Windows:
src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L14
Non-nullable field '_fBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Windows:
src/Rougamo.Fody/Simulations/Types/TsIteratorStateMachine.cs#L18
Non-nullable property 'F_Iterator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Windows:
src/Rougamo.Fody/Simulations/Types/TsIteratorStateMachine.cs#L14
Non-nullable property 'F_Current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Windows:
src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L23
Non-nullable property 'F_Parameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Windows:
src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L15
Non-nullable property 'F_MethodContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Windows:
src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L11
Non-nullable field '_fState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Windows:
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.
|
|
Windows:
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.
|
|
Windows:
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.
|
|
Windows:
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.
|
|
Windows:
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
|
|
Windows:
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
|
|
Windows:
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)
|
|
Windows:
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)
|
|
Windows:
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)
|
|
Windows:
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)
|
|
Windows:
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)
|
|
Windows:
src/Rougamo.Analyzers/Upgradation/PropertyRules/FlagsRule.cs#L33
Dereference of a possibly null reference.
|
|
Windows
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|