fixed access issues with LinkInfoExtensions #13
Annotations
13 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Setup .NET
.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.
|
Build and test:
Amino.NET/helpers.cs#L14
The type name 'helpers' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build and test:
Amino.NET/Builders/PostBuilder.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build and test:
Amino.NET/Builders/PostBuilder.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build and test:
Amino.NET/Builders/PostBuilder.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build and test:
Amino.NET/Builders/PostBuilder.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build and 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.
|
Build and test:
Amino.NET/Client.cs#L1334
The variable '_flagType' is declared but never used
|
Build and 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)
|
Build and test:
Amino.NET/helpers.cs#L74
'TimeZone' is obsolete: 'System.TimeZone has been deprecated. Investigate the use of System.TimeZoneInfo instead.'
|
Build and test:
Amino.NET/helpers.cs#L14
The type name 'helpers' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Loading