Dibk.Ftpb.Integration.SvarUt 0.8.0

dotnet add package Dibk.Ftpb.Integration.SvarUt --version 0.8.0
NuGet\Install-Package Dibk.Ftpb.Integration.SvarUt -Version 0.8.0
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="Dibk.Ftpb.Integration.SvarUt" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dibk.Ftpb.Integration.SvarUt --version 0.8.0
#r "nuget: Dibk.Ftpb.Integration.SvarUt, 0.8.0"
#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 Dibk.Ftpb.Integration.SvarUt as a Cake Addin
#addin nuget:?package=Dibk.Ftpb.Integration.SvarUt&version=0.8.0

// Install Dibk.Ftpb.Integration.SvarUt as a Cake Tool
#tool nuget:?package=Dibk.Ftpb.Integration.SvarUt&version=0.8.0

SvarUt Forsendelse REST integration

This .Net Standard library integrates with the KS SvarUt REST API.

Usage

The SvarUtClient is registered by using the extension method in 'SvarUtClientExtensions'. 'SvarUtClient.SendForsendelse' is configured to have a 16 minute timeout. All the other methods use the default timeout value of 100 seconds.

Dotnet Core

Configuration of services

.ConfigureServices((_, services) =>
    {
        services.AddLogging();
        services.AddSvarUtClient(new Uri(_.Configuration["SvarUtConfigSettings:BaseAddress"]), _.Configuration["SvarUtConfigSettings:UserName"], _.Configuration["SvarUtConfigSettings:Password"]);
    });

About MimeTypes class

A copy and of the nuget package MimeTypes https://www.nuget.org/packages/MimeTypes which didn't support C# 7.3

Product 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.

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.8.0 352 2/8/2024
0.7.5 87 2/8/2024
0.7.4 118 2/7/2024
0.7.3 104 2/5/2024
0.7.2 213 12/21/2023
0.7.1 6,857 11/30/2022
0.7.0 416 11/4/2022
0.6.0 411 10/7/2022
0.6.0-beta 166 9/28/2022
0.5.0-beta 158 9/28/2022
0.5.0-alfa 151 9/28/2022
0.4.5 462 6/15/2022
0.4.1 630 3/29/2022
0.3.19 408 3/29/2022
0.3.17 426 3/29/2022
0.3.14 432 3/15/2022
0.3.13 422 3/15/2022
0.3.12 319 1/10/2022
0.3.11 330 12/15/2021
0.2.0 411 5/27/2021
0.1.0 489 1/29/2021

0.8.0
     - Lagt til builder av forsendelse for å gjøre det enklere å bygge forsendelse med flere dokumenter. Dette er spesialiesrt for bruk i DiBKs Fellestjenester Plan og Bygg.
     - Endret alle public metoder til postfix 'Async' for å indikere at de er asynkrone. Dette er breaking change.
     0.7.3
     - Flyttet logging av forsendelse payload slik at den kan kobles med forsendelsesId
     0.7.2
     - Lagt til mer logging ved oppbygging av forsendelse, samt verbose log av forsendelse payload
     0.7.0
     - Endret SvarUtRequestException til å arve fra Exception. Matcher inputparameter i konstruktør med navn på public property for å støtte deserialisering
     0.6.0
     - Endret SvarUtRequestException til å inneholde fullstendig SvarUtError rapportert av SvarUt APIet
     - La til ny property i dokument "InneholderPersonsensitivInformasjon"