Changes for dotnet 9.0 #581
Annotations
10 warnings
Build:
src/gsudo/Native/ProcessApi.cs#L177
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build:
src/gsudo/Native/ProcessApi.cs#L177
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build:
src/gsudo/Native/ProcessApi.cs#L188
'ReliabilityContractAttribute' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
|
Build:
src/gsudo/Native/ProcessApi.cs#L188
'Consistency' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
|
Build:
src/gsudo/Native/ProcessApi.cs#L188
'Cer' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
|
Build:
src/gsudo/Tokens/TokenProvider.cs#L122
Unreachable code detected
|
Build:
src/gsudo/ProcessRenderers/TokenSwitchRenderer.cs#L64
The variable 'ex' is declared but never used
|
Build:
src/gsudo/Helpers/ServiceHelper.cs#L53
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.
|
Build:
src/gsudo/ProcessHosts/AttachedConsoleHost.cs#L38
The variable 'ex' is declared but never used
|
Build:
src/gsudo/Helpers/SymbolicLinkSupport.cs#L13
The field 'SymbolicLinkSupport.RealRoot' is never used
|
Loading