KS.Fiks.Plan.Models.V2
0.9.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package KS.Fiks.Plan.Models.V2 --version 0.9.5
NuGet\Install-Package KS.Fiks.Plan.Models.V2 -Version 0.9.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KS.Fiks.Plan.Models.V2" Version="0.9.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KS.Fiks.Plan.Models.V2 --version 0.9.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: KS.Fiks.Plan.Models.V2, 0.9.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install KS.Fiks.Plan.Models.V2 as a Cake Addin #addin nuget:?package=KS.Fiks.Plan.Models.V2&version=0.9.5 // Install KS.Fiks.Plan.Models.V2 as a Cake Tool #tool nuget:?package=KS.Fiks.Plan.Models.V2&version=0.9.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
KS.Fiks.Plan.Models.V2
Innhold
Genererte C# modeller
Koden er generert fra json schema i spesifikasjonen.
Json schema
Json schema filene er med i nuget pakken som EmbeddedResource. Det vil si at skjemaene ikke er med som filer sammen med dll-filen når man henter ned nuget-pakken, men er tilgjengelig som ressurser i dll-filen. Se eksempel under for hvordan man kan laste inn skjema-filene.
Eksempel hente json schema
Assembly assembly = Assembly.LoadFrom("KS.Fiks.Plan.Models.V2.dll");
//List alle skjema
string[] resourceNames = assembly.GetManifestResourceNames();
foreach (string resourceName in resourceNames)
{
Console.WriteLine(resourceName);
}
//Hent ut et skjema
var stream = assembly.GetManifestResourceStream("KS.Fiks.Plan.Models.V2.Schema.V2.no.ks.fiks.plan.v2.oppdatering.planbehandling.registrer.schema.json");
if (stream == null)
{
return;
}
using (StreamReader reader = new StreamReader(stream))
{
string text = reader.ReadToEnd();
Console.WriteLine(text);
}
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.3)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.11 | 612 | 6/5/2024 |
0.9.10 | 9,948 | 4/24/2024 |
0.9.9 | 312 | 4/19/2024 |
0.9.8 | 449 | 3/14/2024 |
0.9.7 | 247 | 2/16/2024 |
0.9.6 | 149 | 2/14/2024 |
0.9.5 | 381 | 11/16/2023 |
0.9.4 | 256 | 6/21/2023 |
0.9.3 | 165 | 6/7/2023 |
0.9.2 | 377 | 5/21/2023 |
0.9.1 | 285 | 5/15/2023 |
0.9.0 | 169 | 5/4/2023 |
0.0.1-rc.build.202304111520... | 154 | 4/11/2023 |
0.0.1-build.20230314143609076 | 103 | 3/14/2023 |
0.0.1-build.20230313084543802 | 119 | 3/13/2023 |
0.0.1-build.20230216081306992 | 95 | 2/16/2023 |
0.0.1-build.20230124154642460 | 113 | 1/24/2023 |