chore: upgrade to .net 8 (forced) #104
Annotations
1 error and 11 warnings
generate
Process completed with exit code 249.
|
generate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
generate:
CFLookup/Pages/Index.cshtml.cs#L40
Cannot convert null literal to non-nullable reference type.
|
generate:
CFLookup/Program.cs#L171
Cannot convert null literal to non-nullable reference type.
|
generate:
CFLookup/Program.cs#L172
Cannot convert null literal to non-nullable reference type.
|
generate:
CFLookup/Program.cs#L15
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.
|
generate:
CFLookup/Program.cs#L13
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
generate:
CFLookup/Jobs/SaveMinecraftModStats.cs#L82
Non-nullable property 'GameVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
generate:
CFLookup/Models/CurseForgeManifest.cs#L23
Non-nullable property 'Minecraft' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
generate:
CFLookup/Models/CurseForgeManifest.cs#L27
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
generate:
CFLookup/Models/CurseForgeManifest.cs#L28
Non-nullable property 'Modloaders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
generate:
CFLookup/Models/CurseForgeManifest.cs#L32
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|