Skip to content

Update ci-cd.yaml (#126) #162

Update ci-cd.yaml (#126)

Update ci-cd.yaml (#126) #162

Triggered via push August 30, 2023 12:14
Status Success
Total duration 4m 8s
Artifacts

ci-cd.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: WHMapper/Models/Custom/Node/EveSystemLinkModel.cs#L17
'EveSystemLinkModel.Id' hides inherited member 'Model.Id'. Use the new keyword if hiding was intended.
build: WHMapper/Services/Anoik/AnoikServices.cs#L113
Nullability of reference types in return type of 'Task<IEnumerable<KeyValuePair<string, string>>?> AnoikServices.GetSystemStatics(string systemName)' doesn't match implicitly implemented member 'Task<IEnumerable<KeyValuePair<string, string>>> IAnoikServices.GetSystemStatics(string systemName)'.
build: WHMapper/Services/Anoik/AnoikServices.cs#L149
Nullability of reference types in return type of 'IEnumerable<KeyValuePair<string, string>>? AnoikServices.GetSystemEffectsInfos(string effectName, string systemClass)' doesn't match implicitly implemented member 'IEnumerable<KeyValuePair<string, string>> IAnoikServices.GetSystemEffectsInfos(string effectName, string systemClass)' (possibly because of nullability attributes).
build: WHMapper/Services/Anoik/AnoikServices.cs#L209
Nullability of reference types in return type of 'Task<IEnumerable<WormholeTypeInfo>?> AnoikServices.GetWormholeTypes()' doesn't match implicitly implemented member 'Task<IEnumerable<WormholeTypeInfo>> IAnoikServices.GetWormholeTypes()'.
build: WHMapper/Services/EveOAuthProvider/EVEOnlinePostConfigureOptions.cs#L11
Nullability of reference types in type of parameter 'name' of 'void EVEOnlinePostConfigureOptions.PostConfigure(string name, EVEOnlineAuthenticationOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<EVEOnlineAuthenticationOptions>.PostConfigure(string? name, EVEOnlineAuthenticationOptions options)' (possibly because of nullability attributes).
build: WHMapper/Services/WHSignatures/WHSignatureHelper.cs#L25
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: WHMapper/Services/WHSignatures/WHSignatureHelper.cs#L43
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: WHMapper/Models/DTO/SDE/SDESolarSystem.cs#L62
Non-nullable property 'Center' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: WHMapper/Models/DTO/SDE/SDESolarSystem.cs#L62
Non-nullable property 'DisallowedAnchorCategories' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: WHMapper/Models/DTO/SDE/SDESolarSystem.cs#L62
Non-nullable property 'Max' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
'EveSystemLinkModel.Id' hides inherited member 'Model.Id'. Use the new keyword if hiding was intended.
build
Nullability of reference types in return type of 'Task<IEnumerable<KeyValuePair<string, string>>?> AnoikServices.GetSystemStatics(string systemName)' doesn't match implicitly implemented member 'Task<IEnumerable<KeyValuePair<string, string>>> IAnoikServices.GetSystemStatics(string systemName)'.
build
Nullability of reference types in return type of 'IEnumerable<KeyValuePair<string, string>>? AnoikServices.GetSystemEffectsInfos(string effectName, string systemClass)' doesn't match implicitly implemented member 'IEnumerable<KeyValuePair<string, string>> IAnoikServices.GetSystemEffectsInfos(string effectName, string systemClass)' (possibly because of nullability attributes).
build
Nullability of reference types in return type of 'Task<IEnumerable<WormholeTypeInfo>?> AnoikServices.GetWormholeTypes()' doesn't match implicitly implemented member 'Task<IEnumerable<WormholeTypeInfo>> IAnoikServices.GetWormholeTypes()'.
build
Nullability of reference types in type of parameter 'name' of 'void EVEOnlinePostConfigureOptions.PostConfigure(string name, EVEOnlineAuthenticationOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<EVEOnlineAuthenticationOptions>.PostConfigure(string? name, EVEOnlineAuthenticationOptions options)' (possibly because of nullability attributes).
build
Possible null reference assignment.
build
Possible null reference assignment.
build
Dereference of a possibly null reference.
build
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
Non-nullable property 'Center' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.