Continue/continue acm class #12
Annotations
13 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
test:
Amino.NET/helpers.cs#L14
The type name 'helpers' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
test:
Amino.NET/Builders/PostBuilder.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
test:
Amino.NET/Builders/PostBuilder.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
test:
Amino.NET/Builders/PostBuilder.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
test:
Amino.NET/Builders/PostBuilder.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
test:
Amino.NET/WebSocketHandler.cs#L93
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.
|
test:
Amino.NET/Client.cs#L1334
The variable '_flagType' is declared but never used
|
test:
Amino.NET/helpers.cs#L59
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
|
test:
Amino.NET/helpers.cs#L74
'TimeZone' is obsolete: 'System.TimeZone has been deprecated. Investigate the use of System.TimeZoneInfo instead.'
|
test:
Amino.NET/helpers.cs#L14
The type name 'helpers' only contains lower-cased ascii characters. Such names may become reserved for the language.
|