Pull shared components to shared project #293
Open
Annotations
17 warnings
src/WHMapper.Shared/Services/SDE/SDEServiceManager.cs#L236
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.
|
src/WHMapper.Shared/Services/SDE/SDEServiceManager.cs#L253
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.
|
src/WHMapper.Shared/Services/SDE/SDEServiceManager.cs#L284
Dereference of a possibly null reference.
|
src/WHMapper.Shared/Services/EveMapper/EveMapperTracker.cs#L91
Dereference of a possibly null reference.
|
src/WHMapper.Shared/Services/EveMapper/EveMapperTracker.cs#L97
Possible null reference assignment.
|
src/WHMapper.Shared/Services/EveMapper/EveMapperTracker.cs#L105
Dereference of a possibly null reference.
|
src/WHMapper.Shared/Services/EveMapper/EveMapperService.cs#L45
Possible null reference argument for parameter 'arg' in 'TEntity Func<TEveApiEntity, TEntity>.Invoke(TEveApiEntity arg)'.
|
src/WHMapper/Program.cs#L54
Possible null reference argument for parameter 'configuration' in 'ConnectionMultiplexer ConnectionMultiplexer.Connect(string configuration, TextWriter? log = null)'.
|
src/WHMapper/Program.cs#L142
Possible null reference assignment.
|
src/WHMapper/Program.cs#L143
Possible null reference assignment.
|
src/WHMapper.Tests/Services/Anoik/AnoikServicesTests.cs#L41
Possible null reference argument for parameter 'systemName' in 'int? AnoikServices.GetSystemId(string systemName)'.
|
src/WHMapper.Tests/WHHelper/EveWHMapperEntityTest.cs#L59
Non-nullable field '_eveMapperService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/WHMapper.Tests/WHHelper/EveWHMapperEntityTest.cs#L59
Non-nullable field '_eveMapperCacheService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/WHMapper.Tests/WHHelper/EveWHMapperHelperTest.cs#L136
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
src/WHMapper.Tests/WHHelper/EveWHMapperRoutePlannerHelperTest.cs#L73
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
src/WHMapper.Tests/Services/SDE/SdeServiceManagerIntegrationTests.cs#L52
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
src/WHMapper.Tests/Services/SDE/SdeServicesTests.cs#L180
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading