Mistware.Files 1.0.0

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

// Install Mistware.Files as a Cake Tool
#tool nuget:?package=Mistware.Files&version=1.0.0

Mistware.Files - miscellaneous utilities for handling files

These are utilities to simplify the task of storing, uploading and downloading files in web applications. In particular: matching classes to handle local an Azure file storage, logging on blob append storage and large file upload / download.

Local file storage or Azure file storage can be selected by configuration, which facilites migration between Azure Web App hosting and normal web server hosting.

The large file upload / download is based on a Microsoft article Upload files in ASP.NET Core and sample. Code from the Streamed Single File Upload Physical example was adapted and incorporated into this library, in order to hide the complexity from any web app (with the aim of making the web app easier to maintain).

Documentation

Each class has Intellisense documentation. There is also a MistwareFiles.doc file, with additional usage guidance.

Usage

To add the nuget package to a .Net Core application:

dotnet add package Mistware.Files 

Testing

Mistware.Files has a basic test suite in the test folder (MistwareFilesTest.csproj)

There is also an example web application in webapp, based on the Microsoft Upload sample (see above).

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 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Mistware.Files:

Package Downloads
Mistware.Postman

Library to do Mail Merge, using SendGrid as the mail engine.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 648 4/24/2020