DHI.Platform.SDK
2.3.3
Prefix Reserved
See the version list below for details.
dotnet add package DHI.Platform.SDK --version 2.3.3
NuGet\Install-Package DHI.Platform.SDK -Version 2.3.3
<PackageReference Include="DHI.Platform.SDK" Version="2.3.3" />
paket add DHI.Platform.SDK --version 2.3.3
#r "nuget: DHI.Platform.SDK, 2.3.3"
// Install DHI.Platform.SDK as a Cake Addin #addin nuget:?package=DHI.Platform.SDK&version=2.3.3 // Install DHI.Platform.SDK as a Cake Tool #tool nuget:?package=DHI.Platform.SDK&version=2.3.3
Platform SDK
How to work with platform SDK
See documentation on https://develop.mike-cloud.com/Sdk.html
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Azure.Storage.Blobs (>= 12.10.0)
- CloudNative.CloudEvents (>= 1.3.80)
- DHI.EUM (>= 20.0.0)
- Microsoft.AspNetCore.SignalR.Client (>= 3.1.9)
- Microsoft.AspNetCore.SignalR.Client.Core (>= 3.1.9)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.9)
- Microsoft.Extensions.Logging (>= 3.1.9)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.9)
- Microsoft.Extensions.Options (>= 3.1.9)
- Newtonsoft.Json (>= 12.0.3)
- NuGet.Protocol (>= 5.11.0)
- Polly.Extensions.Http (>= 3.0.0)
- System.ComponentModel.Annotations (>= 4.7.0)
- System.IO.Abstractions (>= 16.1.25)
- System.Linq.Async (>= 5.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on DHI.Platform.SDK:
Package | Downloads |
---|---|
DHI.Platform.SDK.Spatial
Package Description |
|
DHI.Workflow.Actions.Azure
Azure and MIKE Cloud actions for DHI Workflow. |
|
DHI.Platform.SDK.IAM
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.2 | 334 | 9/18/2024 |
3.1.1 | 760 | 7/24/2024 |
3.1.0 | 1,621 | 6/4/2024 |
3.0.1 | 4,800 | 5/4/2023 |
3.0.0 | 670 | 3/29/2023 |
2.3.4 | 5,328 | 9/23/2022 |
2.3.3 | 1,279 | 6/23/2022 |
2.3.2 | 6,183 | 3/25/2022 |
2.3.1 | 740 | 3/22/2022 |
2.3.0 | 6,449 | 3/10/2022 |
2.2.2 | 636 | 12/6/2021 |
2.2.0 | 2,243 | 11/26/2021 |
2.1.1 | 1,233 | 11/15/2021 |
___________________________________________________________
June 22, 2022 Release 2.3.3
- Clients DI registration: The UsePlatformSasTokens is changed from the boolean flag to options
Migrate from the bool value in the options
false => UsePlatformSasTokensOptions.No
true => UsePlatformSasTokensOptions.InnerServices
___________________________________________________________
March 25, 2022 Release 2.3.2
- New field in ComputeOptions - MaxExecutionElapsedTimeHours
- New VM size in ComputeOptions.PoolTypes - VM_H_60 (HC with 44 CPU cores)
___________________________________________________________
March 21, 2022 Release 2.3.1
- New SdkInfoClient with methods and properties to get info about SDK versions that works with the current platform services: GetLatestSdkVersionAsync, GetSdkSupportStatusAsync, GetSupportedSdkVersionsAsync, SdkPackageName, SdkVersion
- New TSUpdater writer - update writer for time series
- Support for time series with additional columns (flags) in time series client (UploadTimeSeriesValuesFramesAsync, GetTimeSeriesValuesFrameAsync, GetMultipleTimeSeriesValuesFramesAsync and CreateDataFramesAsync)
___________________________________________________________
March 8, 2022 Release 2.3.0
- Adding AdministrationClient with GetCreditsAsync, GetFeatureAsync and GetFeaturesListAsync
- Compute client suports IJobBuilder, IJobMonitor
- IComputeClient changes for CreateJob, GetMyExecutionsListAsync, GetEngineDefinitionsAsync, GetEngineDefinitionAsync, GetConfigurationListAsync
- IProjectClient MoveProjectAsync
- Internal subscriber to re-subscribe after reconnect of SignalR
- Fixed element calculation for grids
- Fixed calculating element position for nonequidistant grids
- Limit tests with file synchronization, waiting details messages
- Adding move project and dataset methods
- Fix upload helper for large files
- Fix empty tile client caching and add png compression
- Add resource requests for job service, enhance event handling, add communication channels
- Added scenario name for engine execution
___________________________________________________________
December 3, 2021 Release 2.2.2
- Memory and robustness optimization of large file stream upload.
___________________________________________________________
November 25, 2021 Release 2.2.0
- Using nuget.org for DHI packages
- Changes in IFileSynchronizationClient
___________________________________________________________
November 8, 2021 Release 2.1.1
- ITimeSeriesClient GetTimeSeriesValuesAsync renamed to GetMultipleTimeSeriesValuesAsync
- Using DHI.EUM 20.0.0-rc.1
- Nuget available on nuget.org
___________________________________________________________
November 5, 2021 Release 2.1.0
- IDatasetClient extended with "Move dataset" option
- IComputeClient extended with option to peek the engine/tool execution generated files
- Get the engine log for a running simulation
___________________________________________________________
September 1, 2021 Release 2.0.1
- Fix for work item #46458 - access level for projects is 0
___________________________________________________________
August 20, 2021 Release 2.0.0
- SDK is now split into two packages: DHI.Platform.SDK and DHI.Platform.SDK.Spatial. In order to use both packages, install nuget packages and initialize the SDK in your DI container, for example:
collection.AddPlatformClients(o =>
{
/* your initialization code here */
})
.AddPlatformSpatialClients();
- Services covered in DHI.Platform.SDK package:
- IComputeClient: covers the compute/engine service, see https://develop.mike-cloud.com/docs/SDK/HowTo/how-to-run-engine/
- ICustomerClient: allows retrieval of users within the tenant
- IDatasetClient: provides listing and searching of datasets
- IEventSubscriberClient: allows creating of event subscriptions, see https://develop.mike-cloud.com/docs/SDK/HowTo/how-to-subscribe-to-events/
- IFileSynchronizationClient: provides convenience methods for synchronizing folders and files with the cloud
- IHierarchyClient: provides methods for manipulating the hierarchy of files and folders in the cloud
- IProjectClient: provides methods for working with projects/folders (creating, listing, updating)
- IRawClient: allows working with files in the Raw storage, namely download of existing files, see https://develop.mike-cloud.com/docs/API/Raw-file-storage/
- ISharingClient: exposes the sharing functionality, see https://develop.mike-cloud.com/docs/API/Data-Sharing/Overview/
- ITilesClient: exposes the tiling service, see https://develop.mike-cloud.com/docs/API/Tiling-service/Tiling/
- ITimeSeriesClient: provides methods for working with timeseries via the timeseries service, see https://develop.mike-cloud.com/docs/API/Time-series/
- ITransferClient: provides methods for importing, exporting and converting data, see https://develop.mike-cloud.com/docs/SDK/HowTo/how-to-upload-files/
- Exception handling has been unified, so that only RestApiException (or derived RestApiException<T>) is thrown from http calls, regardless of the originating client.
- More verbose logging is now supported, configuration should be handled as described in https://develop.mike-cloud.com/docs/SDK/HowTo/how-to-add-logging/
___________________________________________________________
November 11, 2020 Initial release 1.0.0