Add GitVersion tool installation and versioning to CI/CD workflows; #586
Annotations
10 warnings
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/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/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/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/Program.cs#L53
Possible null reference argument for parameter 'configuration' in 'ConnectionMultiplexer ConnectionMultiplexer.Connect(string configuration, TextWriter? log = null)'.
|
SonarCloud Build and Analyze π π§ͺ:
src/WHMapper/Program.cs#L140
Possible null reference assignment.
|
SonarCloud Build and Analyze π π§ͺ:
src/WHMapper/Program.cs#L141
Possible null reference assignment.
|
Loading