Update package and Enhance version management and UI with version dis… #587
Annotations
1 error and 10 warnings
Generate version
Process completed with exit code 127.
|
SonarCloud Build and Analyze 🚀 🧪:
src/WHMapper/Services/EveMapper/EveMapperTracker.cs#L90
Dereference of a possibly null reference.
|
SonarCloud Build and Analyze 🚀 🧪:
src/WHMapper/Services/EveMapper/EveMapperTracker.cs#L95
Possible null reference assignment.
|
SonarCloud Build and Analyze 🚀 🧪:
src/WHMapper/Services/EveMapper/EveMapperTracker.cs#L103
Dereference of a possibly null reference.
|
SonarCloud Build and Analyze 🚀 🧪:
src/WHMapper/Services/EveMapper/EveMapperService.cs#L45
Possible null reference argument for parameter 'arg' in 'TEntity Func<TEveApiEntity, TEntity>.Invoke(TEveApiEntity arg)'.
|
SonarCloud Build and Analyze 🚀 🧪:
src/WHMapper/Pages/Mapper/Administration/Map/RemoveAccess.cs#L77
The variable 'ex' is declared but never used
|
SonarCloud Build and Analyze 🚀 🧪:
src/WHMapper/Services/SDE/SDEServiceManager.cs#L243
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.
|
SonarCloud Build and Analyze 🚀 🧪:
src/WHMapper/Pages/Mapper/Administration/Map/RemoveAccess.cs#L108
The variable 'ex' is declared but never used
|
SonarCloud Build and Analyze 🚀 🧪:
src/WHMapper/Services/SDE/SDEServiceManager.cs#L260
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.
|
SonarCloud Build and Analyze 🚀 🧪:
src/WHMapper/Services/SDE/SDEServiceManager.cs#L291
Dereference of a possibly null reference.
|
SonarCloud Build and Analyze 🚀 🧪:
src/WHMapper/Program.cs#L53
Possible null reference argument for parameter 'configuration' in 'ConnectionMultiplexer ConnectionMultiplexer.Connect(string configuration, TextWriter? log = null)'.
|
Loading