Dibk.Ftpb.Integration.SvarUt 0.5.0-beta

This is a prerelease version of Dibk.Ftpb.Integration.SvarUt.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Dibk.Ftpb.Integration.SvarUt --version 0.5.0-beta
                    
NuGet\Install-Package Dibk.Ftpb.Integration.SvarUt -Version 0.5.0-beta
                    
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.5.0-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dibk.Ftpb.Integration.SvarUt" Version="0.5.0-beta" />
                    
Directory.Packages.props
<PackageReference Include="Dibk.Ftpb.Integration.SvarUt" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dibk.Ftpb.Integration.SvarUt --version 0.5.0-beta
                    
#r "nuget: Dibk.Ftpb.Integration.SvarUt, 0.5.0-beta"
                    
#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.
#:package Dibk.Ftpb.Integration.SvarUt@0.5.0-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dibk.Ftpb.Integration.SvarUt&version=0.5.0-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Dibk.Ftpb.Integration.SvarUt&version=0.5.0-beta&prerelease
                    
Install as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.6 498 3/26/2025
0.8.5 238 2/26/2025
0.8.4 179 1/2/2025
0.8.3 279 11/5/2024
0.8.2 211 9/9/2024
0.8.1 146 7/8/2024
0.8.0 546 2/8/2024
0.7.5 138 2/8/2024
0.7.4 170 2/7/2024
0.7.3 155 2/5/2024
0.7.2 265 12/21/2023
0.7.1 6,950 11/30/2022
0.7.0 481 11/4/2022
0.6.0 480 10/7/2022
0.6.0-beta 230 9/28/2022
0.5.0-beta 228 9/28/2022
0.5.0-alfa 221 9/28/2022
0.4.5 544 6/15/2022
0.4.1 714 3/29/2022
0.3.19 489 3/29/2022
0.3.17 513 3/29/2022
0.3.14 521 3/15/2022
0.3.13 506 3/15/2022
0.3.12 406 1/10/2022
0.3.11 416 12/15/2021
0.2.0 503 5/27/2021
0.1.0 584 1/29/2021