Skip to content

Web: update data sharing form text and nav #246

Web: update data sharing form text and nav

Web: update data sharing form text and nav #246

Triggered via push June 26, 2024 05:25
Status Success
Total duration 2m 20s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: API/OCM.Net/OCM.API.Model/Base/ChargePoint.cs#L237
'AddressInfo.GeneralComments' is obsolete
build: API/OCM.Net/OCM.API.Model/Base/ChargePoint.cs#L237
'AddressInfo.GeneralComments' is obsolete
build: API/OCM.Net/OCM.API.Client/OCMClient.cs#L241
Unreachable code detected
build: API/OCM.Net/OCM.API.Client/OCMClient.cs#L356
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: API/OCM.Net/OCM.API.Core/Util/SecurityHelper.cs#L49
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build: API/OCM.Net/OCM.API.Core/Util/SecurityHelper.cs#L49
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build: API/OCM.Net/OCM.API.Core/Common/UserSubscriptionManager.cs#L225
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: API/OCM.Net/OCM.API.Core/Util/CacheProviderMongoDB.cs#L422
'IMongoIndexManager<POIMongoDB>.CreateOne(IndexKeysDefinition<POIMongoDB>, CreateIndexOptions, CancellationToken)' is obsolete: 'Use CreateOne with a CreateIndexModel instead.'
build: API/OCM.Net/OCM.API.Core/Util/CacheProviderMongoDB.cs#L425
'IMongoIndexManager<POIMongoDB>.CreateOne(IndexKeysDefinition<POIMongoDB>, CreateIndexOptions, CancellationToken)' is obsolete: 'Use CreateOne with a CreateIndexModel instead.'
build: API/OCM.Net/OCM.API.Core/Util/CacheProviderMongoDB.cs#L426
'IMongoIndexManager<POIMongoDB>.CreateOne(IndexKeysDefinition<POIMongoDB>, CreateIndexOptions, CancellationToken)' is obsolete: 'Use CreateOne with a CreateIndexModel instead.'