Overby.LINQPad.FileDriver
0.0.1-alpha5
See the version list below for details.
dotnet add package Overby.LINQPad.FileDriver --version 0.0.1-alpha5
NuGet\Install-Package Overby.LINQPad.FileDriver -Version 0.0.1-alpha5
<PackageReference Include="Overby.LINQPad.FileDriver" Version="0.0.1-alpha5" />
paket add Overby.LINQPad.FileDriver --version 0.0.1-alpha5
#r "nuget: Overby.LINQPad.FileDriver, 0.0.1-alpha5"
// Install Overby.LINQPad.FileDriver as a Cake Addin #addin nuget:?package=Overby.LINQPad.FileDriver&version=0.0.1-alpha5&prerelease // Install Overby.LINQPad.FileDriver as a Cake Tool #tool nuget:?package=Overby.LINQPad.FileDriver&version=0.0.1-alpha5&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 | 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 | 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. |
-
.NETCoreApp 3.0
- LINQPad.Reference (>= 1.1.0)
- Newtonsoft.Json (>= 12.0.3)
- Overby.Extensions.Text (>= 1.0.0-beta2)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.6
- LINQPad.Reference (>= 1.1.0)
- Newtonsoft.Json (>= 12.0.3)
- Overby.Extensions.Text (>= 1.0.0-beta2)
- System.ValueTuple (>= 4.5.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.0.1-alpha7 | 370 | 11/19/2020 |
0.0.1-alpha6 | 360 | 6/10/2020 |
0.0.1-alpha5 | 339 | 4/28/2020 |
0.0.1-alpha4 | 274 | 4/27/2020 |
0.0.1-alpha3 | 296 | 4/14/2020 |
Initial nuget release.