Overby.LINQPad.FileDriver 0.0.1-alpha7

This is a prerelease version of Overby.LINQPad.FileDriver.
dotnet add package Overby.LINQPad.FileDriver --version 0.0.1-alpha7
NuGet\Install-Package Overby.LINQPad.FileDriver -Version 0.0.1-alpha7
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="Overby.LINQPad.FileDriver" Version="0.0.1-alpha7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Overby.LINQPad.FileDriver --version 0.0.1-alpha7
#r "nuget: Overby.LINQPad.FileDriver, 0.0.1-alpha7"
#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 Overby.LINQPad.FileDriver as a Cake Addin
#addin nuget:?package=Overby.LINQPad.FileDriver&version=0.0.1-alpha7&prerelease

// Install Overby.LINQPad.FileDriver as a Cake Tool
#tool nuget:?package=Overby.LINQPad.FileDriver&version=0.0.1-alpha7&prerelease

Overby.LINQPad.FileDriver

What's it do?

This driver allows you to define a connection and point it to a folder full of data files (csv only for now). A datacontext will be generated so that you can query the files in the folder. Each file in the folder will have a class generated for it. Each property in the generated class will have the type that best fits the data in the file.

Kind of like an F# type provider? - Michael Ciccotti

Yes. Kind of like that.

Installation

Configuration

https://github.com/ronnieoverby/Overby.LINQPad.FileDriver/wiki/Configuration

Gotchas

https://github.com/ronnieoverby/Overby.LINQPad.FileDriver/wiki/Troubleshooting

Todo

https://github.com/ronnieoverby/Overby.LINQPad.FileDriver/wiki/Todo

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 netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.0.1-alpha7 336 11/19/2020
0.0.1-alpha6 341 6/10/2020
0.0.1-alpha5 314 4/28/2020
0.0.1-alpha4 261 4/27/2020
0.0.1-alpha3 283 4/14/2020

fixes a parsing bug
config api
file manipulation
virtual/auto csv headers