diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3e759b7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,330 @@
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
+
+# User-specific files
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUNIT
+*.VisualState.xml
+TestResult.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+**/Properties/launchSettings.json
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_i.h
+*.ilk
+*.meta
+*.obj
+*.iobj
+*.pch
+*.pdb
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*.log
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# JustCode is a .NET coding add-in
+.JustCode
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!*.[Cc]ache/
+
+# Others
+ClientBin/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# JetBrains Rider
+.idea/
+*.sln.iml
+
+# CodeRush
+.cr/
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
diff --git a/.idea/.idea.Ultz.BeagleFramework/.idea/contentModel.xml b/.idea/.idea.Ultz.BeagleFramework/.idea/contentModel.xml
deleted file mode 100644
index 3b73db4..0000000
--- a/.idea/.idea.Ultz.BeagleFramework/.idea/contentModel.xml
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/.idea.Ultz.BeagleFramework/.idea/indexLayout.xml b/.idea/.idea.Ultz.BeagleFramework/.idea/indexLayout.xml
deleted file mode 100644
index f1feadf..0000000
--- a/.idea/.idea.Ultz.BeagleFramework/.idea/indexLayout.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/.idea.Ultz.BeagleFramework/.idea/modules.xml b/.idea/.idea.Ultz.BeagleFramework/.idea/modules.xml
deleted file mode 100644
index a0763f2..0000000
--- a/.idea/.idea.Ultz.BeagleFramework/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/.idea.Ultz.BeagleFramework/.idea/vcs.xml b/.idea/.idea.Ultz.BeagleFramework/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/.idea.Ultz.BeagleFramework/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/.idea.Ultz.BeagleFramework/.idea/workspace.xml b/.idea/.idea.Ultz.BeagleFramework/.idea/workspace.xml
deleted file mode 100644
index 3b535de..0000000
--- a/.idea/.idea.Ultz.BeagleFramework/.idea/workspace.xml
+++ /dev/null
@@ -1,1216 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Storagemanager.Instance.Engine
- Ultz.Online.Core.Storage
- [NotNull]
- Npgsql
- refres
-
-
- _engine
- Ultz.BeagleFramework
- Sqlite
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
- DEFINITION_ORDER
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1525547929295
-
-
- 1525547929295
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- file://$PROJECT_DIR$/Ultz.BeagleFramework.SQLite/SqliteConnector.cs
- 16
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/.idea.Ultz.BeagleFramework/riderModule.iml b/.idea/.idea.Ultz.BeagleFramework/riderModule.iml
deleted file mode 100644
index 1a4e0d9..0000000
--- a/.idea/.idea.Ultz.BeagleFramework/riderModule.iml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.nuget/nuget.props b/.nuget/nuget.props
new file mode 100644
index 0000000..6febf59
--- /dev/null
+++ b/.nuget/nuget.props
@@ -0,0 +1,11 @@
+
+
+ 2.0.0-alpha
+ true
+ Beagle Framework is an add-on for the ADO.NET platform, providing easier and effective access to databases.
+ This is a pre-release version of the upcoming rewrite of Beagle Framework.
+ https://github.com/ultz/beagleframework
+ git
+ MIT
+
+
\ No newline at end of file
diff --git a/.vs/Ultz.BeagleFramework/v15/.suo b/.vs/Ultz.BeagleFramework/v15/.suo
deleted file mode 100644
index f402447..0000000
Binary files a/.vs/Ultz.BeagleFramework/v15/.suo and /dev/null differ
diff --git a/.vs/Ultz.BeagleFramework/v15/Server/sqlite3/db.lock b/.vs/Ultz.BeagleFramework/v15/Server/sqlite3/db.lock
deleted file mode 100644
index e69de29..0000000
diff --git a/.vs/Ultz.BeagleFramework/v15/Server/sqlite3/storage.ide b/.vs/Ultz.BeagleFramework/v15/Server/sqlite3/storage.ide
deleted file mode 100644
index 0c9e30b..0000000
Binary files a/.vs/Ultz.BeagleFramework/v15/Server/sqlite3/storage.ide and /dev/null differ
diff --git a/BeagleTestApp/BeagleTestApp.csproj b/BeagleTestApp/BeagleTestApp.csproj
deleted file mode 100644
index 10cae6c..0000000
--- a/BeagleTestApp/BeagleTestApp.csproj
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
- Exe
- netcoreapp2.0
-
-
-
-
-
- {9267B5FD-5628-48E8-8820-C2DBCF2D56D6}
- Ultz.BeagleFramework.SQLite
-
-
-
-
-
\ No newline at end of file
diff --git a/BeagleTestApp/BeagleTestApp.csproj.user b/BeagleTestApp/BeagleTestApp.csproj.user
deleted file mode 100644
index baf2417..0000000
--- a/BeagleTestApp/BeagleTestApp.csproj.user
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
- false
-
-
\ No newline at end of file
diff --git a/BeagleTestApp/Person.cs b/BeagleTestApp/Person.cs
deleted file mode 100644
index 5bad08c..0000000
--- a/BeagleTestApp/Person.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-using Ultz.BeagleFramework.Common.Models;
-
-namespace BeagleTestApp
-{
- public class MyDatabase : DataStore
- {
- public Table People { get; set; }
- public Table Friends { get; set; }
- }
-
- public class Person : DataModel
- {
- public string Name { get; set; }
- }
-
- public class Friend : DataModel
- {
- public string FriendName { get; set; }
- public string Name { get; set; }
- }
-}
\ No newline at end of file
diff --git a/BeagleTestApp/Program.cs b/BeagleTestApp/Program.cs
deleted file mode 100644
index 883e36c..0000000
--- a/BeagleTestApp/Program.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-using System;
-using System.Diagnostics;
-using Ultz.BeagleFramework;
-using Ultz.BeagleFramework.Common;
-using Ultz.BeagleFramework.PostgreSql;
-using Ultz.BeagleFramework.SQLite;
-
-namespace BeagleTestApp
-{
- class Program
- {
- static void Main(string[] args)
- {
- var context = Beagle.CreateContext(new SqliteEngine("Filename=./test3.db"));
- Debug.WriteLine(context.Store.People == null);
- context.Store.People.Add(new Person() {Name = "Dylan"});
- context.Store.Friends.Add(new Friend() {FriendName = "Dylan", Name = "Brad"});
- context.Store.Friends.Add(new Friend() { FriendName = "Dylan", Name = "Jacob" });
- foreach (var person in context.Store.People)
- {
- Console.WriteLine("[Person] Name="+person.Name);
- }
- foreach (var f in context.Store.Friends)
- {
- Console.WriteLine("[Friend] Name=" + f.Name,",FriendName="+f.Name);
- }
-
- Console.ReadLine();
- }
- }
-}
\ No newline at end of file
diff --git a/BeagleTestApp/bin/Debug/BeagleTestApp.1.0.0.nupkg b/BeagleTestApp/bin/Debug/BeagleTestApp.1.0.0.nupkg
deleted file mode 100644
index fc3eb54..0000000
Binary files a/BeagleTestApp/bin/Debug/BeagleTestApp.1.0.0.nupkg and /dev/null differ
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.deps.json b/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.deps.json
deleted file mode 100644
index 41c84c8..0000000
--- a/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.deps.json
+++ /dev/null
@@ -1,585 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v2.0",
- "signature": "2b2bafc18a20cd15d9fead1fd8b56461d5573d59"
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v2.0": {
- "BeagleTestApp/1.0.0": {
- "dependencies": {
- "Ultz.BeagleFramework": "1.1.0",
- "Ultz.BeagleFramework.MySql": "1.1.0",
- "Ultz.BeagleFramework.Npgsql": "1.1.0",
- "Ultz.BeagleFramework.SQLite": "1.1.0",
- "Ultz.BeagleFramework.SqlServer": "1.1.0"
- },
- "runtime": {
- "BeagleTestApp.dll": {}
- }
- },
- "Google.Protobuf/3.5.1": {
- "runtime": {
- "lib/netstandard1.0/Google.Protobuf.dll": {}
- }
- },
- "Microsoft.Data.Sqlite/2.1.0": {
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "2.1.0",
- "SQLitePCLRaw.bundle_green": "1.1.11"
- }
- },
- "Microsoft.Data.Sqlite.Core/2.1.0": {
- "dependencies": {
- "SQLitePCLRaw.core": "1.1.11"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.NETCore.Targets/1.1.0": {},
- "Microsoft.Win32.Registry/4.4.0": {
- "dependencies": {
- "System.Security.AccessControl": "4.4.0",
- "System.Security.Principal.Windows": "4.4.0"
- },
- "runtimeTargets": {
- "runtime/unix/lib/_._": {
- "rid": "unix",
- "assetType": "runtime"
- },
- "runtime/win/lib/_._": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "MySql.Data/8.0.11": {
- "dependencies": {
- "Google.Protobuf": "3.5.1",
- "System.Configuration.ConfigurationManager": "4.4.0",
- "System.Security.Permissions": "4.4.0",
- "System.Text.Encoding.CodePages": "4.4.0"
- },
- "runtime": {
- "lib/netcoreapp2.0/MySql.Data.dll": {}
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "Npgsql/3.2.7": {
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Npgsql.dll": {}
- }
- },
- "runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "dependencies": {
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
- }
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "runtimeTargets": {
- "runtimes/win-arm64/native/sni.dll": {
- "rid": "win-arm64",
- "assetType": "native"
- }
- }
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "runtimeTargets": {
- "runtimes/win-x64/native/sni.dll": {
- "rid": "win-x64",
- "assetType": "native"
- }
- }
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "runtimeTargets": {
- "runtimes/win-x86/native/sni.dll": {
- "rid": "win-x86",
- "assetType": "native"
- }
- }
- },
- "SQLitePCLRaw.bundle_green/1.1.11": {
- "dependencies": {
- "SQLitePCLRaw.core": "1.1.11",
- "SQLitePCLRaw.lib.e_sqlite3.linux": "1.1.11",
- "SQLitePCLRaw.lib.e_sqlite3.osx": "1.1.11",
- "SQLitePCLRaw.lib.e_sqlite3.v110_xp": "1.1.11",
- "SQLitePCLRaw.provider.e_sqlite3.netstandard11": "1.1.11"
- },
- "runtime": {
- "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": {},
- "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": {}
- }
- },
- "SQLitePCLRaw.core/1.1.11": {
- "runtime": {
- "lib/netstandard1.1/SQLitePCLRaw.core.dll": {}
- }
- },
- "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.11": {
- "runtimeTargets": {
- "runtimes/alpine-x64/native/libe_sqlite3.so": {
- "rid": "alpine-x64",
- "assetType": "native"
- },
- "runtimes/linux-arm/native/libe_sqlite3.so": {
- "rid": "linux-arm",
- "assetType": "native"
- },
- "runtimes/linux-arm64/native/libe_sqlite3.so": {
- "rid": "linux-arm64",
- "assetType": "native"
- },
- "runtimes/linux-armel/native/libe_sqlite3.so": {
- "rid": "linux-armel",
- "assetType": "native"
- },
- "runtimes/linux-musl-x64/native/libe_sqlite3.so": {
- "rid": "linux-musl-x64",
- "assetType": "native"
- },
- "runtimes/linux-x64/native/libe_sqlite3.so": {
- "rid": "linux-x64",
- "assetType": "native"
- },
- "runtimes/linux-x86/native/libe_sqlite3.so": {
- "rid": "linux-x86",
- "assetType": "native"
- }
- }
- },
- "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.11": {
- "runtimeTargets": {
- "runtimes/osx-x64/native/libe_sqlite3.dylib": {
- "rid": "osx-x64",
- "assetType": "native"
- }
- }
- },
- "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.11": {
- "runtimeTargets": {
- "runtimes/win-x64/native/e_sqlite3.dll": {
- "rid": "win-x64",
- "assetType": "native"
- },
- "runtimes/win-x86/native/e_sqlite3.dll": {
- "rid": "win-x86",
- "assetType": "native"
- },
- "runtimes/win8-arm/native/e_sqlite3.dll": {
- "rid": "win8-arm",
- "assetType": "native"
- }
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.11": {
- "dependencies": {
- "SQLitePCLRaw.core": "1.1.11"
- },
- "runtime": {
- "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- }
- },
- "System.Collections/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Configuration.ConfigurationManager/4.4.0": {
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "4.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
- }
- },
- "System.Data.SqlClient/4.4.3": {
- "dependencies": {
- "Microsoft.Win32.Registry": "4.4.0",
- "System.Security.Principal.Windows": "4.4.0",
- "System.Text.Encoding.CodePages": "4.4.0",
- "runtime.native.System.Data.SqlClient.sni": "4.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Data.SqlClient.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": {
- "rid": "unix",
- "assetType": "runtime"
- },
- "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Security.AccessControl/4.4.0": {
- "dependencies": {
- "System.Security.Principal.Windows": "4.4.0"
- },
- "runtimeTargets": {
- "runtime/unix/lib/_._": {
- "rid": "unix",
- "assetType": "runtime"
- },
- "runtime/win/lib/_._": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "System.Security.Cryptography.ProtectedData/4.4.0": {
- "runtime": {
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "System.Security.Permissions/4.4.0": {
- "dependencies": {
- "System.Security.AccessControl": "4.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Permissions.dll": {}
- }
- },
- "System.Security.Principal.Windows/4.4.0": {
- "runtimeTargets": {
- "runtime/unix/lib/_._": {
- "rid": "unix",
- "assetType": "runtime"
- },
- "runtime/win/lib/_._": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "System.Text.Encoding.CodePages/4.4.0": {
- "runtime": {
- "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "Ultz.BeagleFramework/1.1.0": {
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "runtime": {
- "Ultz.BeagleFramework.dll": {}
- }
- },
- "Ultz.BeagleFramework.MySql/1.1.0": {
- "dependencies": {
- "MySql.Data": "8.0.11",
- "Ultz.BeagleFramework": "1.1.0"
- },
- "runtime": {
- "Ultz.BeagleFramework.MySql.dll": {}
- }
- },
- "Ultz.BeagleFramework.Npgsql/1.1.0": {
- "dependencies": {
- "Npgsql": "3.2.7",
- "Ultz.BeagleFramework": "1.1.0"
- },
- "runtime": {
- "Ultz.BeagleFramework.Npgsql.dll": {}
- }
- },
- "Ultz.BeagleFramework.SQLite/1.1.0": {
- "dependencies": {
- "Microsoft.Data.Sqlite": "2.1.0",
- "Ultz.BeagleFramework": "1.1.0"
- },
- "runtime": {
- "Ultz.BeagleFramework.SQLite.dll": {}
- }
- },
- "Ultz.BeagleFramework.SqlServer/1.1.0": {
- "dependencies": {
- "System.Data.SqlClient": "4.4.3",
- "Ultz.BeagleFramework": "1.1.0"
- },
- "runtime": {
- "Ultz.BeagleFramework.SqlServer.dll": {}
- }
- }
- }
- },
- "libraries": {
- "BeagleTestApp/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Google.Protobuf/3.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-f2k1VNaB9bfvEsvARzzEL1TZiIpL33KKK3JMH7UANlPlJVptuvsk4qpBZEnz0pORWZOdUHlVwMQuUzFqjJYCxA==",
- "path": "google.protobuf/3.5.1",
- "hashPath": "google.protobuf.3.5.1.nupkg.sha512"
- },
- "Microsoft.Data.Sqlite/2.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0gM/OsHZgICnN7+Qld69S6LON3vTO2MHFAvm3Ji77Tv+sbJL0tIPx7mdvgH0MJ72bslWnm2Y6Su3jYAv52Q0SA==",
- "path": "microsoft.data.sqlite/2.1.0",
- "hashPath": "microsoft.data.sqlite.2.1.0.nupkg.sha512"
- },
- "Microsoft.Data.Sqlite.Core/2.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OzFBXsbsjkNLqClNyBA8ldv3oLYK37JxP2c83xVe7UcxU2KvvqQy+VvQg97rEcMsZPgS4t3pTAv4W7xwaoYuug==",
- "path": "microsoft.data.sqlite.core/2.1.0",
- "hashPath": "microsoft.data.sqlite.core.2.1.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "Microsoft.Win32.Registry/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==",
- "path": "microsoft.win32.registry/4.4.0",
- "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512"
- },
- "MySql.Data/8.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-P5zKcnM2SVtdHD6gfReymJguIYLhNL5Og8Qm5TC9MEsSupsAYrRu4AB4nsbalrjqqv8VHBqVREWsXg9lY+q03A==",
- "path": "mysql.data/8.0.11",
- "hashPath": "mysql.data.8.0.11.nupkg.sha512"
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "path": "newtonsoft.json/11.0.2",
- "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
- },
- "Npgsql/3.2.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CxSXzWn/MNbHX8L1xfQSzrZfJEA2Yt5cvT27Az5abmvbqtUY1ab6xAkmBj5FfLyKCIYEnmSrxn1IY1+Jy13oFA==",
- "path": "npgsql/3.2.7",
- "hashPath": "npgsql.3.2.7.nupkg.sha512"
- },
- "runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
- "path": "runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
- "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
- "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
- "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "SQLitePCLRaw.bundle_green/1.1.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Hqp8IF/RLjbypkLm+t+1RqAX8EKuWEkj7wkLXplfENQoPnE127cvTmaDvaQKtt7a5QsD/HNjFDr1z5f9q2wdPg==",
- "path": "sqlitepclraw.bundle_green/1.1.11",
- "hashPath": "sqlitepclraw.bundle_green.1.1.11.nupkg.sha512"
- },
- "SQLitePCLRaw.core/1.1.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QT17CyQAQIbTCu6pW5+uVA8BXqRzquiDI1tr5Un6c1YZcQydPmGPuYYng9xMs2UHUDYHbTu+JDkp55WR+qo9bQ==",
- "path": "sqlitepclraw.core/1.1.11",
- "hashPath": "sqlitepclraw.core.1.1.11.nupkg.sha512"
- },
- "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yt79OujiYBueEUdhTQI+fIdmRpFEGcaMLziSCfhG2dsAERDvCQ+FB5tQgZBdFkB2kmVl0llskzBtwSbg3WEIdQ==",
- "path": "sqlitepclraw.lib.e_sqlite3.linux/1.1.11",
- "hashPath": "sqlitepclraw.lib.e_sqlite3.linux.1.1.11.nupkg.sha512"
- },
- "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-o6rxxAFS5Hya6AXCA/eU+1QqwpGVHJBaJjIG+Mui3kIqcV6d+qz0zi46i1QNK6TAel8Sj4QlXO85wNPN70BMEg==",
- "path": "sqlitepclraw.lib.e_sqlite3.osx/1.1.11",
- "hashPath": "sqlitepclraw.lib.e_sqlite3.osx.1.1.11.nupkg.sha512"
- },
- "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h1Jng85sdFV/IC+Lri+buN1r5Kd0kgh0lh/pc4jlHd3tljZhc2Si2GW1VD0hJc4p/P4oSVa2426hBAi1y6/goA==",
- "path": "sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.11",
- "hashPath": "sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.11.nupkg.sha512"
- },
- "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6q2qXc7GA11ZFh3ATFj9LjzF0HfMtlN1hDi8QATSoML4sR+inquXdionvyX8nUegutOAGXjKDp+8MziaUV5Pkg==",
- "path": "sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.11",
- "hashPath": "sqlitepclraw.provider.e_sqlite3.netstandard11.1.1.11.nupkg.sha512"
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "path": "system.collections/4.3.0",
- "hashPath": "system.collections.4.3.0.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gWwQv/Ug1qWJmHCmN17nAbxJYmQBM/E94QxKLksvUiiKB1Ld3Sc/eK1lgmbSjDFxkQhVuayI/cGFZhpBSodLrg==",
- "path": "system.configuration.configurationmanager/4.4.0",
- "hashPath": "system.configuration.configurationmanager.4.4.0.nupkg.sha512"
- },
- "System.Data.SqlClient/4.4.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-D1hEOS1oPLJ6WcGCzpTWe8SauWVxnDoDTUWhv5XCNdRm/QeSUk4BQ3ZDe7BH+zNVHDBkPYjVzpVjnCl43eOSGg==",
- "path": "system.data.sqlclient/4.4.3",
- "hashPath": "system.data.sqlclient.4.4.3.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Security.AccessControl/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==",
- "path": "system.security.accesscontrol/4.4.0",
- "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
- "path": "system.security.cryptography.protecteddata/4.4.0",
- "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512"
- },
- "System.Security.Permissions/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ArK+Kh7BSqWhspqO3qe8R25MeUzBm3ZdWbYiN6Q0kLO3nR4dLeZzS03C0QUI/470w7pGRm7lUZ9sjfDQKJjRcQ==",
- "path": "system.security.permissions/4.4.0",
- "hashPath": "system.security.permissions.4.4.0.nupkg.sha512"
- },
- "System.Security.Principal.Windows/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==",
- "path": "system.security.principal.windows/4.4.0",
- "hashPath": "system.security.principal.windows.4.4.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
- "path": "system.text.encoding.codepages/4.4.0",
- "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512"
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "path": "system.threading.tasks/4.3.0",
- "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
- "path": "system.threading.tasks.extensions/4.3.0",
- "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Ultz.BeagleFramework.MySql/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Ultz.BeagleFramework.Npgsql/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Ultz.BeagleFramework.SQLite/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Ultz.BeagleFramework.SqlServer/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.dll b/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.dll
deleted file mode 100644
index 2485ac7..0000000
Binary files a/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.dll and /dev/null differ
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.pdb b/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.pdb
deleted file mode 100644
index 47bb381..0000000
Binary files a/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.pdb and /dev/null differ
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.runtimeconfig.dev.json b/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.runtimeconfig.dev.json
deleted file mode 100644
index ef337c6..0000000
--- a/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.runtimeconfig.dev.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "runtimeOptions": {
- "additionalProbingPaths": [
- "C:\\Users\\Dylan Perks\\.dotnet\\store\\|arch|\\|tfm|",
- "C:\\Users\\Dylan Perks\\.nuget\\packages",
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ]
- }
-}
\ No newline at end of file
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.runtimeconfig.json b/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.runtimeconfig.json
deleted file mode 100644
index 7539019..0000000
--- a/BeagleTestApp/bin/Debug/netcoreapp2.0/BeagleTestApp.runtimeconfig.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "netcoreapp2.0",
- "framework": {
- "name": "Microsoft.NETCore.App",
- "version": "2.0.0"
- }
- }
-}
\ No newline at end of file
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.dll b/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.dll
deleted file mode 100644
index 8175539..0000000
Binary files a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.dll and /dev/null differ
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.pdb b/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.pdb
deleted file mode 100644
index cb691b4..0000000
Binary files a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.pdb and /dev/null differ
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.dll b/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.dll
deleted file mode 100644
index f3666c1..0000000
Binary files a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.dll and /dev/null differ
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.pdb b/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.pdb
deleted file mode 100644
index 7008317..0000000
Binary files a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.pdb and /dev/null differ
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SQLite.dll b/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SQLite.dll
deleted file mode 100644
index 2a05e39..0000000
Binary files a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SQLite.dll and /dev/null differ
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SQLite.pdb b/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SQLite.pdb
deleted file mode 100644
index 36ad835..0000000
Binary files a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SQLite.pdb and /dev/null differ
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.dll b/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.dll
deleted file mode 100644
index 8428c6e..0000000
Binary files a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.dll and /dev/null differ
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.pdb b/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.pdb
deleted file mode 100644
index 3098c90..0000000
Binary files a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.pdb and /dev/null differ
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll b/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll
deleted file mode 100644
index fa6dcb2..0000000
Binary files a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll and /dev/null differ
diff --git a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb b/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb
deleted file mode 100644
index 10e161a..0000000
Binary files a/BeagleTestApp/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb and /dev/null differ
diff --git a/BeagleTestApp/obj/BeagleTestApp.csproj.nuget.cache b/BeagleTestApp/obj/BeagleTestApp.csproj.nuget.cache
deleted file mode 100644
index 6ef1e44..0000000
--- a/BeagleTestApp/obj/BeagleTestApp.csproj.nuget.cache
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "version": 1,
- "dgSpecHash": "u+LYOJl4MA+KiYQZDCy+j+5Gs34MbM9gbdrRz0zdO79flIbX/cyI63D7GiiyBhL6kyRVHEvGxAQbdlm/8sLrBQ==",
- "success": true
-}
\ No newline at end of file
diff --git a/BeagleTestApp/obj/BeagleTestApp.csproj.nuget.g.props b/BeagleTestApp/obj/BeagleTestApp.csproj.nuget.g.props
deleted file mode 100644
index 1c9b5f3..0000000
--- a/BeagleTestApp/obj/BeagleTestApp.csproj.nuget.g.props
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- True
- NuGet
- C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\obj\project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\Dylan Perks\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback;C:\Program Files\dotnet\sdk\NuGetFallbackFolder
- PackageReference
- 4.5.0
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
-
-
-
\ No newline at end of file
diff --git a/BeagleTestApp/obj/BeagleTestApp.csproj.nuget.g.targets b/BeagleTestApp/obj/BeagleTestApp.csproj.nuget.g.targets
deleted file mode 100644
index 91fd1c9..0000000
--- a/BeagleTestApp/obj/BeagleTestApp.csproj.nuget.g.targets
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
-
-
-
-
\ No newline at end of file
diff --git a/BeagleTestApp/obj/Debug/BeagleTestApp.1.0.0.nuspec b/BeagleTestApp/obj/Debug/BeagleTestApp.1.0.0.nuspec
deleted file mode 100644
index 7c0b9b5..0000000
--- a/BeagleTestApp/obj/Debug/BeagleTestApp.1.0.0.nuspec
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
- BeagleTestApp
- 1.0.0
- BeagleTestApp
- BeagleTestApp
- false
- Package Description
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.AssemblyInfo.cs b/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.AssemblyInfo.cs
deleted file mode 100644
index 04272bf..0000000
--- a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.AssemblyInfo.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("BeagleTestApp")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("BeagleTestApp")]
-[assembly: System.Reflection.AssemblyTitleAttribute("BeagleTestApp")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.AssemblyInfoInputs.cache b/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.AssemblyInfoInputs.cache
deleted file mode 100644
index 0d0022c..0000000
--- a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-a513b392f8fc25998dc6430c4ef0601366ca951e
diff --git a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.csproj.CopyComplete b/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.csproj.CoreCompileInputs.cache b/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 2b7b089..0000000
--- a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-467a8da95cd08d4bcdb5ff291821c65c7b4ae221
diff --git a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.csproj.FileListAbsolute.txt b/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.csproj.FileListAbsolute.txt
deleted file mode 100644
index 96c6e6f..0000000
--- a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\BeagleTestApp.deps.json
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\BeagleTestApp.runtimeconfig.json
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\BeagleTestApp.runtimeconfig.dev.json
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\BeagleTestApp.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\BeagleTestApp.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.MySql.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.Npgsql.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.SqlServer.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.MySql.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.Npgsql.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.SqlServer.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\obj\Debug\netcoreapp2.0\BeagleTestApp.csproj.CoreCompileInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\obj\Debug\netcoreapp2.0\BeagleTestApp.AssemblyInfoInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\obj\Debug\netcoreapp2.0\BeagleTestApp.AssemblyInfo.cs
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\obj\Debug\netcoreapp2.0\BeagleTestApp.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\obj\Debug\netcoreapp2.0\BeagleTestApp.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.SQLite.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.SQLite.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\BeagleTestApp\obj\Debug\netcoreapp2.0\BeagleTestApp.csprojResolveAssemblyReference.cache
diff --git a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.csprojResolveAssemblyReference.cache b/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.csprojResolveAssemblyReference.cache
deleted file mode 100644
index 9e5a6f3..0000000
Binary files a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.dll b/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.dll
deleted file mode 100644
index 2485ac7..0000000
Binary files a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.dll and /dev/null differ
diff --git a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.pdb b/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.pdb
deleted file mode 100644
index 47bb381..0000000
Binary files a/BeagleTestApp/obj/Debug/netcoreapp2.0/BeagleTestApp.pdb and /dev/null differ
diff --git a/BeagleTestApp/obj/project.assets.json b/BeagleTestApp/obj/project.assets.json
deleted file mode 100644
index a8ee482..0000000
--- a/BeagleTestApp/obj/project.assets.json
+++ /dev/null
@@ -1,2110 +0,0 @@
-{
- "version": 3,
- "targets": {
- ".NETCoreApp,Version=v2.0": {
- "Google.Protobuf/3.5.1": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.1"
- },
- "compile": {
- "lib/netstandard1.0/Google.Protobuf.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/Google.Protobuf.dll": {}
- }
- },
- "Microsoft.Data.Sqlite/2.1.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "2.1.0",
- "SQLitePCLRaw.bundle_green": "1.1.11"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/2.1.0": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "1.1.11"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.NETCore.App/2.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.DotNetHostPolicy": "2.0.0",
- "Microsoft.NETCore.Platforms": "2.0.0",
- "NETStandard.Library": "2.0.0"
- },
- "compile": {
- "ref/netcoreapp2.0/Microsoft.CSharp.dll": {},
- "ref/netcoreapp2.0/Microsoft.VisualBasic.dll": {},
- "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll": {},
- "ref/netcoreapp2.0/System.AppContext.dll": {},
- "ref/netcoreapp2.0/System.Buffers.dll": {},
- "ref/netcoreapp2.0/System.Collections.Concurrent.dll": {},
- "ref/netcoreapp2.0/System.Collections.Immutable.dll": {},
- "ref/netcoreapp2.0/System.Collections.NonGeneric.dll": {},
- "ref/netcoreapp2.0/System.Collections.Specialized.dll": {},
- "ref/netcoreapp2.0/System.Collections.dll": {},
- "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll": {},
- "ref/netcoreapp2.0/System.ComponentModel.Composition.dll": {},
- "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll": {},
- "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll": {},
- "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll": {},
- "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll": {},
- "ref/netcoreapp2.0/System.ComponentModel.dll": {},
- "ref/netcoreapp2.0/System.Configuration.dll": {},
- "ref/netcoreapp2.0/System.Console.dll": {},
- "ref/netcoreapp2.0/System.Core.dll": {},
- "ref/netcoreapp2.0/System.Data.Common.dll": {},
- "ref/netcoreapp2.0/System.Data.dll": {},
- "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll": {},
- "ref/netcoreapp2.0/System.Diagnostics.Debug.dll": {},
- "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll": {},
- "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll": {},
- "ref/netcoreapp2.0/System.Diagnostics.Process.dll": {},
- "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll": {},
- "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll": {},
- "ref/netcoreapp2.0/System.Diagnostics.Tools.dll": {},
- "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll": {},
- "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll": {},
- "ref/netcoreapp2.0/System.Drawing.Primitives.dll": {},
- "ref/netcoreapp2.0/System.Drawing.dll": {},
- "ref/netcoreapp2.0/System.Dynamic.Runtime.dll": {},
- "ref/netcoreapp2.0/System.Globalization.Calendars.dll": {},
- "ref/netcoreapp2.0/System.Globalization.Extensions.dll": {},
- "ref/netcoreapp2.0/System.Globalization.dll": {},
- "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll": {},
- "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll": {},
- "ref/netcoreapp2.0/System.IO.Compression.dll": {},
- "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll": {},
- "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll": {},
- "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll": {},
- "ref/netcoreapp2.0/System.IO.FileSystem.dll": {},
- "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll": {},
- "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll": {},
- "ref/netcoreapp2.0/System.IO.Pipes.dll": {},
- "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll": {},
- "ref/netcoreapp2.0/System.IO.dll": {},
- "ref/netcoreapp2.0/System.Linq.Expressions.dll": {},
- "ref/netcoreapp2.0/System.Linq.Parallel.dll": {},
- "ref/netcoreapp2.0/System.Linq.Queryable.dll": {},
- "ref/netcoreapp2.0/System.Linq.dll": {},
- "ref/netcoreapp2.0/System.Net.Http.dll": {},
- "ref/netcoreapp2.0/System.Net.HttpListener.dll": {},
- "ref/netcoreapp2.0/System.Net.Mail.dll": {},
- "ref/netcoreapp2.0/System.Net.NameResolution.dll": {},
- "ref/netcoreapp2.0/System.Net.NetworkInformation.dll": {},
- "ref/netcoreapp2.0/System.Net.Ping.dll": {},
- "ref/netcoreapp2.0/System.Net.Primitives.dll": {},
- "ref/netcoreapp2.0/System.Net.Requests.dll": {},
- "ref/netcoreapp2.0/System.Net.Security.dll": {},
- "ref/netcoreapp2.0/System.Net.ServicePoint.dll": {},
- "ref/netcoreapp2.0/System.Net.Sockets.dll": {},
- "ref/netcoreapp2.0/System.Net.WebClient.dll": {},
- "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll": {},
- "ref/netcoreapp2.0/System.Net.WebProxy.dll": {},
- "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll": {},
- "ref/netcoreapp2.0/System.Net.WebSockets.dll": {},
- "ref/netcoreapp2.0/System.Net.dll": {},
- "ref/netcoreapp2.0/System.Numerics.Vectors.dll": {},
- "ref/netcoreapp2.0/System.Numerics.dll": {},
- "ref/netcoreapp2.0/System.ObjectModel.dll": {},
- "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll": {},
- "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll": {},
- "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll": {},
- "ref/netcoreapp2.0/System.Reflection.Emit.dll": {},
- "ref/netcoreapp2.0/System.Reflection.Extensions.dll": {},
- "ref/netcoreapp2.0/System.Reflection.Metadata.dll": {},
- "ref/netcoreapp2.0/System.Reflection.Primitives.dll": {},
- "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll": {},
- "ref/netcoreapp2.0/System.Reflection.dll": {},
- "ref/netcoreapp2.0/System.Resources.Reader.dll": {},
- "ref/netcoreapp2.0/System.Resources.ResourceManager.dll": {},
- "ref/netcoreapp2.0/System.Resources.Writer.dll": {},
- "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll": {},
- "ref/netcoreapp2.0/System.Runtime.Extensions.dll": {},
- "ref/netcoreapp2.0/System.Runtime.Handles.dll": {},
- "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "ref/netcoreapp2.0/System.Runtime.InteropServices.dll": {},
- "ref/netcoreapp2.0/System.Runtime.Loader.dll": {},
- "ref/netcoreapp2.0/System.Runtime.Numerics.dll": {},
- "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll": {},
- "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll": {},
- "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll": {},
- "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll": {},
- "ref/netcoreapp2.0/System.Runtime.Serialization.dll": {},
- "ref/netcoreapp2.0/System.Runtime.dll": {},
- "ref/netcoreapp2.0/System.Security.Claims.dll": {},
- "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll": {},
- "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll": {},
- "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll": {},
- "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll": {},
- "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll": {},
- "ref/netcoreapp2.0/System.Security.Principal.dll": {},
- "ref/netcoreapp2.0/System.Security.SecureString.dll": {},
- "ref/netcoreapp2.0/System.Security.dll": {},
- "ref/netcoreapp2.0/System.ServiceModel.Web.dll": {},
- "ref/netcoreapp2.0/System.ServiceProcess.dll": {},
- "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll": {},
- "ref/netcoreapp2.0/System.Text.Encoding.dll": {},
- "ref/netcoreapp2.0/System.Text.RegularExpressions.dll": {},
- "ref/netcoreapp2.0/System.Threading.Overlapped.dll": {},
- "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll": {},
- "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll": {},
- "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll": {},
- "ref/netcoreapp2.0/System.Threading.Tasks.dll": {},
- "ref/netcoreapp2.0/System.Threading.Thread.dll": {},
- "ref/netcoreapp2.0/System.Threading.ThreadPool.dll": {},
- "ref/netcoreapp2.0/System.Threading.Timer.dll": {},
- "ref/netcoreapp2.0/System.Threading.dll": {},
- "ref/netcoreapp2.0/System.Transactions.Local.dll": {},
- "ref/netcoreapp2.0/System.Transactions.dll": {},
- "ref/netcoreapp2.0/System.ValueTuple.dll": {},
- "ref/netcoreapp2.0/System.Web.HttpUtility.dll": {},
- "ref/netcoreapp2.0/System.Web.dll": {},
- "ref/netcoreapp2.0/System.Windows.dll": {},
- "ref/netcoreapp2.0/System.Xml.Linq.dll": {},
- "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll": {},
- "ref/netcoreapp2.0/System.Xml.Serialization.dll": {},
- "ref/netcoreapp2.0/System.Xml.XDocument.dll": {},
- "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll": {},
- "ref/netcoreapp2.0/System.Xml.XPath.dll": {},
- "ref/netcoreapp2.0/System.Xml.XmlDocument.dll": {},
- "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll": {},
- "ref/netcoreapp2.0/System.Xml.dll": {},
- "ref/netcoreapp2.0/System.dll": {},
- "ref/netcoreapp2.0/WindowsBase.dll": {},
- "ref/netcoreapp2.0/mscorlib.dll": {},
- "ref/netcoreapp2.0/netstandard.dll": {}
- },
- "build": {
- "build/netcoreapp2.0/Microsoft.NETCore.App.props": {},
- "build/netcoreapp2.0/Microsoft.NETCore.App.targets": {}
- }
- },
- "Microsoft.NETCore.DotNetAppHost/2.0.0": {
- "type": "package"
- },
- "Microsoft.NETCore.DotNetHostPolicy/2.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.DotNetHostResolver": "2.0.0"
- }
- },
- "Microsoft.NETCore.DotNetHostResolver/2.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.DotNetAppHost": "2.0.0"
- }
- },
- "Microsoft.NETCore.Platforms/2.0.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.Win32.Registry/4.4.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0",
- "System.Security.AccessControl": "4.4.0",
- "System.Security.Principal.Windows": "4.4.0"
- },
- "compile": {
- "ref/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "MySql.Data/8.0.11": {
- "type": "package",
- "dependencies": {
- "Google.Protobuf": "3.5.1",
- "System.Configuration.ConfigurationManager": "4.4.0",
- "System.Security.Permissions": "4.4.0",
- "System.Text.Encoding.CodePages": "4.0.1"
- },
- "compile": {
- "lib/netcoreapp2.0/MySql.Data.dll": {}
- },
- "runtime": {
- "lib/netcoreapp2.0/MySql.Data.dll": {}
- }
- },
- "NETStandard.Library/2.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "Npgsql/3.2.7": {
- "type": "package",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.3.0"
- },
- "compile": {
- "lib/netstandard2.0/Npgsql.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Npgsql.dll": {}
- }
- },
- "runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "dependencies": {
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
- }
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "runtimeTargets": {
- "runtimes/win-arm64/native/sni.dll": {
- "assetType": "native",
- "rid": "win-arm64"
- }
- }
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "runtimeTargets": {
- "runtimes/win-x64/native/sni.dll": {
- "assetType": "native",
- "rid": "win-x64"
- }
- }
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "runtimeTargets": {
- "runtimes/win-x86/native/sni.dll": {
- "assetType": "native",
- "rid": "win-x86"
- }
- }
- },
- "SQLitePCLRaw.bundle_green/1.1.11": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "1.1.11",
- "SQLitePCLRaw.lib.e_sqlite3.linux": "1.1.11",
- "SQLitePCLRaw.lib.e_sqlite3.osx": "1.1.11",
- "SQLitePCLRaw.lib.e_sqlite3.v110_xp": "1.1.11",
- "SQLitePCLRaw.provider.e_sqlite3.netstandard11": "1.1.11"
- },
- "compile": {
- "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": {},
- "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": {},
- "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": {}
- }
- },
- "SQLitePCLRaw.core/1.1.11": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- },
- "compile": {
- "lib/netstandard1.1/SQLitePCLRaw.core.dll": {}
- },
- "runtime": {
- "lib/netstandard1.1/SQLitePCLRaw.core.dll": {}
- }
- },
- "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.11": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- },
- "runtimeTargets": {
- "runtimes/alpine-x64/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "alpine-x64"
- },
- "runtimes/linux-arm/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-arm"
- },
- "runtimes/linux-arm64/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-arm64"
- },
- "runtimes/linux-armel/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-armel"
- },
- "runtimes/linux-musl-x64/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-musl-x64"
- },
- "runtimes/linux-x64/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-x64"
- },
- "runtimes/linux-x86/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-x86"
- }
- }
- },
- "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.11": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- },
- "runtimeTargets": {
- "runtimes/osx-x64/native/libe_sqlite3.dylib": {
- "assetType": "native",
- "rid": "osx-x64"
- }
- }
- },
- "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.11": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- },
- "runtimeTargets": {
- "runtimes/win-x64/native/e_sqlite3.dll": {
- "assetType": "native",
- "rid": "win-x64"
- },
- "runtimes/win-x86/native/e_sqlite3.dll": {
- "assetType": "native",
- "rid": "win-x86"
- },
- "runtimes/win8-arm/native/e_sqlite3.dll": {
- "assetType": "native",
- "rid": "win8-arm"
- }
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.11": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "SQLitePCLRaw.core": "1.1.11"
- },
- "compile": {
- "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- },
- "runtime": {
- "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- }
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.3/System.Collections.dll": {}
- }
- },
- "System.Configuration.ConfigurationManager/4.4.0": {
- "type": "package",
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "4.4.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
- }
- },
- "System.Data.SqlClient/4.4.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.Win32.Registry": "4.4.0",
- "System.Security.Principal.Windows": "4.4.0",
- "System.Text.Encoding.CodePages": "4.4.0",
- "runtime.native.System.Data.SqlClient.sni": "4.4.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Data.SqlClient.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Data.SqlClient.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- },
- "compile": {
- "ref/netstandard1.5/System.Runtime.dll": {}
- }
- },
- "System.Security.AccessControl/4.4.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0",
- "System.Security.Principal.Windows": "4.4.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Security.AccessControl.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.AccessControl.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Security.Cryptography.ProtectedData/4.4.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Security.Permissions/4.4.0": {
- "type": "package",
- "dependencies": {
- "System.Security.AccessControl": "4.4.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Security.Permissions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Permissions.dll": {}
- }
- },
- "System.Security.Principal.Windows/4.4.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Security.Principal.Windows.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Text.Encoding.CodePages/4.4.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.3/System.Threading.Tasks.dll": {}
- }
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- },
- "compile": {
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
- }
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "compile": {
- "bin/placeholder/Ultz.BeagleFramework.dll": {}
- },
- "runtime": {
- "bin/placeholder/Ultz.BeagleFramework.dll": {}
- }
- },
- "Ultz.BeagleFramework.MySql/1.1.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "MySql.Data": "8.0.11",
- "Ultz.BeagleFramework": "1.1.0"
- },
- "compile": {
- "bin/placeholder/Ultz.BeagleFramework.MySql.dll": {}
- },
- "runtime": {
- "bin/placeholder/Ultz.BeagleFramework.MySql.dll": {}
- }
- },
- "Ultz.BeagleFramework.Npgsql/1.1.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Npgsql": "3.2.7",
- "Ultz.BeagleFramework": "1.1.0"
- },
- "compile": {
- "bin/placeholder/Ultz.BeagleFramework.Npgsql.dll": {}
- },
- "runtime": {
- "bin/placeholder/Ultz.BeagleFramework.Npgsql.dll": {}
- }
- },
- "Ultz.BeagleFramework.SQLite/1.1.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Microsoft.Data.Sqlite": "2.1.0",
- "Ultz.BeagleFramework": "1.1.0"
- },
- "compile": {
- "bin/placeholder/Ultz.BeagleFramework.SQLite.dll": {}
- },
- "runtime": {
- "bin/placeholder/Ultz.BeagleFramework.SQLite.dll": {}
- }
- },
- "Ultz.BeagleFramework.SqlServer/1.1.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "System.Data.SqlClient": "4.4.3",
- "Ultz.BeagleFramework": "1.1.0"
- },
- "compile": {
- "bin/placeholder/Ultz.BeagleFramework.SqlServer.dll": {}
- },
- "runtime": {
- "bin/placeholder/Ultz.BeagleFramework.SqlServer.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Google.Protobuf/3.5.1": {
- "sha512": "f2k1VNaB9bfvEsvARzzEL1TZiIpL33KKK3JMH7UANlPlJVptuvsk4qpBZEnz0pORWZOdUHlVwMQuUzFqjJYCxA==",
- "type": "package",
- "path": "google.protobuf/3.5.1",
- "files": [
- "google.protobuf.3.5.1.nupkg.sha512",
- "google.protobuf.nuspec",
- "lib/net45/Google.Protobuf.dll",
- "lib/net45/Google.Protobuf.xml",
- "lib/netstandard1.0/Google.Protobuf.dll",
- "lib/netstandard1.0/Google.Protobuf.xml"
- ]
- },
- "Microsoft.Data.Sqlite/2.1.0": {
- "sha512": "0gM/OsHZgICnN7+Qld69S6LON3vTO2MHFAvm3Ji77Tv+sbJL0tIPx7mdvgH0MJ72bslWnm2Y6Su3jYAv52Q0SA==",
- "type": "package",
- "path": "microsoft.data.sqlite/2.1.0",
- "files": [
- ".signature.p7s",
- "lib/netstandard2.0/_._",
- "microsoft.data.sqlite.2.1.0.nupkg.sha512",
- "microsoft.data.sqlite.nuspec"
- ]
- },
- "Microsoft.Data.Sqlite.Core/2.1.0": {
- "sha512": "OzFBXsbsjkNLqClNyBA8ldv3oLYK37JxP2c83xVe7UcxU2KvvqQy+VvQg97rEcMsZPgS4t3pTAv4W7xwaoYuug==",
- "type": "package",
- "path": "microsoft.data.sqlite.core/2.1.0",
- "files": [
- ".signature.p7s",
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll",
- "lib/netstandard2.0/Microsoft.Data.Sqlite.xml",
- "microsoft.data.sqlite.core.2.1.0.nupkg.sha512",
- "microsoft.data.sqlite.core.nuspec"
- ]
- },
- "Microsoft.NETCore.App/2.0.0": {
- "sha512": "/mzXF+UtZef+VpzzN88EpvFq5U6z4rj54ZMq/J968H6pcvyLOmcupmTRpJ3CJm8ILoCGh9WI7qpDdiKtuzswrQ==",
- "type": "package",
- "path": "microsoft.netcore.app/2.0.0",
- "files": [
- "LICENSE.TXT",
- "Microsoft.NETCore.App.versions.txt",
- "THIRD-PARTY-NOTICES.TXT",
- "build/netcoreapp2.0/Microsoft.NETCore.App.PlatformManifest.txt",
- "build/netcoreapp2.0/Microsoft.NETCore.App.props",
- "build/netcoreapp2.0/Microsoft.NETCore.App.targets",
- "microsoft.netcore.app.2.0.0.nupkg.sha512",
- "microsoft.netcore.app.nuspec",
- "ref/netcoreapp/_._",
- "ref/netcoreapp2.0/Microsoft.CSharp.dll",
- "ref/netcoreapp2.0/Microsoft.CSharp.xml",
- "ref/netcoreapp2.0/Microsoft.VisualBasic.dll",
- "ref/netcoreapp2.0/Microsoft.VisualBasic.xml",
- "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll",
- "ref/netcoreapp2.0/Microsoft.Win32.Primitives.xml",
- "ref/netcoreapp2.0/System.AppContext.dll",
- "ref/netcoreapp2.0/System.AppContext.xml",
- "ref/netcoreapp2.0/System.Buffers.dll",
- "ref/netcoreapp2.0/System.Buffers.xml",
- "ref/netcoreapp2.0/System.Collections.Concurrent.dll",
- "ref/netcoreapp2.0/System.Collections.Concurrent.xml",
- "ref/netcoreapp2.0/System.Collections.Immutable.dll",
- "ref/netcoreapp2.0/System.Collections.Immutable.xml",
- "ref/netcoreapp2.0/System.Collections.NonGeneric.dll",
- "ref/netcoreapp2.0/System.Collections.NonGeneric.xml",
- "ref/netcoreapp2.0/System.Collections.Specialized.dll",
- "ref/netcoreapp2.0/System.Collections.Specialized.xml",
- "ref/netcoreapp2.0/System.Collections.dll",
- "ref/netcoreapp2.0/System.Collections.xml",
- "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll",
- "ref/netcoreapp2.0/System.ComponentModel.Annotations.xml",
- "ref/netcoreapp2.0/System.ComponentModel.Composition.dll",
- "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll",
- "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll",
- "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.xml",
- "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll",
- "ref/netcoreapp2.0/System.ComponentModel.Primitives.xml",
- "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll",
- "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.xml",
- "ref/netcoreapp2.0/System.ComponentModel.dll",
- "ref/netcoreapp2.0/System.ComponentModel.xml",
- "ref/netcoreapp2.0/System.Configuration.dll",
- "ref/netcoreapp2.0/System.Console.dll",
- "ref/netcoreapp2.0/System.Console.xml",
- "ref/netcoreapp2.0/System.Core.dll",
- "ref/netcoreapp2.0/System.Data.Common.dll",
- "ref/netcoreapp2.0/System.Data.Common.xml",
- "ref/netcoreapp2.0/System.Data.dll",
- "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll",
- "ref/netcoreapp2.0/System.Diagnostics.Contracts.xml",
- "ref/netcoreapp2.0/System.Diagnostics.Debug.dll",
- "ref/netcoreapp2.0/System.Diagnostics.Debug.xml",
- "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll",
- "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.xml",
- "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll",
- "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.xml",
- "ref/netcoreapp2.0/System.Diagnostics.Process.dll",
- "ref/netcoreapp2.0/System.Diagnostics.Process.xml",
- "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll",
- "ref/netcoreapp2.0/System.Diagnostics.StackTrace.xml",
- "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll",
- "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.xml",
- "ref/netcoreapp2.0/System.Diagnostics.Tools.dll",
- "ref/netcoreapp2.0/System.Diagnostics.Tools.xml",
- "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll",
- "ref/netcoreapp2.0/System.Diagnostics.TraceSource.xml",
- "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll",
- "ref/netcoreapp2.0/System.Diagnostics.Tracing.xml",
- "ref/netcoreapp2.0/System.Drawing.Primitives.dll",
- "ref/netcoreapp2.0/System.Drawing.Primitives.xml",
- "ref/netcoreapp2.0/System.Drawing.dll",
- "ref/netcoreapp2.0/System.Dynamic.Runtime.dll",
- "ref/netcoreapp2.0/System.Dynamic.Runtime.xml",
- "ref/netcoreapp2.0/System.Globalization.Calendars.dll",
- "ref/netcoreapp2.0/System.Globalization.Calendars.xml",
- "ref/netcoreapp2.0/System.Globalization.Extensions.dll",
- "ref/netcoreapp2.0/System.Globalization.Extensions.xml",
- "ref/netcoreapp2.0/System.Globalization.dll",
- "ref/netcoreapp2.0/System.Globalization.xml",
- "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll",
- "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll",
- "ref/netcoreapp2.0/System.IO.Compression.ZipFile.xml",
- "ref/netcoreapp2.0/System.IO.Compression.dll",
- "ref/netcoreapp2.0/System.IO.Compression.xml",
- "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll",
- "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.xml",
- "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll",
- "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.xml",
- "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll",
- "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.xml",
- "ref/netcoreapp2.0/System.IO.FileSystem.dll",
- "ref/netcoreapp2.0/System.IO.FileSystem.xml",
- "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll",
- "ref/netcoreapp2.0/System.IO.IsolatedStorage.xml",
- "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll",
- "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.xml",
- "ref/netcoreapp2.0/System.IO.Pipes.dll",
- "ref/netcoreapp2.0/System.IO.Pipes.xml",
- "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll",
- "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.xml",
- "ref/netcoreapp2.0/System.IO.dll",
- "ref/netcoreapp2.0/System.IO.xml",
- "ref/netcoreapp2.0/System.Linq.Expressions.dll",
- "ref/netcoreapp2.0/System.Linq.Expressions.xml",
- "ref/netcoreapp2.0/System.Linq.Parallel.dll",
- "ref/netcoreapp2.0/System.Linq.Parallel.xml",
- "ref/netcoreapp2.0/System.Linq.Queryable.dll",
- "ref/netcoreapp2.0/System.Linq.Queryable.xml",
- "ref/netcoreapp2.0/System.Linq.dll",
- "ref/netcoreapp2.0/System.Linq.xml",
- "ref/netcoreapp2.0/System.Net.Http.dll",
- "ref/netcoreapp2.0/System.Net.Http.xml",
- "ref/netcoreapp2.0/System.Net.HttpListener.dll",
- "ref/netcoreapp2.0/System.Net.HttpListener.xml",
- "ref/netcoreapp2.0/System.Net.Mail.dll",
- "ref/netcoreapp2.0/System.Net.Mail.xml",
- "ref/netcoreapp2.0/System.Net.NameResolution.dll",
- "ref/netcoreapp2.0/System.Net.NameResolution.xml",
- "ref/netcoreapp2.0/System.Net.NetworkInformation.dll",
- "ref/netcoreapp2.0/System.Net.NetworkInformation.xml",
- "ref/netcoreapp2.0/System.Net.Ping.dll",
- "ref/netcoreapp2.0/System.Net.Ping.xml",
- "ref/netcoreapp2.0/System.Net.Primitives.dll",
- "ref/netcoreapp2.0/System.Net.Primitives.xml",
- "ref/netcoreapp2.0/System.Net.Requests.dll",
- "ref/netcoreapp2.0/System.Net.Requests.xml",
- "ref/netcoreapp2.0/System.Net.Security.dll",
- "ref/netcoreapp2.0/System.Net.Security.xml",
- "ref/netcoreapp2.0/System.Net.ServicePoint.dll",
- "ref/netcoreapp2.0/System.Net.ServicePoint.xml",
- "ref/netcoreapp2.0/System.Net.Sockets.dll",
- "ref/netcoreapp2.0/System.Net.Sockets.xml",
- "ref/netcoreapp2.0/System.Net.WebClient.dll",
- "ref/netcoreapp2.0/System.Net.WebClient.xml",
- "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll",
- "ref/netcoreapp2.0/System.Net.WebHeaderCollection.xml",
- "ref/netcoreapp2.0/System.Net.WebProxy.dll",
- "ref/netcoreapp2.0/System.Net.WebProxy.xml",
- "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll",
- "ref/netcoreapp2.0/System.Net.WebSockets.Client.xml",
- "ref/netcoreapp2.0/System.Net.WebSockets.dll",
- "ref/netcoreapp2.0/System.Net.WebSockets.xml",
- "ref/netcoreapp2.0/System.Net.dll",
- "ref/netcoreapp2.0/System.Numerics.Vectors.dll",
- "ref/netcoreapp2.0/System.Numerics.Vectors.xml",
- "ref/netcoreapp2.0/System.Numerics.dll",
- "ref/netcoreapp2.0/System.ObjectModel.dll",
- "ref/netcoreapp2.0/System.ObjectModel.xml",
- "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll",
- "ref/netcoreapp2.0/System.Reflection.DispatchProxy.xml",
- "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll",
- "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.xml",
- "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll",
- "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.xml",
- "ref/netcoreapp2.0/System.Reflection.Emit.dll",
- "ref/netcoreapp2.0/System.Reflection.Emit.xml",
- "ref/netcoreapp2.0/System.Reflection.Extensions.dll",
- "ref/netcoreapp2.0/System.Reflection.Extensions.xml",
- "ref/netcoreapp2.0/System.Reflection.Metadata.dll",
- "ref/netcoreapp2.0/System.Reflection.Metadata.xml",
- "ref/netcoreapp2.0/System.Reflection.Primitives.dll",
- "ref/netcoreapp2.0/System.Reflection.Primitives.xml",
- "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll",
- "ref/netcoreapp2.0/System.Reflection.TypeExtensions.xml",
- "ref/netcoreapp2.0/System.Reflection.dll",
- "ref/netcoreapp2.0/System.Reflection.xml",
- "ref/netcoreapp2.0/System.Resources.Reader.dll",
- "ref/netcoreapp2.0/System.Resources.Reader.xml",
- "ref/netcoreapp2.0/System.Resources.ResourceManager.dll",
- "ref/netcoreapp2.0/System.Resources.ResourceManager.xml",
- "ref/netcoreapp2.0/System.Resources.Writer.dll",
- "ref/netcoreapp2.0/System.Resources.Writer.xml",
- "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll",
- "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.xml",
- "ref/netcoreapp2.0/System.Runtime.Extensions.dll",
- "ref/netcoreapp2.0/System.Runtime.Extensions.xml",
- "ref/netcoreapp2.0/System.Runtime.Handles.dll",
- "ref/netcoreapp2.0/System.Runtime.Handles.xml",
- "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll",
- "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.xml",
- "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll",
- "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.xml",
- "ref/netcoreapp2.0/System.Runtime.InteropServices.dll",
- "ref/netcoreapp2.0/System.Runtime.InteropServices.xml",
- "ref/netcoreapp2.0/System.Runtime.Loader.dll",
- "ref/netcoreapp2.0/System.Runtime.Loader.xml",
- "ref/netcoreapp2.0/System.Runtime.Numerics.dll",
- "ref/netcoreapp2.0/System.Runtime.Numerics.xml",
- "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll",
- "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.xml",
- "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll",
- "ref/netcoreapp2.0/System.Runtime.Serialization.Json.xml",
- "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll",
- "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.xml",
- "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll",
- "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.xml",
- "ref/netcoreapp2.0/System.Runtime.Serialization.dll",
- "ref/netcoreapp2.0/System.Runtime.dll",
- "ref/netcoreapp2.0/System.Runtime.xml",
- "ref/netcoreapp2.0/System.Security.Claims.dll",
- "ref/netcoreapp2.0/System.Security.Claims.xml",
- "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll",
- "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.xml",
- "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll",
- "ref/netcoreapp2.0/System.Security.Cryptography.Csp.xml",
- "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll",
- "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.xml",
- "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll",
- "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.xml",
- "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll",
- "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.xml",
- "ref/netcoreapp2.0/System.Security.Principal.dll",
- "ref/netcoreapp2.0/System.Security.Principal.xml",
- "ref/netcoreapp2.0/System.Security.SecureString.dll",
- "ref/netcoreapp2.0/System.Security.SecureString.xml",
- "ref/netcoreapp2.0/System.Security.dll",
- "ref/netcoreapp2.0/System.ServiceModel.Web.dll",
- "ref/netcoreapp2.0/System.ServiceProcess.dll",
- "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll",
- "ref/netcoreapp2.0/System.Text.Encoding.Extensions.xml",
- "ref/netcoreapp2.0/System.Text.Encoding.dll",
- "ref/netcoreapp2.0/System.Text.Encoding.xml",
- "ref/netcoreapp2.0/System.Text.RegularExpressions.dll",
- "ref/netcoreapp2.0/System.Text.RegularExpressions.xml",
- "ref/netcoreapp2.0/System.Threading.Overlapped.dll",
- "ref/netcoreapp2.0/System.Threading.Overlapped.xml",
- "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll",
- "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.xml",
- "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll",
- "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.xml",
- "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll",
- "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.xml",
- "ref/netcoreapp2.0/System.Threading.Tasks.dll",
- "ref/netcoreapp2.0/System.Threading.Tasks.xml",
- "ref/netcoreapp2.0/System.Threading.Thread.dll",
- "ref/netcoreapp2.0/System.Threading.Thread.xml",
- "ref/netcoreapp2.0/System.Threading.ThreadPool.dll",
- "ref/netcoreapp2.0/System.Threading.ThreadPool.xml",
- "ref/netcoreapp2.0/System.Threading.Timer.dll",
- "ref/netcoreapp2.0/System.Threading.Timer.xml",
- "ref/netcoreapp2.0/System.Threading.dll",
- "ref/netcoreapp2.0/System.Threading.xml",
- "ref/netcoreapp2.0/System.Transactions.Local.dll",
- "ref/netcoreapp2.0/System.Transactions.Local.xml",
- "ref/netcoreapp2.0/System.Transactions.dll",
- "ref/netcoreapp2.0/System.ValueTuple.dll",
- "ref/netcoreapp2.0/System.ValueTuple.xml",
- "ref/netcoreapp2.0/System.Web.HttpUtility.dll",
- "ref/netcoreapp2.0/System.Web.HttpUtility.xml",
- "ref/netcoreapp2.0/System.Web.dll",
- "ref/netcoreapp2.0/System.Windows.dll",
- "ref/netcoreapp2.0/System.Xml.Linq.dll",
- "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll",
- "ref/netcoreapp2.0/System.Xml.ReaderWriter.xml",
- "ref/netcoreapp2.0/System.Xml.Serialization.dll",
- "ref/netcoreapp2.0/System.Xml.XDocument.dll",
- "ref/netcoreapp2.0/System.Xml.XDocument.xml",
- "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll",
- "ref/netcoreapp2.0/System.Xml.XPath.XDocument.xml",
- "ref/netcoreapp2.0/System.Xml.XPath.dll",
- "ref/netcoreapp2.0/System.Xml.XPath.xml",
- "ref/netcoreapp2.0/System.Xml.XmlDocument.dll",
- "ref/netcoreapp2.0/System.Xml.XmlDocument.xml",
- "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll",
- "ref/netcoreapp2.0/System.Xml.XmlSerializer.xml",
- "ref/netcoreapp2.0/System.Xml.dll",
- "ref/netcoreapp2.0/System.dll",
- "ref/netcoreapp2.0/WindowsBase.dll",
- "ref/netcoreapp2.0/mscorlib.dll",
- "ref/netcoreapp2.0/netstandard.dll",
- "runtime.json"
- ]
- },
- "Microsoft.NETCore.DotNetAppHost/2.0.0": {
- "sha512": "L4GGkcI/Mxl8PKLRpFdGmLb5oI8sGIR05bDTGkzCoamAjdUl1Zhkov2swjEsZvKYT8kkdiz39LtwyGYuCJxm1A==",
- "type": "package",
- "path": "microsoft.netcore.dotnetapphost/2.0.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "microsoft.netcore.dotnetapphost.2.0.0.nupkg.sha512",
- "microsoft.netcore.dotnetapphost.nuspec",
- "runtime.json"
- ]
- },
- "Microsoft.NETCore.DotNetHostPolicy/2.0.0": {
- "sha512": "rm7mMn0A93fwyAwVhbyOCcPuu2hZNL0A0dAur9sNG9pEkONPfCEQeF7m2mC8KpqZO0Ol6tpV5J0AF3HTXT3GXA==",
- "type": "package",
- "path": "microsoft.netcore.dotnethostpolicy/2.0.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "microsoft.netcore.dotnethostpolicy.2.0.0.nupkg.sha512",
- "microsoft.netcore.dotnethostpolicy.nuspec",
- "runtime.json"
- ]
- },
- "Microsoft.NETCore.DotNetHostResolver/2.0.0": {
- "sha512": "uBbjpeSrwsaTCADZCzRk+3aBzNnMqkC4zftJWBsL+Zk+8u+W+/lMb2thM5Y4hiVrv1YQg9t6dKldXzOKkY+pQw==",
- "type": "package",
- "path": "microsoft.netcore.dotnethostresolver/2.0.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "microsoft.netcore.dotnethostresolver.2.0.0.nupkg.sha512",
- "microsoft.netcore.dotnethostresolver.nuspec",
- "runtime.json"
- ]
- },
- "Microsoft.NETCore.Platforms/2.0.0": {
- "sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
- "type": "package",
- "path": "microsoft.netcore.platforms/2.0.0",
- "files": [
- "LICENSE.TXT",
- "Microsoft.NETCore.Platforms.2.0.0.nupkg.sha512",
- "Microsoft.NETCore.Platforms.nuspec",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/netstandard1.0/_._",
- "runtime.json",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "type": "package",
- "path": "microsoft.netcore.targets/1.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.targets.1.1.0.nupkg.sha512",
- "microsoft.netcore.targets.nuspec",
- "runtime.json"
- ]
- },
- "Microsoft.Win32.Registry/4.4.0": {
- "sha512": "dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==",
- "type": "package",
- "path": "microsoft.win32.registry/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net46/Microsoft.Win32.Registry.dll",
- "lib/net461/Microsoft.Win32.Registry.dll",
- "lib/netstandard1.3/Microsoft.Win32.Registry.dll",
- "lib/netstandard2.0/Microsoft.Win32.Registry.dll",
- "microsoft.win32.registry.4.4.0.nupkg.sha512",
- "microsoft.win32.registry.nuspec",
- "ref/net46/Microsoft.Win32.Registry.dll",
- "ref/net461/Microsoft.Win32.Registry.dll",
- "ref/net461/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/Microsoft.Win32.Registry.dll",
- "ref/netstandard1.3/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
- "ref/netstandard2.0/Microsoft.Win32.Registry.dll",
- "ref/netstandard2.0/Microsoft.Win32.Registry.xml",
- "runtimes/unix/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll",
- "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
- "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll",
- "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll",
- "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "MySql.Data/8.0.11": {
- "sha512": "P5zKcnM2SVtdHD6gfReymJguIYLhNL5Og8Qm5TC9MEsSupsAYrRu4AB4nsbalrjqqv8VHBqVREWsXg9lY+q03A==",
- "type": "package",
- "path": "mysql.data/8.0.11",
- "files": [
- "lib/net452/MySql.Data.dll",
- "lib/net452/MySql.Data.xml",
- "lib/netcoreapp2.0/MySql.Data.dll",
- "lib/netcoreapp2.0/MySql.Data.xml",
- "lib/netstandard1.6/MySql.Data.dll",
- "lib/netstandard1.6/MySql.Data.xml",
- "lib/netstandard2.0/MySql.Data.dll",
- "lib/netstandard2.0/MySql.Data.xml",
- "mysql.data.8.0.11.nupkg.sha512",
- "mysql.data.nuspec"
- ]
- },
- "NETStandard.Library/2.0.0": {
- "sha512": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==",
- "type": "package",
- "path": "netstandard.library/2.0.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "build/NETStandard.Library.targets",
- "build/netstandard2.0/NETStandard.Library.targets",
- "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
- "build/netstandard2.0/ref/System.AppContext.dll",
- "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
- "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
- "build/netstandard2.0/ref/System.Collections.Specialized.dll",
- "build/netstandard2.0/ref/System.Collections.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
- "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
- "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
- "build/netstandard2.0/ref/System.ComponentModel.dll",
- "build/netstandard2.0/ref/System.Console.dll",
- "build/netstandard2.0/ref/System.Core.dll",
- "build/netstandard2.0/ref/System.Data.Common.dll",
- "build/netstandard2.0/ref/System.Data.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
- "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
- "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
- "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
- "build/netstandard2.0/ref/System.Drawing.dll",
- "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
- "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
- "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
- "build/netstandard2.0/ref/System.Globalization.dll",
- "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
- "build/netstandard2.0/ref/System.IO.Compression.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
- "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
- "build/netstandard2.0/ref/System.IO.Pipes.dll",
- "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
- "build/netstandard2.0/ref/System.IO.dll",
- "build/netstandard2.0/ref/System.Linq.Expressions.dll",
- "build/netstandard2.0/ref/System.Linq.Parallel.dll",
- "build/netstandard2.0/ref/System.Linq.Queryable.dll",
- "build/netstandard2.0/ref/System.Linq.dll",
- "build/netstandard2.0/ref/System.Net.Http.dll",
- "build/netstandard2.0/ref/System.Net.NameResolution.dll",
- "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
- "build/netstandard2.0/ref/System.Net.Ping.dll",
- "build/netstandard2.0/ref/System.Net.Primitives.dll",
- "build/netstandard2.0/ref/System.Net.Requests.dll",
- "build/netstandard2.0/ref/System.Net.Security.dll",
- "build/netstandard2.0/ref/System.Net.Sockets.dll",
- "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.dll",
- "build/netstandard2.0/ref/System.Net.dll",
- "build/netstandard2.0/ref/System.Numerics.dll",
- "build/netstandard2.0/ref/System.ObjectModel.dll",
- "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
- "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
- "build/netstandard2.0/ref/System.Reflection.dll",
- "build/netstandard2.0/ref/System.Resources.Reader.dll",
- "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
- "build/netstandard2.0/ref/System.Resources.Writer.dll",
- "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
- "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
- "build/netstandard2.0/ref/System.Runtime.Handles.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
- "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
- "build/netstandard2.0/ref/System.Runtime.dll",
- "build/netstandard2.0/ref/System.Security.Claims.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
- "build/netstandard2.0/ref/System.Security.Principal.dll",
- "build/netstandard2.0/ref/System.Security.SecureString.dll",
- "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.dll",
- "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
- "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.dll",
- "build/netstandard2.0/ref/System.Threading.Thread.dll",
- "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
- "build/netstandard2.0/ref/System.Threading.Timer.dll",
- "build/netstandard2.0/ref/System.Threading.dll",
- "build/netstandard2.0/ref/System.Transactions.dll",
- "build/netstandard2.0/ref/System.ValueTuple.dll",
- "build/netstandard2.0/ref/System.Web.dll",
- "build/netstandard2.0/ref/System.Windows.dll",
- "build/netstandard2.0/ref/System.Xml.Linq.dll",
- "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
- "build/netstandard2.0/ref/System.Xml.Serialization.dll",
- "build/netstandard2.0/ref/System.Xml.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.dll",
- "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
- "build/netstandard2.0/ref/System.Xml.dll",
- "build/netstandard2.0/ref/System.dll",
- "build/netstandard2.0/ref/mscorlib.dll",
- "build/netstandard2.0/ref/netstandard.dll",
- "build/netstandard2.0/ref/netstandard.xml",
- "lib/netstandard1.0/_._",
- "netstandard.library.2.0.0.nupkg.sha512",
- "netstandard.library.nuspec"
- ]
- },
- "Newtonsoft.Json/11.0.2": {
- "sha512": "IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "type": "package",
- "path": "newtonsoft.json/11.0.2",
- "files": [
- "LICENSE.md",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/netstandard1.3/Newtonsoft.Json.dll",
- "lib/netstandard1.3/Newtonsoft.Json.xml",
- "lib/netstandard2.0/Newtonsoft.Json.dll",
- "lib/netstandard2.0/Newtonsoft.Json.xml",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "newtonsoft.json.11.0.2.nupkg.sha512",
- "newtonsoft.json.nuspec"
- ]
- },
- "Npgsql/3.2.7": {
- "sha512": "CxSXzWn/MNbHX8L1xfQSzrZfJEA2Yt5cvT27Az5abmvbqtUY1ab6xAkmBj5FfLyKCIYEnmSrxn1IY1+Jy13oFA==",
- "type": "package",
- "path": "npgsql/3.2.7",
- "files": [
- "lib/net45/Npgsql.dll",
- "lib/net45/Npgsql.xml",
- "lib/net451/Npgsql.dll",
- "lib/net451/Npgsql.xml",
- "lib/netstandard1.3/Npgsql.dll",
- "lib/netstandard1.3/Npgsql.xml",
- "lib/netstandard2.0/Npgsql.dll",
- "lib/netstandard2.0/Npgsql.xml",
- "npgsql.3.2.7.nupkg.sha512",
- "npgsql.nuspec"
- ]
- },
- "runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "sha512": "A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
- "type": "package",
- "path": "runtime.native.system.data.sqlclient.sni/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
- "runtime.native.system.data.sqlclient.sni.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
- "type": "package",
- "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
- "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec",
- "runtimes/win-arm64/native/sni.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
- "type": "package",
- "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
- "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec",
- "runtimes/win-x64/native/sni.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
- "type": "package",
- "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
- "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec",
- "runtimes/win-x86/native/sni.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "SQLitePCLRaw.bundle_green/1.1.11": {
- "sha512": "Hqp8IF/RLjbypkLm+t+1RqAX8EKuWEkj7wkLXplfENQoPnE127cvTmaDvaQKtt7a5QsD/HNjFDr1z5f9q2wdPg==",
- "type": "package",
- "path": "sqlitepclraw.bundle_green/1.1.11",
- "files": [
- "build/wp8/SQLitePCLRaw.bundle_green.targets",
- "build/wp80/arm/SQLitePCLRaw.batteries_green.dll",
- "build/wp80/arm/SQLitePCLRaw.batteries_v2.dll",
- "build/wp80/x86/SQLitePCLRaw.batteries_green.dll",
- "build/wp80/x86/SQLitePCLRaw.batteries_v2.dll",
- "lib/MonoAndroid/SQLitePCLRaw.batteries_green.dll",
- "lib/MonoAndroid/SQLitePCLRaw.batteries_v2.dll",
- "lib/Xamarin.Mac20/SQLitePCLRaw.batteries_green.dll",
- "lib/Xamarin.Mac20/SQLitePCLRaw.batteries_v2.dll",
- "lib/Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
- "lib/Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll",
- "lib/net35/SQLitePCLRaw.batteries_green.dll",
- "lib/net35/SQLitePCLRaw.batteries_v2.dll",
- "lib/net40/SQLitePCLRaw.batteries_green.dll",
- "lib/net40/SQLitePCLRaw.batteries_v2.dll",
- "lib/net45/SQLitePCLRaw.batteries_green.dll",
- "lib/net45/SQLitePCLRaw.batteries_v2.dll",
- "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll",
- "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll",
- "lib/netstandard1.1/SQLitePCLRaw.batteries_green.dll",
- "lib/netstandard1.1/SQLitePCLRaw.batteries_v2.dll",
- "lib/portable-net40+sl5+netcore45+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
- "lib/portable-net40+sl5+netcore45+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll",
- "lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
- "lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll",
- "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
- "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll",
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll",
- "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll",
- "lib/win8/SQLitePCLRaw.batteries_green.dll",
- "lib/win8/SQLitePCLRaw.batteries_v2.dll",
- "lib/win81/SQLitePCLRaw.batteries_green.dll",
- "lib/win81/SQLitePCLRaw.batteries_v2.dll",
- "lib/wp8/_._",
- "lib/wpa81/SQLitePCLRaw.batteries_green.dll",
- "lib/wpa81/SQLitePCLRaw.batteries_v2.dll",
- "sqlitepclraw.bundle_green.1.1.11.nupkg.sha512",
- "sqlitepclraw.bundle_green.nuspec"
- ]
- },
- "SQLitePCLRaw.core/1.1.11": {
- "sha512": "QT17CyQAQIbTCu6pW5+uVA8BXqRzquiDI1tr5Un6c1YZcQydPmGPuYYng9xMs2UHUDYHbTu+JDkp55WR+qo9bQ==",
- "type": "package",
- "path": "sqlitepclraw.core/1.1.11",
- "files": [
- "lib/MonoAndroid/SQLitePCLRaw.core.dll",
- "lib/Xamarin.Mac20/SQLitePCLRaw.core.dll",
- "lib/Xamarin.iOS10/SQLitePCLRaw.core.dll",
- "lib/net35/SQLitePCLRaw.core.dll",
- "lib/net40/SQLitePCLRaw.core.dll",
- "lib/net45/SQLitePCLRaw.core.dll",
- "lib/netstandard1.0/SQLitePCLRaw.core.dll",
- "lib/netstandard1.1/SQLitePCLRaw.core.dll",
- "lib/portable-net40+sl5+netcore45+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.core.dll",
- "lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.core.dll",
- "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.core.dll",
- "lib/uap10.0/SQLitePCLRaw.core.dll",
- "lib/win8/SQLitePCLRaw.core.dll",
- "lib/win81/SQLitePCLRaw.core.dll",
- "lib/wpa81/SQLitePCLRaw.core.dll",
- "sqlitepclraw.core.1.1.11.nupkg.sha512",
- "sqlitepclraw.core.nuspec"
- ]
- },
- "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.11": {
- "sha512": "yt79OujiYBueEUdhTQI+fIdmRpFEGcaMLziSCfhG2dsAERDvCQ+FB5tQgZBdFkB2kmVl0llskzBtwSbg3WEIdQ==",
- "type": "package",
- "path": "sqlitepclraw.lib.e_sqlite3.linux/1.1.11",
- "files": [
- "build/net35/SQLitePCLRaw.lib.e_sqlite3.linux.targets",
- "lib/net35/_._",
- "lib/netstandard1.0/_._",
- "lib/netstandard2.0/_._",
- "runtimes/alpine-x64/native/libe_sqlite3.so",
- "runtimes/linux-arm/native/libe_sqlite3.so",
- "runtimes/linux-arm64/native/libe_sqlite3.so",
- "runtimes/linux-armel/native/libe_sqlite3.so",
- "runtimes/linux-musl-x64/native/libe_sqlite3.so",
- "runtimes/linux-x64/native/libe_sqlite3.so",
- "runtimes/linux-x86/native/libe_sqlite3.so",
- "sqlitepclraw.lib.e_sqlite3.linux.1.1.11.nupkg.sha512",
- "sqlitepclraw.lib.e_sqlite3.linux.nuspec"
- ]
- },
- "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.11": {
- "sha512": "o6rxxAFS5Hya6AXCA/eU+1QqwpGVHJBaJjIG+Mui3kIqcV6d+qz0zi46i1QNK6TAel8Sj4QlXO85wNPN70BMEg==",
- "type": "package",
- "path": "sqlitepclraw.lib.e_sqlite3.osx/1.1.11",
- "files": [
- "build/Xamarin.Mac20/SQLitePCLRaw.lib.e_sqlite3.osx.targets",
- "build/net35/SQLitePCLRaw.lib.e_sqlite3.osx.targets",
- "lib/Xamarin.Mac20/_._",
- "lib/net35/_._",
- "lib/netstandard1.0/_._",
- "lib/netstandard2.0/_._",
- "runtimes/osx-x64/native/libe_sqlite3.dylib",
- "sqlitepclraw.lib.e_sqlite3.osx.1.1.11.nupkg.sha512",
- "sqlitepclraw.lib.e_sqlite3.osx.nuspec"
- ]
- },
- "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.11": {
- "sha512": "h1Jng85sdFV/IC+Lri+buN1r5Kd0kgh0lh/pc4jlHd3tljZhc2Si2GW1VD0hJc4p/P4oSVa2426hBAi1y6/goA==",
- "type": "package",
- "path": "sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.11",
- "files": [
- "build/net35/SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets",
- "lib/net35/_._",
- "lib/netstandard1.0/_._",
- "lib/netstandard2.0/_._",
- "runtimes/win-x64/native/e_sqlite3.dll",
- "runtimes/win-x86/native/e_sqlite3.dll",
- "runtimes/win8-arm/native/e_sqlite3.dll",
- "sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.11.nupkg.sha512",
- "sqlitepclraw.lib.e_sqlite3.v110_xp.nuspec"
- ]
- },
- "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.11": {
- "sha512": "6q2qXc7GA11ZFh3ATFj9LjzF0HfMtlN1hDi8QATSoML4sR+inquXdionvyX8nUegutOAGXjKDp+8MziaUV5Pkg==",
- "type": "package",
- "path": "sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.11",
- "files": [
- "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll",
- "sqlitepclraw.provider.e_sqlite3.netstandard11.1.1.11.nupkg.sha512",
- "sqlitepclraw.provider.e_sqlite3.netstandard11.nuspec"
- ]
- },
- "System.Collections/4.3.0": {
- "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "type": "package",
- "path": "system.collections/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Collections.dll",
- "ref/netcore50/System.Collections.xml",
- "ref/netcore50/de/System.Collections.xml",
- "ref/netcore50/es/System.Collections.xml",
- "ref/netcore50/fr/System.Collections.xml",
- "ref/netcore50/it/System.Collections.xml",
- "ref/netcore50/ja/System.Collections.xml",
- "ref/netcore50/ko/System.Collections.xml",
- "ref/netcore50/ru/System.Collections.xml",
- "ref/netcore50/zh-hans/System.Collections.xml",
- "ref/netcore50/zh-hant/System.Collections.xml",
- "ref/netstandard1.0/System.Collections.dll",
- "ref/netstandard1.0/System.Collections.xml",
- "ref/netstandard1.0/de/System.Collections.xml",
- "ref/netstandard1.0/es/System.Collections.xml",
- "ref/netstandard1.0/fr/System.Collections.xml",
- "ref/netstandard1.0/it/System.Collections.xml",
- "ref/netstandard1.0/ja/System.Collections.xml",
- "ref/netstandard1.0/ko/System.Collections.xml",
- "ref/netstandard1.0/ru/System.Collections.xml",
- "ref/netstandard1.0/zh-hans/System.Collections.xml",
- "ref/netstandard1.0/zh-hant/System.Collections.xml",
- "ref/netstandard1.3/System.Collections.dll",
- "ref/netstandard1.3/System.Collections.xml",
- "ref/netstandard1.3/de/System.Collections.xml",
- "ref/netstandard1.3/es/System.Collections.xml",
- "ref/netstandard1.3/fr/System.Collections.xml",
- "ref/netstandard1.3/it/System.Collections.xml",
- "ref/netstandard1.3/ja/System.Collections.xml",
- "ref/netstandard1.3/ko/System.Collections.xml",
- "ref/netstandard1.3/ru/System.Collections.xml",
- "ref/netstandard1.3/zh-hans/System.Collections.xml",
- "ref/netstandard1.3/zh-hant/System.Collections.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.collections.4.3.0.nupkg.sha512",
- "system.collections.nuspec"
- ]
- },
- "System.Configuration.ConfigurationManager/4.4.0": {
- "sha512": "gWwQv/Ug1qWJmHCmN17nAbxJYmQBM/E94QxKLksvUiiKB1Ld3Sc/eK1lgmbSjDFxkQhVuayI/cGFZhpBSodLrg==",
- "type": "package",
- "path": "system.configuration.configurationmanager/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Configuration.ConfigurationManager.dll",
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
- "ref/net461/System.Configuration.ConfigurationManager.dll",
- "ref/net461/System.Configuration.ConfigurationManager.xml",
- "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll",
- "ref/netstandard2.0/System.Configuration.ConfigurationManager.xml",
- "system.configuration.configurationmanager.4.4.0.nupkg.sha512",
- "system.configuration.configurationmanager.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Data.SqlClient/4.4.3": {
- "sha512": "D1hEOS1oPLJ6WcGCzpTWe8SauWVxnDoDTUWhv5XCNdRm/QeSUk4BQ3ZDe7BH+zNVHDBkPYjVzpVjnCl43eOSGg==",
- "type": "package",
- "path": "system.data.sqlclient/4.4.3",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net451/System.Data.SqlClient.dll",
- "lib/net46/System.Data.SqlClient.dll",
- "lib/net461/System.Data.SqlClient.dll",
- "lib/netstandard1.2/System.Data.SqlClient.dll",
- "lib/netstandard1.3/System.Data.SqlClient.dll",
- "lib/netstandard2.0/System.Data.SqlClient.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net451/System.Data.SqlClient.dll",
- "ref/net46/System.Data.SqlClient.dll",
- "ref/net461/System.Data.SqlClient.dll",
- "ref/net461/System.Data.SqlClient.xml",
- "ref/netstandard1.2/System.Data.SqlClient.dll",
- "ref/netstandard1.2/System.Data.SqlClient.xml",
- "ref/netstandard1.2/de/System.Data.SqlClient.xml",
- "ref/netstandard1.2/es/System.Data.SqlClient.xml",
- "ref/netstandard1.2/fr/System.Data.SqlClient.xml",
- "ref/netstandard1.2/it/System.Data.SqlClient.xml",
- "ref/netstandard1.2/ja/System.Data.SqlClient.xml",
- "ref/netstandard1.2/ko/System.Data.SqlClient.xml",
- "ref/netstandard1.2/ru/System.Data.SqlClient.xml",
- "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml",
- "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml",
- "ref/netstandard1.3/System.Data.SqlClient.dll",
- "ref/netstandard1.3/System.Data.SqlClient.xml",
- "ref/netstandard1.3/de/System.Data.SqlClient.xml",
- "ref/netstandard1.3/es/System.Data.SqlClient.xml",
- "ref/netstandard1.3/fr/System.Data.SqlClient.xml",
- "ref/netstandard1.3/it/System.Data.SqlClient.xml",
- "ref/netstandard1.3/ja/System.Data.SqlClient.xml",
- "ref/netstandard1.3/ko/System.Data.SqlClient.xml",
- "ref/netstandard1.3/ru/System.Data.SqlClient.xml",
- "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml",
- "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml",
- "ref/netstandard2.0/System.Data.SqlClient.dll",
- "ref/netstandard2.0/System.Data.SqlClient.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll",
- "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll",
- "runtimes/win/lib/net451/System.Data.SqlClient.dll",
- "runtimes/win/lib/net46/System.Data.SqlClient.dll",
- "runtimes/win/lib/net461/System.Data.SqlClient.dll",
- "runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll",
- "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll",
- "system.data.sqlclient.4.4.3.nupkg.sha512",
- "system.data.sqlclient.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Runtime/4.3.0": {
- "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "type": "package",
- "path": "system.runtime/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net462/System.Runtime.dll",
- "lib/portable-net45+win8+wp80+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net462/System.Runtime.dll",
- "ref/netcore50/System.Runtime.dll",
- "ref/netcore50/System.Runtime.xml",
- "ref/netcore50/de/System.Runtime.xml",
- "ref/netcore50/es/System.Runtime.xml",
- "ref/netcore50/fr/System.Runtime.xml",
- "ref/netcore50/it/System.Runtime.xml",
- "ref/netcore50/ja/System.Runtime.xml",
- "ref/netcore50/ko/System.Runtime.xml",
- "ref/netcore50/ru/System.Runtime.xml",
- "ref/netcore50/zh-hans/System.Runtime.xml",
- "ref/netcore50/zh-hant/System.Runtime.xml",
- "ref/netstandard1.0/System.Runtime.dll",
- "ref/netstandard1.0/System.Runtime.xml",
- "ref/netstandard1.0/de/System.Runtime.xml",
- "ref/netstandard1.0/es/System.Runtime.xml",
- "ref/netstandard1.0/fr/System.Runtime.xml",
- "ref/netstandard1.0/it/System.Runtime.xml",
- "ref/netstandard1.0/ja/System.Runtime.xml",
- "ref/netstandard1.0/ko/System.Runtime.xml",
- "ref/netstandard1.0/ru/System.Runtime.xml",
- "ref/netstandard1.0/zh-hans/System.Runtime.xml",
- "ref/netstandard1.0/zh-hant/System.Runtime.xml",
- "ref/netstandard1.2/System.Runtime.dll",
- "ref/netstandard1.2/System.Runtime.xml",
- "ref/netstandard1.2/de/System.Runtime.xml",
- "ref/netstandard1.2/es/System.Runtime.xml",
- "ref/netstandard1.2/fr/System.Runtime.xml",
- "ref/netstandard1.2/it/System.Runtime.xml",
- "ref/netstandard1.2/ja/System.Runtime.xml",
- "ref/netstandard1.2/ko/System.Runtime.xml",
- "ref/netstandard1.2/ru/System.Runtime.xml",
- "ref/netstandard1.2/zh-hans/System.Runtime.xml",
- "ref/netstandard1.2/zh-hant/System.Runtime.xml",
- "ref/netstandard1.3/System.Runtime.dll",
- "ref/netstandard1.3/System.Runtime.xml",
- "ref/netstandard1.3/de/System.Runtime.xml",
- "ref/netstandard1.3/es/System.Runtime.xml",
- "ref/netstandard1.3/fr/System.Runtime.xml",
- "ref/netstandard1.3/it/System.Runtime.xml",
- "ref/netstandard1.3/ja/System.Runtime.xml",
- "ref/netstandard1.3/ko/System.Runtime.xml",
- "ref/netstandard1.3/ru/System.Runtime.xml",
- "ref/netstandard1.3/zh-hans/System.Runtime.xml",
- "ref/netstandard1.3/zh-hant/System.Runtime.xml",
- "ref/netstandard1.5/System.Runtime.dll",
- "ref/netstandard1.5/System.Runtime.xml",
- "ref/netstandard1.5/de/System.Runtime.xml",
- "ref/netstandard1.5/es/System.Runtime.xml",
- "ref/netstandard1.5/fr/System.Runtime.xml",
- "ref/netstandard1.5/it/System.Runtime.xml",
- "ref/netstandard1.5/ja/System.Runtime.xml",
- "ref/netstandard1.5/ko/System.Runtime.xml",
- "ref/netstandard1.5/ru/System.Runtime.xml",
- "ref/netstandard1.5/zh-hans/System.Runtime.xml",
- "ref/netstandard1.5/zh-hant/System.Runtime.xml",
- "ref/portable-net45+win8+wp80+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.runtime.4.3.0.nupkg.sha512",
- "system.runtime.nuspec"
- ]
- },
- "System.Security.AccessControl/4.4.0": {
- "sha512": "2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==",
- "type": "package",
- "path": "system.security.accesscontrol/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net46/System.Security.AccessControl.dll",
- "lib/net461/System.Security.AccessControl.dll",
- "lib/netstandard1.3/System.Security.AccessControl.dll",
- "lib/netstandard2.0/System.Security.AccessControl.dll",
- "ref/net46/System.Security.AccessControl.dll",
- "ref/net461/System.Security.AccessControl.dll",
- "ref/net461/System.Security.AccessControl.xml",
- "ref/netstandard1.3/System.Security.AccessControl.dll",
- "ref/netstandard1.3/System.Security.AccessControl.xml",
- "ref/netstandard1.3/de/System.Security.AccessControl.xml",
- "ref/netstandard1.3/es/System.Security.AccessControl.xml",
- "ref/netstandard1.3/fr/System.Security.AccessControl.xml",
- "ref/netstandard1.3/it/System.Security.AccessControl.xml",
- "ref/netstandard1.3/ja/System.Security.AccessControl.xml",
- "ref/netstandard1.3/ko/System.Security.AccessControl.xml",
- "ref/netstandard1.3/ru/System.Security.AccessControl.xml",
- "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
- "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
- "ref/netstandard2.0/System.Security.AccessControl.dll",
- "ref/netstandard2.0/System.Security.AccessControl.xml",
- "runtimes/unix/lib/netcoreapp2.0/System.Security.AccessControl.dll",
- "runtimes/win/lib/net46/System.Security.AccessControl.dll",
- "runtimes/win/lib/net461/System.Security.AccessControl.dll",
- "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
- "system.security.accesscontrol.4.4.0.nupkg.sha512",
- "system.security.accesscontrol.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Security.Cryptography.ProtectedData/4.4.0": {
- "sha512": "cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
- "type": "package",
- "path": "system.security.cryptography.protecteddata/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Security.Cryptography.ProtectedData.dll",
- "lib/net461/System.Security.Cryptography.ProtectedData.dll",
- "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Security.Cryptography.ProtectedData.dll",
- "ref/net461/System.Security.Cryptography.ProtectedData.dll",
- "ref/net461/System.Security.Cryptography.ProtectedData.xml",
- "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
- "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
- "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll",
- "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
- "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
- "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512",
- "system.security.cryptography.protecteddata.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Security.Permissions/4.4.0": {
- "sha512": "ArK+Kh7BSqWhspqO3qe8R25MeUzBm3ZdWbYiN6Q0kLO3nR4dLeZzS03C0QUI/470w7pGRm7lUZ9sjfDQKJjRcQ==",
- "type": "package",
- "path": "system.security.permissions/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Security.Permissions.dll",
- "lib/netstandard2.0/System.Security.Permissions.dll",
- "ref/net461/System.Security.Permissions.dll",
- "ref/netstandard2.0/System.Security.Permissions.dll",
- "ref/netstandard2.0/System.Security.Permissions.xml",
- "system.security.permissions.4.4.0.nupkg.sha512",
- "system.security.permissions.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Security.Principal.Windows/4.4.0": {
- "sha512": "pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==",
- "type": "package",
- "path": "system.security.principal.windows/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net46/System.Security.Principal.Windows.dll",
- "lib/net461/System.Security.Principal.Windows.dll",
- "lib/netstandard1.3/System.Security.Principal.Windows.dll",
- "lib/netstandard2.0/System.Security.Principal.Windows.dll",
- "ref/net46/System.Security.Principal.Windows.dll",
- "ref/net461/System.Security.Principal.Windows.dll",
- "ref/net461/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/System.Security.Principal.Windows.dll",
- "ref/netstandard1.3/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
- "ref/netstandard2.0/System.Security.Principal.Windows.dll",
- "ref/netstandard2.0/System.Security.Principal.Windows.xml",
- "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
- "system.security.principal.windows.4.4.0.nupkg.sha512",
- "system.security.principal.windows.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Text.Encoding.CodePages/4.4.0": {
- "sha512": "6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
- "type": "package",
- "path": "system.text.encoding.codepages/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Text.Encoding.CodePages.dll",
- "lib/net461/System.Text.Encoding.CodePages.dll",
- "lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "ref/netstandard1.3/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml",
- "ref/netstandard2.0/System.Text.Encoding.CodePages.dll",
- "ref/netstandard2.0/System.Text.Encoding.CodePages.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll",
- "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll",
- "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
- "system.text.encoding.codepages.4.4.0.nupkg.sha512",
- "system.text.encoding.codepages.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Threading.Tasks/4.3.0": {
- "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "type": "package",
- "path": "system.threading.tasks/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Threading.Tasks.dll",
- "ref/netcore50/System.Threading.Tasks.xml",
- "ref/netcore50/de/System.Threading.Tasks.xml",
- "ref/netcore50/es/System.Threading.Tasks.xml",
- "ref/netcore50/fr/System.Threading.Tasks.xml",
- "ref/netcore50/it/System.Threading.Tasks.xml",
- "ref/netcore50/ja/System.Threading.Tasks.xml",
- "ref/netcore50/ko/System.Threading.Tasks.xml",
- "ref/netcore50/ru/System.Threading.Tasks.xml",
- "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
- "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
- "ref/netstandard1.0/System.Threading.Tasks.dll",
- "ref/netstandard1.0/System.Threading.Tasks.xml",
- "ref/netstandard1.0/de/System.Threading.Tasks.xml",
- "ref/netstandard1.0/es/System.Threading.Tasks.xml",
- "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
- "ref/netstandard1.0/it/System.Threading.Tasks.xml",
- "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
- "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
- "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
- "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
- "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
- "ref/netstandard1.3/System.Threading.Tasks.dll",
- "ref/netstandard1.3/System.Threading.Tasks.xml",
- "ref/netstandard1.3/de/System.Threading.Tasks.xml",
- "ref/netstandard1.3/es/System.Threading.Tasks.xml",
- "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
- "ref/netstandard1.3/it/System.Threading.Tasks.xml",
- "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
- "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
- "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
- "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
- "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.threading.tasks.4.3.0.nupkg.sha512",
- "system.threading.tasks.nuspec"
- ]
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "sha512": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
- "type": "package",
- "path": "system.threading.tasks.extensions/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
- "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
- "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
- "system.threading.tasks.extensions.4.3.0.nupkg.sha512",
- "system.threading.tasks.extensions.nuspec"
- ]
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "path": "../Ultz.BeagleFramework/Ultz.BeagleFramework.csproj",
- "msbuildProject": "../Ultz.BeagleFramework/Ultz.BeagleFramework.csproj"
- },
- "Ultz.BeagleFramework.MySql/1.1.0": {
- "type": "project",
- "path": "../Ultz.BeagleFramework.MySql/Ultz.BeagleFramework.MySql.csproj",
- "msbuildProject": "../Ultz.BeagleFramework.MySql/Ultz.BeagleFramework.MySql.csproj"
- },
- "Ultz.BeagleFramework.Npgsql/1.1.0": {
- "type": "project",
- "path": "../Ultz.BeagleFramework.Npgsql/Ultz.BeagleFramework.Npgsql.csproj",
- "msbuildProject": "../Ultz.BeagleFramework.Npgsql/Ultz.BeagleFramework.Npgsql.csproj"
- },
- "Ultz.BeagleFramework.SQLite/1.1.0": {
- "type": "project",
- "path": "../Ultz.BeagleFramework.SQLite/Ultz.BeagleFramework.SQLite.csproj",
- "msbuildProject": "../Ultz.BeagleFramework.SQLite/Ultz.BeagleFramework.SQLite.csproj"
- },
- "Ultz.BeagleFramework.SqlServer/1.1.0": {
- "type": "project",
- "path": "../Ultz.BeagleFramework.SqlServer/Ultz.BeagleFramework.SqlServer.csproj",
- "msbuildProject": "../Ultz.BeagleFramework.SqlServer/Ultz.BeagleFramework.SqlServer.csproj"
- }
- },
- "projectFileDependencyGroups": {
- ".NETCoreApp,Version=v2.0": [
- "Microsoft.NETCore.App >= 2.0.0",
- "Ultz.BeagleFramework >= 1.1.0",
- "Ultz.BeagleFramework.MySql >= 1.1.0",
- "Ultz.BeagleFramework.Npgsql >= 1.1.0",
- "Ultz.BeagleFramework.SQLite >= 1.1.0",
- "Ultz.BeagleFramework.SqlServer >= 1.1.0"
- ]
- },
- "packageFolders": {
- "C:\\Users\\Dylan Perks\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback": {},
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\BeagleTestApp\\BeagleTestApp.csproj",
- "projectName": "BeagleTestApp",
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\BeagleTestApp\\BeagleTestApp.csproj",
- "packagesPath": "C:\\Users\\Dylan Perks\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\BeagleTestApp\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ],
- "configFilePaths": [
- "C:\\Users\\Dylan Perks\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config"
- ],
- "originalTargetFrameworks": [
- "netcoreapp2.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netcoreapp2.0": {
- "projectReferences": {
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.MySql\\Ultz.BeagleFramework.MySql.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.MySql\\Ultz.BeagleFramework.MySql.csproj"
- },
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.Npgsql\\Ultz.BeagleFramework.Npgsql.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.Npgsql\\Ultz.BeagleFramework.Npgsql.csproj"
- },
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SQLite\\Ultz.BeagleFramework.SQLite.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SQLite\\Ultz.BeagleFramework.SQLite.csproj"
- },
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SqlServer\\Ultz.BeagleFramework.SqlServer.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SqlServer\\Ultz.BeagleFramework.SqlServer.csproj"
- },
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netcoreapp2.0": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.0, )",
- "autoReferenced": true
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- }
- }
-}
\ No newline at end of file
diff --git a/BeagleTestApp/obj/project.packagespec.json b/BeagleTestApp/obj/project.packagespec.json
deleted file mode 100644
index fe1d2a2..0000000
--- a/BeagleTestApp/obj/project.packagespec.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\BeagleTestApp\\BeagleTestApp.csproj",
- "projectName": "BeagleTestApp",
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\BeagleTestApp\\BeagleTestApp.csproj",
- "outputPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\BeagleTestApp\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ],
- "originalTargetFrameworks": [
- "netcoreapp2.0"
- ],
- "frameworks": {
- "netcoreapp2.0": {
- "projectReferences": {
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.MySql\\Ultz.BeagleFramework.MySql.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.MySql\\Ultz.BeagleFramework.MySql.csproj"
- },
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.Npgsql\\Ultz.BeagleFramework.Npgsql.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.Npgsql\\Ultz.BeagleFramework.Npgsql.csproj"
- },
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SQLite\\Ultz.BeagleFramework.SQLite.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SQLite\\Ultz.BeagleFramework.SQLite.csproj"
- },
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SqlServer\\Ultz.BeagleFramework.SqlServer.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SqlServer\\Ultz.BeagleFramework.SqlServer.csproj"
- },
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netcoreapp2.0": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.0, )",
- "autoReferenced": true
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- }
-}
\ No newline at end of file
diff --git a/BeagleTestApp/test.db b/BeagleTestApp/test.db
deleted file mode 100644
index 45f70c1..0000000
Binary files a/BeagleTestApp/test.db and /dev/null differ
diff --git a/BeagleTestApp/test2.db b/BeagleTestApp/test2.db
deleted file mode 100644
index 4917704..0000000
Binary files a/BeagleTestApp/test2.db and /dev/null differ
diff --git a/BeagleTestApp/test3.db b/BeagleTestApp/test3.db
deleted file mode 100644
index fb92bd7..0000000
Binary files a/BeagleTestApp/test3.db and /dev/null differ
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2acfe04
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# Beagle Framework
+Beagle Framework is an add-on for the ADO.NET database access technology, providing more user-friendly access to databases and relational tables. Currently, it only supports SQL Server but we intend to expand to SQLite, PostgreSQL, Oracle SQL, and MySQL.
+
+# Contributing
+Beagle Framework uses and encourages [Early Pull Requests](https://medium.com/practical-blend/pull-request-first-f6bb667a9b6). Please don't wait until you're done to open a PR!
+
+1. Install [Git](https://git-scm.com/downloads) and the [.NET Core SDK](https://www.microsoft.com/net/download)
+2. [Fork Beagle Framework](https://github.com/Ultz/BeagleFramework/fork)
+3. Create a branch on your fork.
+4. Add an empty commit to start your work off (and let you open a PR): `git commit --allow-empty -m "start of [thing you're working on]"`
+5. Open a **draft pull request** with `[WIP]` in the title. Do this **before** you actually start working.
+6. Make your commits in small, incremental steps with clear descriptions.
+7. Tag a maintainer when you're done and ask for a review!
diff --git a/Ultz.BeagleFramework.MySql/MySqlConnector.cs b/Ultz.BeagleFramework.MySql/MySqlConnector.cs
deleted file mode 100644
index 753fbf2..0000000
--- a/Ultz.BeagleFramework.MySql/MySqlConnector.cs
+++ /dev/null
@@ -1,59 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Data.Common;
-using MySql.Data.MySqlClient;
-using Ultz.BeagleFramework.Sql;
-
-namespace Ultz.BeagleFramework.MySql
-{
- public class MySqlConnector : SqlConnector
- {
- private string _conn;
- public override void Init(string connectionString)
- {
- //string connectionString =
- // "Data Source=(local);Initial Catalog=Northwind;"
- // + "Integrated Security=true";
-
- _conn = connectionString;
- }
-
- public override void Deinit()
- {
- }
-
- public override DbConnection CreateConnection()
- {
- return new MySqlConnection(_conn);
- }
-
- public override DbCommand CreateCommand(string query,DbConnection connection)
- {
- return new MySqlCommand(query,(MySqlConnection)connection);
- }
-
-
- public override DbParameter CreateParameter(string name)
- {
- return new MySqlParameter("@"+name,MySqlDbType.String,-1,name);
- }
-
- public override DbDataAdapter CreateAdapter(string cmd,DbConnection conn)
- {
- return new MySqlDataAdapter(cmd,(MySqlConnection)conn);
- }
-
- public override DbParameter CreateIntParameter(string name)
- {
- return new MySqlParameter("@"+name,MySqlDbType.Int32,-1,name);
- }
-
- public override string VarCharMax => "LONGTEXT";
- public override string Int => "int";
-
- public override string ProcessMessage(string s)
- {
- return s;
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/MySqlEngine.cs b/Ultz.BeagleFramework.MySql/MySqlEngine.cs
deleted file mode 100644
index 97b3811..0000000
--- a/Ultz.BeagleFramework.MySql/MySqlEngine.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using Ultz.BeagleFramework.Sql;
-
-namespace Ultz.BeagleFramework.MySql
-{
- public class MySqlEngine : SqlEngine
- {
- public override string Id => "mysql";
- public override SqlConnector Connector { get; } = new MySqlConnector();
-
- public MySqlEngine(string connectionString) : base(connectionString)
- {
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/Ultz.BeagleFramework.MySql.csproj b/Ultz.BeagleFramework.MySql/Ultz.BeagleFramework.MySql.csproj
deleted file mode 100644
index 9fedd2f..0000000
--- a/Ultz.BeagleFramework.MySql/Ultz.BeagleFramework.MySql.csproj
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
- netstandard2.0
- Ultz
- 1.1.4.1
- Ultz Limited
- Beagle Framework
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to MySQL
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle
- Git
- For the complete release announcement, see this blog post: https://confluence.ultz.co.uk/products/beagle/blog/2018/05/announcing-beagle-framework-1-1
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/Ultz.BeagleFramework.MySql.1.0.0.nupkg b/Ultz.BeagleFramework.MySql/bin/Debug/Ultz.BeagleFramework.MySql.1.0.0.nupkg
deleted file mode 100644
index 03c9fec..0000000
Binary files a/Ultz.BeagleFramework.MySql/bin/Debug/Ultz.BeagleFramework.MySql.1.0.0.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/Ultz.BeagleFramework.MySql.1.0.1.1.nupkg b/Ultz.BeagleFramework.MySql/bin/Debug/Ultz.BeagleFramework.MySql.1.0.1.1.nupkg
deleted file mode 100644
index e7954a5..0000000
Binary files a/Ultz.BeagleFramework.MySql/bin/Debug/Ultz.BeagleFramework.MySql.1.0.1.1.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/Ultz.BeagleFramework.MySql.1.0.1.nupkg b/Ultz.BeagleFramework.MySql/bin/Debug/Ultz.BeagleFramework.MySql.1.0.1.nupkg
deleted file mode 100644
index 26f9a5e..0000000
Binary files a/Ultz.BeagleFramework.MySql/bin/Debug/Ultz.BeagleFramework.MySql.1.0.1.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/Ultz.BeagleFramework.MySql.1.1.0.nupkg b/Ultz.BeagleFramework.MySql/bin/Debug/Ultz.BeagleFramework.MySql.1.1.0.nupkg
deleted file mode 100644
index 11a5517..0000000
Binary files a/Ultz.BeagleFramework.MySql/bin/Debug/Ultz.BeagleFramework.MySql.1.1.0.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.deps.json b/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.deps.json
deleted file mode 100644
index ebd6728..0000000
--- a/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.deps.json
+++ /dev/null
@@ -1,388 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v2.0",
- "signature": "196e7adde2dcfa42a2521bfd9dbe078bf11bd4d1"
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v2.0": {
- "Ultz.BeagleFramework.MySql/1.0.0": {
- "dependencies": {
- "MySql.Data": "8.0.11",
- "Ultz.BeagleFramework": "1.0.0"
- },
- "runtime": {
- "Ultz.BeagleFramework.MySql.dll": {}
- }
- },
- "Google.Protobuf/3.5.1": {
- "runtime": {
- "lib/netstandard1.0/Google.Protobuf.dll": {}
- }
- },
- "Microsoft.NETCore.Targets/1.0.1": {},
- "MySql.Data/8.0.11": {
- "dependencies": {
- "Google.Protobuf": "3.5.1",
- "System.Configuration.ConfigurationManager": "4.4.0",
- "System.Security.Permissions": "4.4.0",
- "System.Text.Encoding.CodePages": "4.0.1"
- },
- "runtime": {
- "lib/netcoreapp2.0/MySql.Data.dll": {}
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "System.Collections/4.0.11": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Configuration.ConfigurationManager/4.4.0": {
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "4.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
- }
- },
- "System.Globalization/4.0.11": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.IO/4.1.0": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Reflection/4.1.0": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.IO": "4.1.0",
- "System.Reflection.Primitives": "4.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Reflection.Primitives/4.0.1": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Resources.ResourceManager/4.0.1": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Globalization": "4.0.11",
- "System.Reflection": "4.1.0",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Runtime/4.1.0": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.0.1"
- }
- },
- "System.Runtime.Extensions/4.1.0": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Runtime.Handles/4.0.1": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Runtime.InteropServices/4.1.0": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Reflection": "4.1.0",
- "System.Reflection.Primitives": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Handles": "4.0.1"
- }
- },
- "System.Security.AccessControl/4.4.0": {
- "dependencies": {
- "System.Security.Principal.Windows": "4.4.0"
- },
- "runtimeTargets": {
- "runtime/unix/lib/_._": {
- "rid": "unix",
- "assetType": "runtime"
- },
- "runtime/win/lib/_._": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "System.Security.Cryptography.ProtectedData/4.4.0": {
- "runtime": {
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "System.Security.Permissions/4.4.0": {
- "dependencies": {
- "System.Security.AccessControl": "4.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Permissions.dll": {}
- }
- },
- "System.Security.Principal.Windows/4.4.0": {
- "runtimeTargets": {
- "runtime/unix/lib/_._": {
- "rid": "unix",
- "assetType": "runtime"
- },
- "runtime/win/lib/_._": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "System.Text.Encoding/4.0.11": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Text.Encoding.CodePages/4.0.1": {
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11"
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
- "rid": "unix",
- "assetType": "runtime"
- },
- "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "System.Threading/4.0.11": {
- "dependencies": {
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Threading.Tasks/4.0.11": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "Ultz.BeagleFramework/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "runtime": {
- "Ultz.BeagleFramework.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Ultz.BeagleFramework.MySql/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Google.Protobuf/3.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-f2k1VNaB9bfvEsvARzzEL1TZiIpL33KKK3JMH7UANlPlJVptuvsk4qpBZEnz0pORWZOdUHlVwMQuUzFqjJYCxA==",
- "path": "google.protobuf/3.5.1",
- "hashPath": "google.protobuf.3.5.1.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
- "path": "microsoft.netcore.targets/1.0.1",
- "hashPath": "microsoft.netcore.targets.1.0.1.nupkg.sha512"
- },
- "MySql.Data/8.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-P5zKcnM2SVtdHD6gfReymJguIYLhNL5Og8Qm5TC9MEsSupsAYrRu4AB4nsbalrjqqv8VHBqVREWsXg9lY+q03A==",
- "path": "mysql.data/8.0.11",
- "hashPath": "mysql.data.8.0.11.nupkg.sha512"
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "path": "newtonsoft.json/11.0.2",
- "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
- },
- "System.Collections/4.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
- "path": "system.collections/4.0.11",
- "hashPath": "system.collections.4.0.11.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gWwQv/Ug1qWJmHCmN17nAbxJYmQBM/E94QxKLksvUiiKB1Ld3Sc/eK1lgmbSjDFxkQhVuayI/cGFZhpBSodLrg==",
- "path": "system.configuration.configurationmanager/4.4.0",
- "hashPath": "system.configuration.configurationmanager.4.4.0.nupkg.sha512"
- },
- "System.Globalization/4.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
- "path": "system.globalization/4.0.11",
- "hashPath": "system.globalization.4.0.11.nupkg.sha512"
- },
- "System.IO/4.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
- "path": "system.io/4.1.0",
- "hashPath": "system.io.4.1.0.nupkg.sha512"
- },
- "System.Reflection/4.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
- "path": "system.reflection/4.1.0",
- "hashPath": "system.reflection.4.1.0.nupkg.sha512"
- },
- "System.Reflection.Primitives/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
- "path": "system.reflection.primitives/4.0.1",
- "hashPath": "system.reflection.primitives.4.0.1.nupkg.sha512"
- },
- "System.Resources.ResourceManager/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
- "path": "system.resources.resourcemanager/4.0.1",
- "hashPath": "system.resources.resourcemanager.4.0.1.nupkg.sha512"
- },
- "System.Runtime/4.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
- "path": "system.runtime/4.1.0",
- "hashPath": "system.runtime.4.1.0.nupkg.sha512"
- },
- "System.Runtime.Extensions/4.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
- "path": "system.runtime.extensions/4.1.0",
- "hashPath": "system.runtime.extensions.4.1.0.nupkg.sha512"
- },
- "System.Runtime.Handles/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
- "path": "system.runtime.handles/4.0.1",
- "hashPath": "system.runtime.handles.4.0.1.nupkg.sha512"
- },
- "System.Runtime.InteropServices/4.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",
- "path": "system.runtime.interopservices/4.1.0",
- "hashPath": "system.runtime.interopservices.4.1.0.nupkg.sha512"
- },
- "System.Security.AccessControl/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==",
- "path": "system.security.accesscontrol/4.4.0",
- "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
- "path": "system.security.cryptography.protecteddata/4.4.0",
- "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512"
- },
- "System.Security.Permissions/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ArK+Kh7BSqWhspqO3qe8R25MeUzBm3ZdWbYiN6Q0kLO3nR4dLeZzS03C0QUI/470w7pGRm7lUZ9sjfDQKJjRcQ==",
- "path": "system.security.permissions/4.4.0",
- "hashPath": "system.security.permissions.4.4.0.nupkg.sha512"
- },
- "System.Security.Principal.Windows/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==",
- "path": "system.security.principal.windows/4.4.0",
- "hashPath": "system.security.principal.windows.4.4.0.nupkg.sha512"
- },
- "System.Text.Encoding/4.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
- "path": "system.text.encoding/4.0.11",
- "hashPath": "system.text.encoding.4.0.11.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==",
- "path": "system.text.encoding.codepages/4.0.1",
- "hashPath": "system.text.encoding.codepages.4.0.1.nupkg.sha512"
- },
- "System.Threading/4.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
- "path": "system.threading/4.0.11",
- "hashPath": "system.threading.4.0.11.nupkg.sha512"
- },
- "System.Threading.Tasks/4.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
- "path": "system.threading.tasks/4.0.11",
- "hashPath": "system.threading.tasks.4.0.11.nupkg.sha512"
- },
- "Ultz.BeagleFramework/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.dll b/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.dll
deleted file mode 100644
index 80df62c..0000000
Binary files a/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.pdb b/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.pdb
deleted file mode 100644
index 515ddd6..0000000
Binary files a/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll b/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll
deleted file mode 100644
index d7c02dc..0000000
Binary files a/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb b/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb
deleted file mode 100644
index 55ba768..0000000
Binary files a/Ultz.BeagleFramework.MySql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.deps.json b/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.deps.json
deleted file mode 100644
index ba20781..0000000
--- a/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.deps.json
+++ /dev/null
@@ -1,399 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETStandard,Version=v2.0/",
- "signature": "5e91847de4b35bd47c45cfcd0715a2fd93cbc694"
- },
- "compilationOptions": {},
- "targets": {
- ".NETStandard,Version=v2.0": {},
- ".NETStandard,Version=v2.0/": {
- "Ultz.BeagleFramework.MySql/1.1.0": {
- "dependencies": {
- "MySql.Data": "8.0.11",
- "NETStandard.Library": "2.0.1",
- "Ultz.BeagleFramework": "1.1.0"
- },
- "runtime": {
- "Ultz.BeagleFramework.MySql.dll": {}
- }
- },
- "Google.Protobuf/3.5.1": {
- "dependencies": {
- "NETStandard.Library": "2.0.1"
- },
- "runtime": {
- "lib/netstandard1.0/Google.Protobuf.dll": {}
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "Microsoft.NETCore.Targets/1.0.1": {},
- "MySql.Data/8.0.11": {
- "dependencies": {
- "Google.Protobuf": "3.5.1",
- "System.Configuration.ConfigurationManager": "4.4.0",
- "System.Security.Permissions": "4.4.0",
- "System.Text.Encoding.CodePages": "4.0.1"
- },
- "runtime": {
- "lib/netstandard2.0/MySql.Data.dll": {}
- }
- },
- "NETStandard.Library/2.0.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "System.Collections/4.0.11": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Configuration.ConfigurationManager/4.4.0": {
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "4.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
- }
- },
- "System.Globalization/4.0.11": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.IO/4.1.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Reflection/4.1.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.IO": "4.1.0",
- "System.Reflection.Primitives": "4.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Reflection.Primitives/4.0.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Resources.ResourceManager/4.0.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Globalization": "4.0.11",
- "System.Reflection": "4.1.0",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Runtime/4.1.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.0.1"
- }
- },
- "System.Runtime.Extensions/4.1.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Runtime.Handles/4.0.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Runtime.InteropServices/4.1.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Reflection": "4.1.0",
- "System.Reflection.Primitives": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Handles": "4.0.1"
- }
- },
- "System.Security.AccessControl/4.4.0": {
- "dependencies": {
- "System.Security.Principal.Windows": "4.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.AccessControl.dll": {}
- }
- },
- "System.Security.Cryptography.ProtectedData/4.4.0": {
- "runtime": {
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {}
- }
- },
- "System.Security.Permissions/4.4.0": {
- "dependencies": {
- "System.Security.AccessControl": "4.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Permissions.dll": {}
- }
- },
- "System.Security.Principal.Windows/4.4.0": {
- "runtime": {
- "lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
- }
- },
- "System.Text.Encoding/4.0.11": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "System.Text.Encoding.CodePages/4.0.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11"
- }
- },
- "System.Threading/4.0.11": {
- "dependencies": {
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- },
- "runtime": {
- "lib/netstandard1.3/System.Threading.dll": {}
- }
- },
- "System.Threading.Tasks/4.0.11": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- }
- },
- "Ultz.BeagleFramework/1.1.0": {
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "runtime": {
- "Ultz.BeagleFramework.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Ultz.BeagleFramework.MySql/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Google.Protobuf/3.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-f2k1VNaB9bfvEsvARzzEL1TZiIpL33KKK3JMH7UANlPlJVptuvsk4qpBZEnz0pORWZOdUHlVwMQuUzFqjJYCxA==",
- "path": "google.protobuf/3.5.1",
- "hashPath": "google.protobuf.3.5.1.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
- "path": "microsoft.netcore.targets/1.0.1",
- "hashPath": "microsoft.netcore.targets.1.0.1.nupkg.sha512"
- },
- "MySql.Data/8.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-P5zKcnM2SVtdHD6gfReymJguIYLhNL5Og8Qm5TC9MEsSupsAYrRu4AB4nsbalrjqqv8VHBqVREWsXg9lY+q03A==",
- "path": "mysql.data/8.0.11",
- "hashPath": "mysql.data.8.0.11.nupkg.sha512"
- },
- "NETStandard.Library/2.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oA6nwv9MhEKYvLpjZ0ggSpb1g4CQViDVQjLUcDWg598jtvJbpfeP2reqwI1GLW2TbxC/Ml7xL6BBR1HmKPXlTg==",
- "path": "netstandard.library/2.0.1",
- "hashPath": "netstandard.library.2.0.1.nupkg.sha512"
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "path": "newtonsoft.json/11.0.2",
- "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
- },
- "System.Collections/4.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
- "path": "system.collections/4.0.11",
- "hashPath": "system.collections.4.0.11.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gWwQv/Ug1qWJmHCmN17nAbxJYmQBM/E94QxKLksvUiiKB1Ld3Sc/eK1lgmbSjDFxkQhVuayI/cGFZhpBSodLrg==",
- "path": "system.configuration.configurationmanager/4.4.0",
- "hashPath": "system.configuration.configurationmanager.4.4.0.nupkg.sha512"
- },
- "System.Globalization/4.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
- "path": "system.globalization/4.0.11",
- "hashPath": "system.globalization.4.0.11.nupkg.sha512"
- },
- "System.IO/4.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
- "path": "system.io/4.1.0",
- "hashPath": "system.io.4.1.0.nupkg.sha512"
- },
- "System.Reflection/4.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
- "path": "system.reflection/4.1.0",
- "hashPath": "system.reflection.4.1.0.nupkg.sha512"
- },
- "System.Reflection.Primitives/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
- "path": "system.reflection.primitives/4.0.1",
- "hashPath": "system.reflection.primitives.4.0.1.nupkg.sha512"
- },
- "System.Resources.ResourceManager/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
- "path": "system.resources.resourcemanager/4.0.1",
- "hashPath": "system.resources.resourcemanager.4.0.1.nupkg.sha512"
- },
- "System.Runtime/4.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
- "path": "system.runtime/4.1.0",
- "hashPath": "system.runtime.4.1.0.nupkg.sha512"
- },
- "System.Runtime.Extensions/4.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
- "path": "system.runtime.extensions/4.1.0",
- "hashPath": "system.runtime.extensions.4.1.0.nupkg.sha512"
- },
- "System.Runtime.Handles/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
- "path": "system.runtime.handles/4.0.1",
- "hashPath": "system.runtime.handles.4.0.1.nupkg.sha512"
- },
- "System.Runtime.InteropServices/4.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",
- "path": "system.runtime.interopservices/4.1.0",
- "hashPath": "system.runtime.interopservices.4.1.0.nupkg.sha512"
- },
- "System.Security.AccessControl/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==",
- "path": "system.security.accesscontrol/4.4.0",
- "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
- "path": "system.security.cryptography.protecteddata/4.4.0",
- "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512"
- },
- "System.Security.Permissions/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ArK+Kh7BSqWhspqO3qe8R25MeUzBm3ZdWbYiN6Q0kLO3nR4dLeZzS03C0QUI/470w7pGRm7lUZ9sjfDQKJjRcQ==",
- "path": "system.security.permissions/4.4.0",
- "hashPath": "system.security.permissions.4.4.0.nupkg.sha512"
- },
- "System.Security.Principal.Windows/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==",
- "path": "system.security.principal.windows/4.4.0",
- "hashPath": "system.security.principal.windows.4.4.0.nupkg.sha512"
- },
- "System.Text.Encoding/4.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
- "path": "system.text.encoding/4.0.11",
- "hashPath": "system.text.encoding.4.0.11.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==",
- "path": "system.text.encoding.codepages/4.0.1",
- "hashPath": "system.text.encoding.codepages.4.0.1.nupkg.sha512"
- },
- "System.Threading/4.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
- "path": "system.threading/4.0.11",
- "hashPath": "system.threading.4.0.11.nupkg.sha512"
- },
- "System.Threading.Tasks/4.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
- "path": "system.threading.tasks/4.0.11",
- "hashPath": "system.threading.tasks.4.0.11.nupkg.sha512"
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.dll b/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.dll
deleted file mode 100644
index 8175539..0000000
Binary files a/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.pdb b/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.pdb
deleted file mode 100644
index cb691b4..0000000
Binary files a/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll b/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll
deleted file mode 100644
index fa6dcb2..0000000
Binary files a/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb b/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb
deleted file mode 100644
index 10e161a..0000000
Binary files a/Ultz.BeagleFramework.MySql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/Ultz.BeagleFramework.MySql.1.0.0.nuspec b/Ultz.BeagleFramework.MySql/obj/Debug/Ultz.BeagleFramework.MySql.1.0.0.nuspec
deleted file mode 100644
index 42cfc26..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Debug/Ultz.BeagleFramework.MySql.1.0.0.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.MySql
- 1.0.0
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to MySQL
- Whoops, we released it as a .NET Core library. We've fixed the issue, and Beagle should now be compatible with all .NET Standard 2.X platforms.
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/Ultz.BeagleFramework.MySql.1.0.1.1.nuspec b/Ultz.BeagleFramework.MySql/obj/Debug/Ultz.BeagleFramework.MySql.1.0.1.1.nuspec
deleted file mode 100644
index ac75ece..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Debug/Ultz.BeagleFramework.MySql.1.0.1.1.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.MySql
- 1.0.1.1
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to MySQL
- Whoops, we released it as a .NET Core library. We've fixed the issue, and Beagle should now be compatible with all .NET Standard 2.X platforms.
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/Ultz.BeagleFramework.MySql.1.0.1.nuspec b/Ultz.BeagleFramework.MySql/obj/Debug/Ultz.BeagleFramework.MySql.1.0.1.nuspec
deleted file mode 100644
index 6ef40f0..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Debug/Ultz.BeagleFramework.MySql.1.0.1.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.MySql
- 1.0.1
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to MySQL
- Whoops, we released it as a .NET Core library. We've fixed the issue, and Beagle should now be compatible with all .NET Standard 2.X platforms.
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/Ultz.BeagleFramework.MySql.1.1.0.nuspec b/Ultz.BeagleFramework.MySql/obj/Debug/Ultz.BeagleFramework.MySql.1.1.0.nuspec
deleted file mode 100644
index 5dd98c5..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Debug/Ultz.BeagleFramework.MySql.1.1.0.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.MySql
- 1.1.0
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to MySQL
- For the complete release announcement, see this blog post: https://confluence.ultz.co.uk/products/beagle/blog/2018/05/announcing-beagle-framework-1-1
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.AssemblyInfo.cs b/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.AssemblyInfo.cs
deleted file mode 100644
index d1b1487..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Ultz Limited")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("Beagle Framework is a database access technology for C#, extracted from Ultz Onli" +
- "ne for public use. This package binds Beagle to MySQL")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Beagle Framework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Ultz.BeagleFramework.MySql")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.AssemblyInfoInputs.cache b/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.AssemblyInfoInputs.cache
deleted file mode 100644
index 31c50c9..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-0c99e673328370c159c6d5e3a129b5bb9e58dd20
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.csproj.CopyComplete b/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.csproj.CoreCompileInputs.cache b/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 87dd5bb..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5a71a02426ac4513189b861355402843ba857217
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.csproj.FileListAbsolute.txt b/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.csproj.FileListAbsolute.txt
deleted file mode 100644
index 4bbc322..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.MySql.deps.json
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.MySql.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.MySql.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.MySql.csproj.CoreCompileInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.MySql.AssemblyInfoInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.MySql.AssemblyInfo.cs
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.MySql.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.MySql.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.MySql.csprojResolveAssemblyReference.cache
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.csprojResolveAssemblyReference.cache b/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.csprojResolveAssemblyReference.cache
deleted file mode 100644
index ba0420a..0000000
Binary files a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.dll b/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.dll
deleted file mode 100644
index 80df62c..0000000
Binary files a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.pdb b/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.pdb
deleted file mode 100644
index 515ddd6..0000000
Binary files a/Ultz.BeagleFramework.MySql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.MySql.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.AssemblyInfo.cs b/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.AssemblyInfo.cs
deleted file mode 100644
index 495244e..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Ultz Limited")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("Beagle Framework is a database access technology for C#, extracted from Ultz Onli" +
- "ne for public use. This package binds Beagle to MySQL")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Beagle Framework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Ultz.BeagleFramework.MySql")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.AssemblyInfoInputs.cache b/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.AssemblyInfoInputs.cache
deleted file mode 100644
index 76d85cf..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-609986fccc8e5a568ca96c062058ab30506ded0b
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.csproj.CopyComplete b/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.csproj.CoreCompileInputs.cache b/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 1fd5f3b..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ad2a2f3e48b555133bb3826a1918b4c78c3d31f8
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.csproj.FileListAbsolute.txt b/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.csproj.FileListAbsolute.txt
deleted file mode 100644
index cb0aed6..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\bin\Debug\netstandard2.0\Ultz.BeagleFramework.MySql.deps.json
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\bin\Debug\netstandard2.0\Ultz.BeagleFramework.MySql.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\bin\Debug\netstandard2.0\Ultz.BeagleFramework.MySql.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\bin\Debug\netstandard2.0\Ultz.BeagleFramework.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\bin\Debug\netstandard2.0\Ultz.BeagleFramework.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\Debug\netstandard2.0\Ultz.BeagleFramework.MySql.csprojResolveAssemblyReference.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\Debug\netstandard2.0\Ultz.BeagleFramework.MySql.csproj.CoreCompileInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\Debug\netstandard2.0\Ultz.BeagleFramework.MySql.AssemblyInfoInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\Debug\netstandard2.0\Ultz.BeagleFramework.MySql.AssemblyInfo.cs
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\Debug\netstandard2.0\Ultz.BeagleFramework.MySql.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\Debug\netstandard2.0\Ultz.BeagleFramework.MySql.pdb
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.csprojResolveAssemblyReference.cache b/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.csprojResolveAssemblyReference.cache
deleted file mode 100644
index a8b1abb..0000000
Binary files a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.dll b/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.dll
deleted file mode 100644
index 8175539..0000000
Binary files a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.pdb b/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.pdb
deleted file mode 100644
index cb691b4..0000000
Binary files a/Ultz.BeagleFramework.MySql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.MySql.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.MySql/obj/Ultz.BeagleFramework.MySql.csproj.nuget.cache b/Ultz.BeagleFramework.MySql/obj/Ultz.BeagleFramework.MySql.csproj.nuget.cache
deleted file mode 100644
index 7a6bbbd..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Ultz.BeagleFramework.MySql.csproj.nuget.cache
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "version": 1,
- "dgSpecHash": "xTUD5A7fqsUuYaH6H2yq30nLb9J/djs90O2Sv3sFsH4T/ULqOGZLXnd1dsO2XAFQeO+gWWCCTpxO4UEOepZAHQ==",
- "success": true
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/obj/Ultz.BeagleFramework.MySql.csproj.nuget.g.props b/Ultz.BeagleFramework.MySql/obj/Ultz.BeagleFramework.MySql.csproj.nuget.g.props
deleted file mode 100644
index cc84b80..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Ultz.BeagleFramework.MySql.csproj.nuget.g.props
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- True
- NuGet
- C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.MySql\obj\project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\Dylan Perks\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback;C:\Program Files\dotnet\sdk\NuGetFallbackFolder
- PackageReference
- 4.5.0
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/obj/Ultz.BeagleFramework.MySql.csproj.nuget.g.targets b/Ultz.BeagleFramework.MySql/obj/Ultz.BeagleFramework.MySql.csproj.nuget.g.targets
deleted file mode 100644
index 8a550eb..0000000
--- a/Ultz.BeagleFramework.MySql/obj/Ultz.BeagleFramework.MySql.csproj.nuget.g.targets
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/obj/project.assets.json b/Ultz.BeagleFramework.MySql/obj/project.assets.json
deleted file mode 100644
index a68723b..0000000
--- a/Ultz.BeagleFramework.MySql/obj/project.assets.json
+++ /dev/null
@@ -1,1720 +0,0 @@
-{
- "version": 3,
- "targets": {
- ".NETStandard,Version=v2.0": {
- "Google.Protobuf/3.5.1": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.1"
- },
- "compile": {
- "lib/netstandard1.0/Google.Protobuf.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/Google.Protobuf.dll": {}
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.Targets/1.0.1": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "MySql.Data/8.0.11": {
- "type": "package",
- "dependencies": {
- "Google.Protobuf": "3.5.1",
- "System.Configuration.ConfigurationManager": "4.4.0",
- "System.Security.Permissions": "4.4.0",
- "System.Text.Encoding.CodePages": "4.0.1"
- },
- "compile": {
- "lib/netstandard2.0/MySql.Data.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/MySql.Data.dll": {}
- }
- },
- "NETStandard.Library/2.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "System.Collections/4.0.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- }
- },
- "System.Configuration.ConfigurationManager/4.4.0": {
- "type": "package",
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "4.4.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
- }
- },
- "System.Globalization/4.0.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- }
- },
- "System.IO/4.1.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.5/_._": {}
- }
- },
- "System.Reflection/4.1.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.IO": "4.1.0",
- "System.Reflection.Primitives": "4.0.1",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.5/_._": {}
- }
- },
- "System.Reflection.Primitives/4.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.0/_._": {}
- }
- },
- "System.Resources.ResourceManager/4.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Globalization": "4.0.11",
- "System.Reflection": "4.1.0",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.0/_._": {}
- }
- },
- "System.Runtime/4.1.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.NETCore.Targets": "1.0.1"
- },
- "compile": {
- "ref/netstandard1.5/System.Runtime.dll": {}
- }
- },
- "System.Runtime.Extensions/4.1.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.5/_._": {}
- }
- },
- "System.Runtime.Handles/4.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- }
- },
- "System.Runtime.InteropServices/4.1.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Reflection": "4.1.0",
- "System.Reflection.Primitives": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Handles": "4.0.1"
- },
- "compile": {
- "ref/netstandard1.5/_._": {}
- }
- },
- "System.Security.AccessControl/4.4.0": {
- "type": "package",
- "dependencies": {
- "System.Security.Principal.Windows": "4.4.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Security.AccessControl.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.AccessControl.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Security.Cryptography.ProtectedData/4.4.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Security.Permissions/4.4.0": {
- "type": "package",
- "dependencies": {
- "System.Security.AccessControl": "4.4.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Security.Permissions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Permissions.dll": {}
- }
- },
- "System.Security.Principal.Windows/4.4.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Security.Principal.Windows.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Text.Encoding/4.0.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.3/System.Text.Encoding.dll": {}
- }
- },
- "System.Text.Encoding.CodePages/4.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.3/System.Text.Encoding.CodePages.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Threading/4.0.11": {
- "type": "package",
- "dependencies": {
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Threading.dll": {}
- }
- },
- "System.Threading.Tasks/4.0.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.NETCore.Targets": "1.0.1",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- }
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "compile": {
- "bin/placeholder/Ultz.BeagleFramework.dll": {}
- },
- "runtime": {
- "bin/placeholder/Ultz.BeagleFramework.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Google.Protobuf/3.5.1": {
- "sha512": "f2k1VNaB9bfvEsvARzzEL1TZiIpL33KKK3JMH7UANlPlJVptuvsk4qpBZEnz0pORWZOdUHlVwMQuUzFqjJYCxA==",
- "type": "package",
- "path": "google.protobuf/3.5.1",
- "files": [
- "google.protobuf.3.5.1.nupkg.sha512",
- "google.protobuf.nuspec",
- "lib/net45/Google.Protobuf.dll",
- "lib/net45/Google.Protobuf.xml",
- "lib/netstandard1.0/Google.Protobuf.dll",
- "lib/netstandard1.0/Google.Protobuf.xml"
- ]
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "type": "package",
- "path": "microsoft.netcore.platforms/1.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.platforms.1.1.0.nupkg.sha512",
- "microsoft.netcore.platforms.nuspec",
- "runtime.json"
- ]
- },
- "Microsoft.NETCore.Targets/1.0.1": {
- "sha512": "rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
- "type": "package",
- "path": "microsoft.netcore.targets/1.0.1",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.targets.1.0.1.nupkg.sha512",
- "microsoft.netcore.targets.nuspec",
- "runtime.json"
- ]
- },
- "MySql.Data/8.0.11": {
- "sha512": "P5zKcnM2SVtdHD6gfReymJguIYLhNL5Og8Qm5TC9MEsSupsAYrRu4AB4nsbalrjqqv8VHBqVREWsXg9lY+q03A==",
- "type": "package",
- "path": "mysql.data/8.0.11",
- "files": [
- "lib/net452/MySql.Data.dll",
- "lib/net452/MySql.Data.xml",
- "lib/netcoreapp2.0/MySql.Data.dll",
- "lib/netcoreapp2.0/MySql.Data.xml",
- "lib/netstandard1.6/MySql.Data.dll",
- "lib/netstandard1.6/MySql.Data.xml",
- "lib/netstandard2.0/MySql.Data.dll",
- "lib/netstandard2.0/MySql.Data.xml",
- "mysql.data.8.0.11.nupkg.sha512",
- "mysql.data.nuspec"
- ]
- },
- "NETStandard.Library/2.0.1": {
- "sha512": "oA6nwv9MhEKYvLpjZ0ggSpb1g4CQViDVQjLUcDWg598jtvJbpfeP2reqwI1GLW2TbxC/Ml7xL6BBR1HmKPXlTg==",
- "type": "package",
- "path": "netstandard.library/2.0.1",
- "files": [
- "LICENSE.TXT",
- "NETStandard.Library.2.0.1.nupkg.sha512",
- "NETStandard.Library.nuspec",
- "THIRD-PARTY-NOTICES.TXT",
- "build/NETStandard.Library.targets",
- "build/netstandard2.0/NETStandard.Library.targets",
- "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
- "build/netstandard2.0/ref/System.AppContext.dll",
- "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
- "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
- "build/netstandard2.0/ref/System.Collections.Specialized.dll",
- "build/netstandard2.0/ref/System.Collections.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
- "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
- "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
- "build/netstandard2.0/ref/System.ComponentModel.dll",
- "build/netstandard2.0/ref/System.Console.dll",
- "build/netstandard2.0/ref/System.Core.dll",
- "build/netstandard2.0/ref/System.Data.Common.dll",
- "build/netstandard2.0/ref/System.Data.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
- "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
- "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
- "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
- "build/netstandard2.0/ref/System.Drawing.dll",
- "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
- "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
- "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
- "build/netstandard2.0/ref/System.Globalization.dll",
- "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
- "build/netstandard2.0/ref/System.IO.Compression.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
- "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
- "build/netstandard2.0/ref/System.IO.Pipes.dll",
- "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
- "build/netstandard2.0/ref/System.IO.dll",
- "build/netstandard2.0/ref/System.Linq.Expressions.dll",
- "build/netstandard2.0/ref/System.Linq.Parallel.dll",
- "build/netstandard2.0/ref/System.Linq.Queryable.dll",
- "build/netstandard2.0/ref/System.Linq.dll",
- "build/netstandard2.0/ref/System.Net.Http.dll",
- "build/netstandard2.0/ref/System.Net.NameResolution.dll",
- "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
- "build/netstandard2.0/ref/System.Net.Ping.dll",
- "build/netstandard2.0/ref/System.Net.Primitives.dll",
- "build/netstandard2.0/ref/System.Net.Requests.dll",
- "build/netstandard2.0/ref/System.Net.Security.dll",
- "build/netstandard2.0/ref/System.Net.Sockets.dll",
- "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.dll",
- "build/netstandard2.0/ref/System.Net.dll",
- "build/netstandard2.0/ref/System.Numerics.dll",
- "build/netstandard2.0/ref/System.ObjectModel.dll",
- "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
- "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
- "build/netstandard2.0/ref/System.Reflection.dll",
- "build/netstandard2.0/ref/System.Resources.Reader.dll",
- "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
- "build/netstandard2.0/ref/System.Resources.Writer.dll",
- "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
- "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
- "build/netstandard2.0/ref/System.Runtime.Handles.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
- "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
- "build/netstandard2.0/ref/System.Runtime.dll",
- "build/netstandard2.0/ref/System.Security.Claims.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
- "build/netstandard2.0/ref/System.Security.Principal.dll",
- "build/netstandard2.0/ref/System.Security.SecureString.dll",
- "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.dll",
- "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
- "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.dll",
- "build/netstandard2.0/ref/System.Threading.Thread.dll",
- "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
- "build/netstandard2.0/ref/System.Threading.Timer.dll",
- "build/netstandard2.0/ref/System.Threading.dll",
- "build/netstandard2.0/ref/System.Transactions.dll",
- "build/netstandard2.0/ref/System.ValueTuple.dll",
- "build/netstandard2.0/ref/System.Web.dll",
- "build/netstandard2.0/ref/System.Windows.dll",
- "build/netstandard2.0/ref/System.Xml.Linq.dll",
- "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
- "build/netstandard2.0/ref/System.Xml.Serialization.dll",
- "build/netstandard2.0/ref/System.Xml.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.dll",
- "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
- "build/netstandard2.0/ref/System.Xml.dll",
- "build/netstandard2.0/ref/System.dll",
- "build/netstandard2.0/ref/mscorlib.dll",
- "build/netstandard2.0/ref/netstandard.dll",
- "build/netstandard2.0/ref/netstandard.xml",
- "lib/netstandard1.0/_._"
- ]
- },
- "Newtonsoft.Json/11.0.2": {
- "sha512": "IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "type": "package",
- "path": "newtonsoft.json/11.0.2",
- "files": [
- "LICENSE.md",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/netstandard1.3/Newtonsoft.Json.dll",
- "lib/netstandard1.3/Newtonsoft.Json.xml",
- "lib/netstandard2.0/Newtonsoft.Json.dll",
- "lib/netstandard2.0/Newtonsoft.Json.xml",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "newtonsoft.json.11.0.2.nupkg.sha512",
- "newtonsoft.json.nuspec"
- ]
- },
- "System.Collections/4.0.11": {
- "sha512": "YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
- "type": "package",
- "path": "system.collections/4.0.11",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Collections.dll",
- "ref/netcore50/System.Collections.xml",
- "ref/netcore50/de/System.Collections.xml",
- "ref/netcore50/es/System.Collections.xml",
- "ref/netcore50/fr/System.Collections.xml",
- "ref/netcore50/it/System.Collections.xml",
- "ref/netcore50/ja/System.Collections.xml",
- "ref/netcore50/ko/System.Collections.xml",
- "ref/netcore50/ru/System.Collections.xml",
- "ref/netcore50/zh-hans/System.Collections.xml",
- "ref/netcore50/zh-hant/System.Collections.xml",
- "ref/netstandard1.0/System.Collections.dll",
- "ref/netstandard1.0/System.Collections.xml",
- "ref/netstandard1.0/de/System.Collections.xml",
- "ref/netstandard1.0/es/System.Collections.xml",
- "ref/netstandard1.0/fr/System.Collections.xml",
- "ref/netstandard1.0/it/System.Collections.xml",
- "ref/netstandard1.0/ja/System.Collections.xml",
- "ref/netstandard1.0/ko/System.Collections.xml",
- "ref/netstandard1.0/ru/System.Collections.xml",
- "ref/netstandard1.0/zh-hans/System.Collections.xml",
- "ref/netstandard1.0/zh-hant/System.Collections.xml",
- "ref/netstandard1.3/System.Collections.dll",
- "ref/netstandard1.3/System.Collections.xml",
- "ref/netstandard1.3/de/System.Collections.xml",
- "ref/netstandard1.3/es/System.Collections.xml",
- "ref/netstandard1.3/fr/System.Collections.xml",
- "ref/netstandard1.3/it/System.Collections.xml",
- "ref/netstandard1.3/ja/System.Collections.xml",
- "ref/netstandard1.3/ko/System.Collections.xml",
- "ref/netstandard1.3/ru/System.Collections.xml",
- "ref/netstandard1.3/zh-hans/System.Collections.xml",
- "ref/netstandard1.3/zh-hant/System.Collections.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.collections.4.0.11.nupkg.sha512",
- "system.collections.nuspec"
- ]
- },
- "System.Configuration.ConfigurationManager/4.4.0": {
- "sha512": "gWwQv/Ug1qWJmHCmN17nAbxJYmQBM/E94QxKLksvUiiKB1Ld3Sc/eK1lgmbSjDFxkQhVuayI/cGFZhpBSodLrg==",
- "type": "package",
- "path": "system.configuration.configurationmanager/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Configuration.ConfigurationManager.dll",
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
- "ref/net461/System.Configuration.ConfigurationManager.dll",
- "ref/net461/System.Configuration.ConfigurationManager.xml",
- "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll",
- "ref/netstandard2.0/System.Configuration.ConfigurationManager.xml",
- "system.configuration.configurationmanager.4.4.0.nupkg.sha512",
- "system.configuration.configurationmanager.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Globalization/4.0.11": {
- "sha512": "B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
- "type": "package",
- "path": "system.globalization/4.0.11",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Globalization.dll",
- "ref/netcore50/System.Globalization.xml",
- "ref/netcore50/de/System.Globalization.xml",
- "ref/netcore50/es/System.Globalization.xml",
- "ref/netcore50/fr/System.Globalization.xml",
- "ref/netcore50/it/System.Globalization.xml",
- "ref/netcore50/ja/System.Globalization.xml",
- "ref/netcore50/ko/System.Globalization.xml",
- "ref/netcore50/ru/System.Globalization.xml",
- "ref/netcore50/zh-hans/System.Globalization.xml",
- "ref/netcore50/zh-hant/System.Globalization.xml",
- "ref/netstandard1.0/System.Globalization.dll",
- "ref/netstandard1.0/System.Globalization.xml",
- "ref/netstandard1.0/de/System.Globalization.xml",
- "ref/netstandard1.0/es/System.Globalization.xml",
- "ref/netstandard1.0/fr/System.Globalization.xml",
- "ref/netstandard1.0/it/System.Globalization.xml",
- "ref/netstandard1.0/ja/System.Globalization.xml",
- "ref/netstandard1.0/ko/System.Globalization.xml",
- "ref/netstandard1.0/ru/System.Globalization.xml",
- "ref/netstandard1.0/zh-hans/System.Globalization.xml",
- "ref/netstandard1.0/zh-hant/System.Globalization.xml",
- "ref/netstandard1.3/System.Globalization.dll",
- "ref/netstandard1.3/System.Globalization.xml",
- "ref/netstandard1.3/de/System.Globalization.xml",
- "ref/netstandard1.3/es/System.Globalization.xml",
- "ref/netstandard1.3/fr/System.Globalization.xml",
- "ref/netstandard1.3/it/System.Globalization.xml",
- "ref/netstandard1.3/ja/System.Globalization.xml",
- "ref/netstandard1.3/ko/System.Globalization.xml",
- "ref/netstandard1.3/ru/System.Globalization.xml",
- "ref/netstandard1.3/zh-hans/System.Globalization.xml",
- "ref/netstandard1.3/zh-hant/System.Globalization.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.globalization.4.0.11.nupkg.sha512",
- "system.globalization.nuspec"
- ]
- },
- "System.IO/4.1.0": {
- "sha512": "3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
- "type": "package",
- "path": "system.io/4.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net462/System.IO.dll",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net462/System.IO.dll",
- "ref/netcore50/System.IO.dll",
- "ref/netcore50/System.IO.xml",
- "ref/netcore50/de/System.IO.xml",
- "ref/netcore50/es/System.IO.xml",
- "ref/netcore50/fr/System.IO.xml",
- "ref/netcore50/it/System.IO.xml",
- "ref/netcore50/ja/System.IO.xml",
- "ref/netcore50/ko/System.IO.xml",
- "ref/netcore50/ru/System.IO.xml",
- "ref/netcore50/zh-hans/System.IO.xml",
- "ref/netcore50/zh-hant/System.IO.xml",
- "ref/netstandard1.0/System.IO.dll",
- "ref/netstandard1.0/System.IO.xml",
- "ref/netstandard1.0/de/System.IO.xml",
- "ref/netstandard1.0/es/System.IO.xml",
- "ref/netstandard1.0/fr/System.IO.xml",
- "ref/netstandard1.0/it/System.IO.xml",
- "ref/netstandard1.0/ja/System.IO.xml",
- "ref/netstandard1.0/ko/System.IO.xml",
- "ref/netstandard1.0/ru/System.IO.xml",
- "ref/netstandard1.0/zh-hans/System.IO.xml",
- "ref/netstandard1.0/zh-hant/System.IO.xml",
- "ref/netstandard1.3/System.IO.dll",
- "ref/netstandard1.3/System.IO.xml",
- "ref/netstandard1.3/de/System.IO.xml",
- "ref/netstandard1.3/es/System.IO.xml",
- "ref/netstandard1.3/fr/System.IO.xml",
- "ref/netstandard1.3/it/System.IO.xml",
- "ref/netstandard1.3/ja/System.IO.xml",
- "ref/netstandard1.3/ko/System.IO.xml",
- "ref/netstandard1.3/ru/System.IO.xml",
- "ref/netstandard1.3/zh-hans/System.IO.xml",
- "ref/netstandard1.3/zh-hant/System.IO.xml",
- "ref/netstandard1.5/System.IO.dll",
- "ref/netstandard1.5/System.IO.xml",
- "ref/netstandard1.5/de/System.IO.xml",
- "ref/netstandard1.5/es/System.IO.xml",
- "ref/netstandard1.5/fr/System.IO.xml",
- "ref/netstandard1.5/it/System.IO.xml",
- "ref/netstandard1.5/ja/System.IO.xml",
- "ref/netstandard1.5/ko/System.IO.xml",
- "ref/netstandard1.5/ru/System.IO.xml",
- "ref/netstandard1.5/zh-hans/System.IO.xml",
- "ref/netstandard1.5/zh-hant/System.IO.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.io.4.1.0.nupkg.sha512",
- "system.io.nuspec"
- ]
- },
- "System.Reflection/4.1.0": {
- "sha512": "JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
- "type": "package",
- "path": "system.reflection/4.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net462/System.Reflection.dll",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net462/System.Reflection.dll",
- "ref/netcore50/System.Reflection.dll",
- "ref/netcore50/System.Reflection.xml",
- "ref/netcore50/de/System.Reflection.xml",
- "ref/netcore50/es/System.Reflection.xml",
- "ref/netcore50/fr/System.Reflection.xml",
- "ref/netcore50/it/System.Reflection.xml",
- "ref/netcore50/ja/System.Reflection.xml",
- "ref/netcore50/ko/System.Reflection.xml",
- "ref/netcore50/ru/System.Reflection.xml",
- "ref/netcore50/zh-hans/System.Reflection.xml",
- "ref/netcore50/zh-hant/System.Reflection.xml",
- "ref/netstandard1.0/System.Reflection.dll",
- "ref/netstandard1.0/System.Reflection.xml",
- "ref/netstandard1.0/de/System.Reflection.xml",
- "ref/netstandard1.0/es/System.Reflection.xml",
- "ref/netstandard1.0/fr/System.Reflection.xml",
- "ref/netstandard1.0/it/System.Reflection.xml",
- "ref/netstandard1.0/ja/System.Reflection.xml",
- "ref/netstandard1.0/ko/System.Reflection.xml",
- "ref/netstandard1.0/ru/System.Reflection.xml",
- "ref/netstandard1.0/zh-hans/System.Reflection.xml",
- "ref/netstandard1.0/zh-hant/System.Reflection.xml",
- "ref/netstandard1.3/System.Reflection.dll",
- "ref/netstandard1.3/System.Reflection.xml",
- "ref/netstandard1.3/de/System.Reflection.xml",
- "ref/netstandard1.3/es/System.Reflection.xml",
- "ref/netstandard1.3/fr/System.Reflection.xml",
- "ref/netstandard1.3/it/System.Reflection.xml",
- "ref/netstandard1.3/ja/System.Reflection.xml",
- "ref/netstandard1.3/ko/System.Reflection.xml",
- "ref/netstandard1.3/ru/System.Reflection.xml",
- "ref/netstandard1.3/zh-hans/System.Reflection.xml",
- "ref/netstandard1.3/zh-hant/System.Reflection.xml",
- "ref/netstandard1.5/System.Reflection.dll",
- "ref/netstandard1.5/System.Reflection.xml",
- "ref/netstandard1.5/de/System.Reflection.xml",
- "ref/netstandard1.5/es/System.Reflection.xml",
- "ref/netstandard1.5/fr/System.Reflection.xml",
- "ref/netstandard1.5/it/System.Reflection.xml",
- "ref/netstandard1.5/ja/System.Reflection.xml",
- "ref/netstandard1.5/ko/System.Reflection.xml",
- "ref/netstandard1.5/ru/System.Reflection.xml",
- "ref/netstandard1.5/zh-hans/System.Reflection.xml",
- "ref/netstandard1.5/zh-hant/System.Reflection.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.reflection.4.1.0.nupkg.sha512",
- "system.reflection.nuspec"
- ]
- },
- "System.Reflection.Primitives/4.0.1": {
- "sha512": "4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
- "type": "package",
- "path": "system.reflection.primitives/4.0.1",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Reflection.Primitives.dll",
- "ref/netcore50/System.Reflection.Primitives.xml",
- "ref/netcore50/de/System.Reflection.Primitives.xml",
- "ref/netcore50/es/System.Reflection.Primitives.xml",
- "ref/netcore50/fr/System.Reflection.Primitives.xml",
- "ref/netcore50/it/System.Reflection.Primitives.xml",
- "ref/netcore50/ja/System.Reflection.Primitives.xml",
- "ref/netcore50/ko/System.Reflection.Primitives.xml",
- "ref/netcore50/ru/System.Reflection.Primitives.xml",
- "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
- "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/System.Reflection.Primitives.dll",
- "ref/netstandard1.0/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.reflection.primitives.4.0.1.nupkg.sha512",
- "system.reflection.primitives.nuspec"
- ]
- },
- "System.Resources.ResourceManager/4.0.1": {
- "sha512": "TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
- "type": "package",
- "path": "system.resources.resourcemanager/4.0.1",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Resources.ResourceManager.dll",
- "ref/netcore50/System.Resources.ResourceManager.xml",
- "ref/netcore50/de/System.Resources.ResourceManager.xml",
- "ref/netcore50/es/System.Resources.ResourceManager.xml",
- "ref/netcore50/fr/System.Resources.ResourceManager.xml",
- "ref/netcore50/it/System.Resources.ResourceManager.xml",
- "ref/netcore50/ja/System.Resources.ResourceManager.xml",
- "ref/netcore50/ko/System.Resources.ResourceManager.xml",
- "ref/netcore50/ru/System.Resources.ResourceManager.xml",
- "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
- "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
- "ref/netstandard1.0/System.Resources.ResourceManager.dll",
- "ref/netstandard1.0/System.Resources.ResourceManager.xml",
- "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
- "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
- "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
- "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
- "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
- "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
- "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
- "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
- "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.resources.resourcemanager.4.0.1.nupkg.sha512",
- "system.resources.resourcemanager.nuspec"
- ]
- },
- "System.Runtime/4.1.0": {
- "sha512": "v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
- "type": "package",
- "path": "system.runtime/4.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net462/System.Runtime.dll",
- "lib/portable-net45+win8+wp80+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net462/System.Runtime.dll",
- "ref/netcore50/System.Runtime.dll",
- "ref/netcore50/System.Runtime.xml",
- "ref/netcore50/de/System.Runtime.xml",
- "ref/netcore50/es/System.Runtime.xml",
- "ref/netcore50/fr/System.Runtime.xml",
- "ref/netcore50/it/System.Runtime.xml",
- "ref/netcore50/ja/System.Runtime.xml",
- "ref/netcore50/ko/System.Runtime.xml",
- "ref/netcore50/ru/System.Runtime.xml",
- "ref/netcore50/zh-hans/System.Runtime.xml",
- "ref/netcore50/zh-hant/System.Runtime.xml",
- "ref/netstandard1.0/System.Runtime.dll",
- "ref/netstandard1.0/System.Runtime.xml",
- "ref/netstandard1.0/de/System.Runtime.xml",
- "ref/netstandard1.0/es/System.Runtime.xml",
- "ref/netstandard1.0/fr/System.Runtime.xml",
- "ref/netstandard1.0/it/System.Runtime.xml",
- "ref/netstandard1.0/ja/System.Runtime.xml",
- "ref/netstandard1.0/ko/System.Runtime.xml",
- "ref/netstandard1.0/ru/System.Runtime.xml",
- "ref/netstandard1.0/zh-hans/System.Runtime.xml",
- "ref/netstandard1.0/zh-hant/System.Runtime.xml",
- "ref/netstandard1.2/System.Runtime.dll",
- "ref/netstandard1.2/System.Runtime.xml",
- "ref/netstandard1.2/de/System.Runtime.xml",
- "ref/netstandard1.2/es/System.Runtime.xml",
- "ref/netstandard1.2/fr/System.Runtime.xml",
- "ref/netstandard1.2/it/System.Runtime.xml",
- "ref/netstandard1.2/ja/System.Runtime.xml",
- "ref/netstandard1.2/ko/System.Runtime.xml",
- "ref/netstandard1.2/ru/System.Runtime.xml",
- "ref/netstandard1.2/zh-hans/System.Runtime.xml",
- "ref/netstandard1.2/zh-hant/System.Runtime.xml",
- "ref/netstandard1.3/System.Runtime.dll",
- "ref/netstandard1.3/System.Runtime.xml",
- "ref/netstandard1.3/de/System.Runtime.xml",
- "ref/netstandard1.3/es/System.Runtime.xml",
- "ref/netstandard1.3/fr/System.Runtime.xml",
- "ref/netstandard1.3/it/System.Runtime.xml",
- "ref/netstandard1.3/ja/System.Runtime.xml",
- "ref/netstandard1.3/ko/System.Runtime.xml",
- "ref/netstandard1.3/ru/System.Runtime.xml",
- "ref/netstandard1.3/zh-hans/System.Runtime.xml",
- "ref/netstandard1.3/zh-hant/System.Runtime.xml",
- "ref/netstandard1.5/System.Runtime.dll",
- "ref/netstandard1.5/System.Runtime.xml",
- "ref/netstandard1.5/de/System.Runtime.xml",
- "ref/netstandard1.5/es/System.Runtime.xml",
- "ref/netstandard1.5/fr/System.Runtime.xml",
- "ref/netstandard1.5/it/System.Runtime.xml",
- "ref/netstandard1.5/ja/System.Runtime.xml",
- "ref/netstandard1.5/ko/System.Runtime.xml",
- "ref/netstandard1.5/ru/System.Runtime.xml",
- "ref/netstandard1.5/zh-hans/System.Runtime.xml",
- "ref/netstandard1.5/zh-hant/System.Runtime.xml",
- "ref/portable-net45+win8+wp80+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.runtime.4.1.0.nupkg.sha512",
- "system.runtime.nuspec"
- ]
- },
- "System.Runtime.Extensions/4.1.0": {
- "sha512": "CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
- "type": "package",
- "path": "system.runtime.extensions/4.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net462/System.Runtime.Extensions.dll",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net462/System.Runtime.Extensions.dll",
- "ref/netcore50/System.Runtime.Extensions.dll",
- "ref/netcore50/System.Runtime.Extensions.xml",
- "ref/netcore50/de/System.Runtime.Extensions.xml",
- "ref/netcore50/es/System.Runtime.Extensions.xml",
- "ref/netcore50/fr/System.Runtime.Extensions.xml",
- "ref/netcore50/it/System.Runtime.Extensions.xml",
- "ref/netcore50/ja/System.Runtime.Extensions.xml",
- "ref/netcore50/ko/System.Runtime.Extensions.xml",
- "ref/netcore50/ru/System.Runtime.Extensions.xml",
- "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
- "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/System.Runtime.Extensions.dll",
- "ref/netstandard1.0/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/de/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/es/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/it/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/System.Runtime.Extensions.dll",
- "ref/netstandard1.3/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/de/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/es/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/it/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/System.Runtime.Extensions.dll",
- "ref/netstandard1.5/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/de/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/es/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/it/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.runtime.extensions.4.1.0.nupkg.sha512",
- "system.runtime.extensions.nuspec"
- ]
- },
- "System.Runtime.Handles/4.0.1": {
- "sha512": "nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
- "type": "package",
- "path": "system.runtime.handles/4.0.1",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/_._",
- "ref/netstandard1.3/System.Runtime.Handles.dll",
- "ref/netstandard1.3/System.Runtime.Handles.xml",
- "ref/netstandard1.3/de/System.Runtime.Handles.xml",
- "ref/netstandard1.3/es/System.Runtime.Handles.xml",
- "ref/netstandard1.3/fr/System.Runtime.Handles.xml",
- "ref/netstandard1.3/it/System.Runtime.Handles.xml",
- "ref/netstandard1.3/ja/System.Runtime.Handles.xml",
- "ref/netstandard1.3/ko/System.Runtime.Handles.xml",
- "ref/netstandard1.3/ru/System.Runtime.Handles.xml",
- "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml",
- "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.runtime.handles.4.0.1.nupkg.sha512",
- "system.runtime.handles.nuspec"
- ]
- },
- "System.Runtime.InteropServices/4.1.0": {
- "sha512": "16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",
- "type": "package",
- "path": "system.runtime.interopservices/4.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net462/System.Runtime.InteropServices.dll",
- "lib/portable-net45+win8+wpa81/_._",
- "lib/win8/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net462/System.Runtime.InteropServices.dll",
- "ref/netcore50/System.Runtime.InteropServices.dll",
- "ref/netcore50/System.Runtime.InteropServices.xml",
- "ref/netcore50/de/System.Runtime.InteropServices.xml",
- "ref/netcore50/es/System.Runtime.InteropServices.xml",
- "ref/netcore50/fr/System.Runtime.InteropServices.xml",
- "ref/netcore50/it/System.Runtime.InteropServices.xml",
- "ref/netcore50/ja/System.Runtime.InteropServices.xml",
- "ref/netcore50/ko/System.Runtime.InteropServices.xml",
- "ref/netcore50/ru/System.Runtime.InteropServices.xml",
- "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml",
- "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml",
- "ref/netstandard1.1/System.Runtime.InteropServices.dll",
- "ref/netstandard1.1/System.Runtime.InteropServices.xml",
- "ref/netstandard1.1/de/System.Runtime.InteropServices.xml",
- "ref/netstandard1.1/es/System.Runtime.InteropServices.xml",
- "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml",
- "ref/netstandard1.1/it/System.Runtime.InteropServices.xml",
- "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml",
- "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml",
- "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml",
- "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml",
- "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml",
- "ref/netstandard1.2/System.Runtime.InteropServices.dll",
- "ref/netstandard1.2/System.Runtime.InteropServices.xml",
- "ref/netstandard1.2/de/System.Runtime.InteropServices.xml",
- "ref/netstandard1.2/es/System.Runtime.InteropServices.xml",
- "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml",
- "ref/netstandard1.2/it/System.Runtime.InteropServices.xml",
- "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml",
- "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml",
- "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml",
- "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml",
- "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml",
- "ref/netstandard1.3/System.Runtime.InteropServices.dll",
- "ref/netstandard1.3/System.Runtime.InteropServices.xml",
- "ref/netstandard1.3/de/System.Runtime.InteropServices.xml",
- "ref/netstandard1.3/es/System.Runtime.InteropServices.xml",
- "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml",
- "ref/netstandard1.3/it/System.Runtime.InteropServices.xml",
- "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml",
- "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml",
- "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml",
- "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml",
- "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml",
- "ref/netstandard1.5/System.Runtime.InteropServices.dll",
- "ref/netstandard1.5/System.Runtime.InteropServices.xml",
- "ref/netstandard1.5/de/System.Runtime.InteropServices.xml",
- "ref/netstandard1.5/es/System.Runtime.InteropServices.xml",
- "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml",
- "ref/netstandard1.5/it/System.Runtime.InteropServices.xml",
- "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml",
- "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml",
- "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml",
- "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml",
- "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml",
- "ref/portable-net45+win8+wpa81/_._",
- "ref/win8/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.runtime.interopservices.4.1.0.nupkg.sha512",
- "system.runtime.interopservices.nuspec"
- ]
- },
- "System.Security.AccessControl/4.4.0": {
- "sha512": "2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==",
- "type": "package",
- "path": "system.security.accesscontrol/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net46/System.Security.AccessControl.dll",
- "lib/net461/System.Security.AccessControl.dll",
- "lib/netstandard1.3/System.Security.AccessControl.dll",
- "lib/netstandard2.0/System.Security.AccessControl.dll",
- "ref/net46/System.Security.AccessControl.dll",
- "ref/net461/System.Security.AccessControl.dll",
- "ref/net461/System.Security.AccessControl.xml",
- "ref/netstandard1.3/System.Security.AccessControl.dll",
- "ref/netstandard1.3/System.Security.AccessControl.xml",
- "ref/netstandard1.3/de/System.Security.AccessControl.xml",
- "ref/netstandard1.3/es/System.Security.AccessControl.xml",
- "ref/netstandard1.3/fr/System.Security.AccessControl.xml",
- "ref/netstandard1.3/it/System.Security.AccessControl.xml",
- "ref/netstandard1.3/ja/System.Security.AccessControl.xml",
- "ref/netstandard1.3/ko/System.Security.AccessControl.xml",
- "ref/netstandard1.3/ru/System.Security.AccessControl.xml",
- "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
- "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
- "ref/netstandard2.0/System.Security.AccessControl.dll",
- "ref/netstandard2.0/System.Security.AccessControl.xml",
- "runtimes/unix/lib/netcoreapp2.0/System.Security.AccessControl.dll",
- "runtimes/win/lib/net46/System.Security.AccessControl.dll",
- "runtimes/win/lib/net461/System.Security.AccessControl.dll",
- "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
- "system.security.accesscontrol.4.4.0.nupkg.sha512",
- "system.security.accesscontrol.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Security.Cryptography.ProtectedData/4.4.0": {
- "sha512": "cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
- "type": "package",
- "path": "system.security.cryptography.protecteddata/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Security.Cryptography.ProtectedData.dll",
- "lib/net461/System.Security.Cryptography.ProtectedData.dll",
- "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Security.Cryptography.ProtectedData.dll",
- "ref/net461/System.Security.Cryptography.ProtectedData.dll",
- "ref/net461/System.Security.Cryptography.ProtectedData.xml",
- "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
- "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
- "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll",
- "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
- "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
- "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512",
- "system.security.cryptography.protecteddata.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Security.Permissions/4.4.0": {
- "sha512": "ArK+Kh7BSqWhspqO3qe8R25MeUzBm3ZdWbYiN6Q0kLO3nR4dLeZzS03C0QUI/470w7pGRm7lUZ9sjfDQKJjRcQ==",
- "type": "package",
- "path": "system.security.permissions/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Security.Permissions.dll",
- "lib/netstandard2.0/System.Security.Permissions.dll",
- "ref/net461/System.Security.Permissions.dll",
- "ref/netstandard2.0/System.Security.Permissions.dll",
- "ref/netstandard2.0/System.Security.Permissions.xml",
- "system.security.permissions.4.4.0.nupkg.sha512",
- "system.security.permissions.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Security.Principal.Windows/4.4.0": {
- "sha512": "pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==",
- "type": "package",
- "path": "system.security.principal.windows/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net46/System.Security.Principal.Windows.dll",
- "lib/net461/System.Security.Principal.Windows.dll",
- "lib/netstandard1.3/System.Security.Principal.Windows.dll",
- "lib/netstandard2.0/System.Security.Principal.Windows.dll",
- "ref/net46/System.Security.Principal.Windows.dll",
- "ref/net461/System.Security.Principal.Windows.dll",
- "ref/net461/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/System.Security.Principal.Windows.dll",
- "ref/netstandard1.3/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
- "ref/netstandard2.0/System.Security.Principal.Windows.dll",
- "ref/netstandard2.0/System.Security.Principal.Windows.xml",
- "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
- "system.security.principal.windows.4.4.0.nupkg.sha512",
- "system.security.principal.windows.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Text.Encoding/4.0.11": {
- "sha512": "U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
- "type": "package",
- "path": "system.text.encoding/4.0.11",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Text.Encoding.dll",
- "ref/netcore50/System.Text.Encoding.xml",
- "ref/netcore50/de/System.Text.Encoding.xml",
- "ref/netcore50/es/System.Text.Encoding.xml",
- "ref/netcore50/fr/System.Text.Encoding.xml",
- "ref/netcore50/it/System.Text.Encoding.xml",
- "ref/netcore50/ja/System.Text.Encoding.xml",
- "ref/netcore50/ko/System.Text.Encoding.xml",
- "ref/netcore50/ru/System.Text.Encoding.xml",
- "ref/netcore50/zh-hans/System.Text.Encoding.xml",
- "ref/netcore50/zh-hant/System.Text.Encoding.xml",
- "ref/netstandard1.0/System.Text.Encoding.dll",
- "ref/netstandard1.0/System.Text.Encoding.xml",
- "ref/netstandard1.0/de/System.Text.Encoding.xml",
- "ref/netstandard1.0/es/System.Text.Encoding.xml",
- "ref/netstandard1.0/fr/System.Text.Encoding.xml",
- "ref/netstandard1.0/it/System.Text.Encoding.xml",
- "ref/netstandard1.0/ja/System.Text.Encoding.xml",
- "ref/netstandard1.0/ko/System.Text.Encoding.xml",
- "ref/netstandard1.0/ru/System.Text.Encoding.xml",
- "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
- "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
- "ref/netstandard1.3/System.Text.Encoding.dll",
- "ref/netstandard1.3/System.Text.Encoding.xml",
- "ref/netstandard1.3/de/System.Text.Encoding.xml",
- "ref/netstandard1.3/es/System.Text.Encoding.xml",
- "ref/netstandard1.3/fr/System.Text.Encoding.xml",
- "ref/netstandard1.3/it/System.Text.Encoding.xml",
- "ref/netstandard1.3/ja/System.Text.Encoding.xml",
- "ref/netstandard1.3/ko/System.Text.Encoding.xml",
- "ref/netstandard1.3/ru/System.Text.Encoding.xml",
- "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
- "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.text.encoding.4.0.11.nupkg.sha512",
- "system.text.encoding.nuspec"
- ]
- },
- "System.Text.Encoding.CodePages/4.0.1": {
- "sha512": "h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==",
- "type": "package",
- "path": "system.text.encoding.codepages/4.0.1",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Text.Encoding.CodePages.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "ref/netstandard1.3/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "system.text.encoding.codepages.4.0.1.nupkg.sha512",
- "system.text.encoding.codepages.nuspec"
- ]
- },
- "System.Threading/4.0.11": {
- "sha512": "N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
- "type": "package",
- "path": "system.threading/4.0.11",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/System.Threading.dll",
- "lib/netstandard1.3/System.Threading.dll",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Threading.dll",
- "ref/netcore50/System.Threading.xml",
- "ref/netcore50/de/System.Threading.xml",
- "ref/netcore50/es/System.Threading.xml",
- "ref/netcore50/fr/System.Threading.xml",
- "ref/netcore50/it/System.Threading.xml",
- "ref/netcore50/ja/System.Threading.xml",
- "ref/netcore50/ko/System.Threading.xml",
- "ref/netcore50/ru/System.Threading.xml",
- "ref/netcore50/zh-hans/System.Threading.xml",
- "ref/netcore50/zh-hant/System.Threading.xml",
- "ref/netstandard1.0/System.Threading.dll",
- "ref/netstandard1.0/System.Threading.xml",
- "ref/netstandard1.0/de/System.Threading.xml",
- "ref/netstandard1.0/es/System.Threading.xml",
- "ref/netstandard1.0/fr/System.Threading.xml",
- "ref/netstandard1.0/it/System.Threading.xml",
- "ref/netstandard1.0/ja/System.Threading.xml",
- "ref/netstandard1.0/ko/System.Threading.xml",
- "ref/netstandard1.0/ru/System.Threading.xml",
- "ref/netstandard1.0/zh-hans/System.Threading.xml",
- "ref/netstandard1.0/zh-hant/System.Threading.xml",
- "ref/netstandard1.3/System.Threading.dll",
- "ref/netstandard1.3/System.Threading.xml",
- "ref/netstandard1.3/de/System.Threading.xml",
- "ref/netstandard1.3/es/System.Threading.xml",
- "ref/netstandard1.3/fr/System.Threading.xml",
- "ref/netstandard1.3/it/System.Threading.xml",
- "ref/netstandard1.3/ja/System.Threading.xml",
- "ref/netstandard1.3/ko/System.Threading.xml",
- "ref/netstandard1.3/ru/System.Threading.xml",
- "ref/netstandard1.3/zh-hans/System.Threading.xml",
- "ref/netstandard1.3/zh-hant/System.Threading.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/aot/lib/netcore50/System.Threading.dll",
- "system.threading.4.0.11.nupkg.sha512",
- "system.threading.nuspec"
- ]
- },
- "System.Threading.Tasks/4.0.11": {
- "sha512": "k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
- "type": "package",
- "path": "system.threading.tasks/4.0.11",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Threading.Tasks.dll",
- "ref/netcore50/System.Threading.Tasks.xml",
- "ref/netcore50/de/System.Threading.Tasks.xml",
- "ref/netcore50/es/System.Threading.Tasks.xml",
- "ref/netcore50/fr/System.Threading.Tasks.xml",
- "ref/netcore50/it/System.Threading.Tasks.xml",
- "ref/netcore50/ja/System.Threading.Tasks.xml",
- "ref/netcore50/ko/System.Threading.Tasks.xml",
- "ref/netcore50/ru/System.Threading.Tasks.xml",
- "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
- "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
- "ref/netstandard1.0/System.Threading.Tasks.dll",
- "ref/netstandard1.0/System.Threading.Tasks.xml",
- "ref/netstandard1.0/de/System.Threading.Tasks.xml",
- "ref/netstandard1.0/es/System.Threading.Tasks.xml",
- "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
- "ref/netstandard1.0/it/System.Threading.Tasks.xml",
- "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
- "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
- "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
- "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
- "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
- "ref/netstandard1.3/System.Threading.Tasks.dll",
- "ref/netstandard1.3/System.Threading.Tasks.xml",
- "ref/netstandard1.3/de/System.Threading.Tasks.xml",
- "ref/netstandard1.3/es/System.Threading.Tasks.xml",
- "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
- "ref/netstandard1.3/it/System.Threading.Tasks.xml",
- "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
- "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
- "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
- "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
- "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.threading.tasks.4.0.11.nupkg.sha512",
- "system.threading.tasks.nuspec"
- ]
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "path": "../Ultz.BeagleFramework/Ultz.BeagleFramework.csproj",
- "msbuildProject": "../Ultz.BeagleFramework/Ultz.BeagleFramework.csproj"
- }
- },
- "projectFileDependencyGroups": {
- ".NETStandard,Version=v2.0": [
- "MySql.Data >= 8.0.11",
- "NETStandard.Library >= 2.0.1",
- "Ultz.BeagleFramework >= 1.1.0"
- ]
- },
- "packageFolders": {
- "C:\\Users\\Dylan Perks\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback": {},
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
- },
- "project": {
- "version": "1.1.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.MySql\\Ultz.BeagleFramework.MySql.csproj",
- "projectName": "Ultz.BeagleFramework.MySql",
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.MySql\\Ultz.BeagleFramework.MySql.csproj",
- "packagesPath": "C:\\Users\\Dylan Perks\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.MySql\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ],
- "configFilePaths": [
- "C:\\Users\\Dylan Perks\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netstandard2.0": {
- "projectReferences": {
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "dependencies": {
- "MySql.Data": {
- "target": "Package",
- "version": "[8.0.11, )"
- },
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.1, )",
- "autoReferenced": true
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.MySql/obj/project.packagespec.json b/Ultz.BeagleFramework.MySql/obj/project.packagespec.json
deleted file mode 100644
index c455185..0000000
--- a/Ultz.BeagleFramework.MySql/obj/project.packagespec.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "version": "1.1.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.MySql\\Ultz.BeagleFramework.MySql.csproj",
- "projectName": "Ultz.BeagleFramework.MySql",
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.MySql\\Ultz.BeagleFramework.MySql.csproj",
- "outputPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.MySql\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "frameworks": {
- "netstandard2.0": {
- "projectReferences": {
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "dependencies": {
- "MySql.Data": {
- "target": "Package",
- "version": "[8.0.11, )"
- },
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.1, )",
- "autoReferenced": true
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/NpgsqlConnector.cs b/Ultz.BeagleFramework.Npgsql/NpgsqlConnector.cs
deleted file mode 100644
index 5c767d3..0000000
--- a/Ultz.BeagleFramework.Npgsql/NpgsqlConnector.cs
+++ /dev/null
@@ -1,60 +0,0 @@
-using System.Collections.Generic;
-using System.Data.Common;
-using Npgsql;
-using NpgsqlTypes;
-using Ultz.BeagleFramework.Sql;
-
-namespace Ultz.BeagleFramework.PostgreSql
-{
- public class NpgsqlConnector : SqlConnector
- {
- private string _conn;
- public override void Init(string connectionString)
- {
- //string connectionString =
- // "Data Source=(local);Initial Catalog=Northwind;"
- // + "Integrated Security=true";
-
- _conn = connectionString;
- }
-
- public override void Deinit()
- {
- }
-
- public override DbConnection CreateConnection()
- {
- return new NpgsqlConnection(_conn);
- }
-
- public override DbCommand CreateCommand(string query,DbConnection connection)
- {
- return new NpgsqlCommand(query,(NpgsqlConnection)connection);
- }
-
-
- public override DbParameter CreateParameter(string name)
- {
- return new NpgsqlParameter("@" + name, NpgsqlDbType.Varchar, -1, name);
- }
-
- public override DbDataAdapter CreateAdapter(string cmd, DbConnection conn)
- {
- return new NpgsqlDataAdapter(cmd,(NpgsqlConnection)conn);
- }
-
- public override DbParameter CreateIntParameter(string name)
- {
- return new NpgsqlParameter("@" + name, NpgsqlDbType.Integer, -1, name);
- }
-
- public override string Int => "int";
-
- public override string ProcessMessage(string s)
- {
- return s.Replace("'", "''").Replace('`', '\"');
- }
-
- public override string VarCharMax => "text";
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/NpgsqlEngine.cs b/Ultz.BeagleFramework.Npgsql/NpgsqlEngine.cs
deleted file mode 100644
index 2dabd93..0000000
--- a/Ultz.BeagleFramework.Npgsql/NpgsqlEngine.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using Ultz.BeagleFramework.Sql;
-
-namespace Ultz.BeagleFramework.PostgreSql
-{
- public class NpgsqlEngine : SqlEngine
- {
- public override string Id => "npgsql";
- public override SqlConnector Connector { get; } = new NpgsqlConnector();
-
- public NpgsqlEngine(string connectionString) : base(connectionString)
- {
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/Ultz.BeagleFramework.Npgsql.csproj b/Ultz.BeagleFramework.Npgsql/Ultz.BeagleFramework.Npgsql.csproj
deleted file mode 100644
index 6ff1fe4..0000000
--- a/Ultz.BeagleFramework.Npgsql/Ultz.BeagleFramework.Npgsql.csproj
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
- netstandard2.0
- 1.1.4.1
- Ultz
- Ultz Limited
- Beagle Framework
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to PostgreSQL
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle
- Git
- For the complete release announcement, see this blog post: https://confluence.ultz.co.uk/products/beagle/blog/2018/05/announcing-beagle-framework-1-1
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/Ultz.BeagleFramework.Npgsql.1.0.0.nupkg b/Ultz.BeagleFramework.Npgsql/bin/Debug/Ultz.BeagleFramework.Npgsql.1.0.0.nupkg
deleted file mode 100644
index f3a3988..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/bin/Debug/Ultz.BeagleFramework.Npgsql.1.0.0.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/Ultz.BeagleFramework.Npgsql.1.0.1.1.nupkg b/Ultz.BeagleFramework.Npgsql/bin/Debug/Ultz.BeagleFramework.Npgsql.1.0.1.1.nupkg
deleted file mode 100644
index 55a5b3f..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/bin/Debug/Ultz.BeagleFramework.Npgsql.1.0.1.1.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/Ultz.BeagleFramework.Npgsql.1.0.1.nupkg b/Ultz.BeagleFramework.Npgsql/bin/Debug/Ultz.BeagleFramework.Npgsql.1.0.1.nupkg
deleted file mode 100644
index 38aef5c..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/bin/Debug/Ultz.BeagleFramework.Npgsql.1.0.1.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/Ultz.BeagleFramework.Npgsql.1.1.0.nupkg b/Ultz.BeagleFramework.Npgsql/bin/Debug/Ultz.BeagleFramework.Npgsql.1.1.0.nupkg
deleted file mode 100644
index 1abb8a9..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/bin/Debug/Ultz.BeagleFramework.Npgsql.1.1.0.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.deps.json b/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.deps.json
deleted file mode 100644
index ccb3b1e..0000000
--- a/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.deps.json
+++ /dev/null
@@ -1,127 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v2.0",
- "signature": "5ec90305f68e109787de318546521b5d1c8c7473"
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v2.0": {
- "Ultz.BeagleFramework.Npgsql/1.0.0": {
- "dependencies": {
- "Npgsql": "3.2.7",
- "Ultz.BeagleFramework": "1.0.0"
- },
- "runtime": {
- "Ultz.BeagleFramework.Npgsql.dll": {}
- }
- },
- "Microsoft.NETCore.Targets/1.1.0": {},
- "Newtonsoft.Json/11.0.2": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "Npgsql/3.2.7": {
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Npgsql.dll": {}
- }
- },
- "System.Collections/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "Ultz.BeagleFramework/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "runtime": {
- "Ultz.BeagleFramework.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Ultz.BeagleFramework.Npgsql/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "path": "newtonsoft.json/11.0.2",
- "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
- },
- "Npgsql/3.2.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CxSXzWn/MNbHX8L1xfQSzrZfJEA2Yt5cvT27Az5abmvbqtUY1ab6xAkmBj5FfLyKCIYEnmSrxn1IY1+Jy13oFA==",
- "path": "npgsql/3.2.7",
- "hashPath": "npgsql.3.2.7.nupkg.sha512"
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "path": "system.collections/4.3.0",
- "hashPath": "system.collections.4.3.0.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "path": "system.threading.tasks/4.3.0",
- "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
- "path": "system.threading.tasks.extensions/4.3.0",
- "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
- },
- "Ultz.BeagleFramework/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.dll b/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.dll
deleted file mode 100644
index 2ed6f29..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.pdb b/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.pdb
deleted file mode 100644
index 2373d69..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll b/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll
deleted file mode 100644
index d7c02dc..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb b/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb
deleted file mode 100644
index 55ba768..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.deps.json b/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.deps.json
deleted file mode 100644
index 0be2c53..0000000
--- a/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.deps.json
+++ /dev/null
@@ -1,155 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETStandard,Version=v2.0/",
- "signature": "2a55193384a39605da8b9f747a18d4e024df3a6a"
- },
- "compilationOptions": {},
- "targets": {
- ".NETStandard,Version=v2.0": {},
- ".NETStandard,Version=v2.0/": {
- "Ultz.BeagleFramework.Npgsql/1.1.0": {
- "dependencies": {
- "NETStandard.Library": "2.0.1",
- "Npgsql": "3.2.7",
- "Ultz.BeagleFramework": "1.1.0"
- },
- "runtime": {
- "Ultz.BeagleFramework.Npgsql.dll": {}
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "Microsoft.NETCore.Targets/1.1.0": {},
- "NETStandard.Library/2.0.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "Npgsql/3.2.7": {
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Npgsql.dll": {}
- }
- },
- "System.Collections/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- },
- "runtime": {
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
- }
- },
- "Ultz.BeagleFramework/1.1.0": {
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "runtime": {
- "Ultz.BeagleFramework.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Ultz.BeagleFramework.Npgsql/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "NETStandard.Library/2.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oA6nwv9MhEKYvLpjZ0ggSpb1g4CQViDVQjLUcDWg598jtvJbpfeP2reqwI1GLW2TbxC/Ml7xL6BBR1HmKPXlTg==",
- "path": "netstandard.library/2.0.1",
- "hashPath": "netstandard.library.2.0.1.nupkg.sha512"
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "path": "newtonsoft.json/11.0.2",
- "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
- },
- "Npgsql/3.2.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CxSXzWn/MNbHX8L1xfQSzrZfJEA2Yt5cvT27Az5abmvbqtUY1ab6xAkmBj5FfLyKCIYEnmSrxn1IY1+Jy13oFA==",
- "path": "npgsql/3.2.7",
- "hashPath": "npgsql.3.2.7.nupkg.sha512"
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "path": "system.collections/4.3.0",
- "hashPath": "system.collections.4.3.0.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "path": "system.threading.tasks/4.3.0",
- "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
- "path": "system.threading.tasks.extensions/4.3.0",
- "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.dll b/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.dll
deleted file mode 100644
index f3666c1..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.pdb b/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.pdb
deleted file mode 100644
index 7008317..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll b/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll
deleted file mode 100644
index fa6dcb2..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb b/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb
deleted file mode 100644
index 10e161a..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/Ultz.BeagleFramework.Npgsql.1.0.0.nuspec b/Ultz.BeagleFramework.Npgsql/obj/Debug/Ultz.BeagleFramework.Npgsql.1.0.0.nuspec
deleted file mode 100644
index 8e9500c..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Debug/Ultz.BeagleFramework.Npgsql.1.0.0.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.Npgsql
- 1.0.0
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to PostgreSQL
- Whoops, we released it as a .NET Core library. We've fixed the issue, and Beagle should now be compatible with all .NET Standard 2.X platforms.
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/Ultz.BeagleFramework.Npgsql.1.0.1.1.nuspec b/Ultz.BeagleFramework.Npgsql/obj/Debug/Ultz.BeagleFramework.Npgsql.1.0.1.1.nuspec
deleted file mode 100644
index fec35d8..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Debug/Ultz.BeagleFramework.Npgsql.1.0.1.1.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.Npgsql
- 1.0.1.1
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to PostgreSQL
- Whoops, we released it as a .NET Core library. We've fixed the issue, and Beagle should now be compatible with all .NET Standard 2.X platforms.
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/Ultz.BeagleFramework.Npgsql.1.0.1.nuspec b/Ultz.BeagleFramework.Npgsql/obj/Debug/Ultz.BeagleFramework.Npgsql.1.0.1.nuspec
deleted file mode 100644
index 830d4f4..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Debug/Ultz.BeagleFramework.Npgsql.1.0.1.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.Npgsql
- 1.0.1
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to PostgreSQL
- Whoops, we released it as a .NET Core library. We've fixed the issue, and Beagle should now be compatible with all .NET Standard 2.X platforms.
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/Ultz.BeagleFramework.Npgsql.1.1.0.nuspec b/Ultz.BeagleFramework.Npgsql/obj/Debug/Ultz.BeagleFramework.Npgsql.1.1.0.nuspec
deleted file mode 100644
index cb20c9e..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Debug/Ultz.BeagleFramework.Npgsql.1.1.0.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.Npgsql
- 1.1.0
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to PostgreSQL
- For the complete release announcement, see this blog post: https://confluence.ultz.co.uk/products/beagle/blog/2018/05/announcing-beagle-framework-1-1
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.AssemblyInfo.cs b/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.AssemblyInfo.cs
deleted file mode 100644
index 8b34ab8..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Ultz Limited")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("Beagle Framework is a database access technology for C#, extracted from Ultz Onli" +
- "ne for public use. This package binds Beagle to PostgreSQL")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Beagle Framework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Ultz.BeagleFramework.Npgsql")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.AssemblyInfoInputs.cache b/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.AssemblyInfoInputs.cache
deleted file mode 100644
index fdcc08d..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-59d0030bde3177dd4baa99fbfe022df89381f9af
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.csproj.CopyComplete b/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.csproj.CoreCompileInputs.cache b/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 6c226f5..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-49eee2e6f5a305f1195ad2278a4baf22ac61a5dd
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.csproj.FileListAbsolute.txt b/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.csproj.FileListAbsolute.txt
deleted file mode 100644
index 76dd22d..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.Npgsql.deps.json
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.Npgsql.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.Npgsql.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.Npgsql.csproj.CoreCompileInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.Npgsql.AssemblyInfoInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.Npgsql.AssemblyInfo.cs
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.Npgsql.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.Npgsql.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.Npgsql.csprojResolveAssemblyReference.cache
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.csprojResolveAssemblyReference.cache b/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.csprojResolveAssemblyReference.cache
deleted file mode 100644
index 9b82180..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.dll b/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.dll
deleted file mode 100644
index 2ed6f29..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.pdb b/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.pdb
deleted file mode 100644
index 2373d69..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.Npgsql.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.AssemblyInfo.cs b/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.AssemblyInfo.cs
deleted file mode 100644
index c5dceb4..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Ultz Limited")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("Beagle Framework is a database access technology for C#, extracted from Ultz Onli" +
- "ne for public use. This package binds Beagle to PostgreSQL")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Beagle Framework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Ultz.BeagleFramework.Npgsql")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.AssemblyInfoInputs.cache b/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.AssemblyInfoInputs.cache
deleted file mode 100644
index 395b3a8..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-dc8d220884d6e9b01adc32d5264b60ca43e07f21
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.csproj.CopyComplete b/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.csproj.CoreCompileInputs.cache b/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.csproj.CoreCompileInputs.cache
deleted file mode 100644
index a772117..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ba68bb0f40f48f6ba3d510158e8daf9c945c0511
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.csproj.FileListAbsolute.txt b/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.csproj.FileListAbsolute.txt
deleted file mode 100644
index d3d31e6..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\bin\Debug\netstandard2.0\Ultz.BeagleFramework.Npgsql.deps.json
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\bin\Debug\netstandard2.0\Ultz.BeagleFramework.Npgsql.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\bin\Debug\netstandard2.0\Ultz.BeagleFramework.Npgsql.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\bin\Debug\netstandard2.0\Ultz.BeagleFramework.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\bin\Debug\netstandard2.0\Ultz.BeagleFramework.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\Debug\netstandard2.0\Ultz.BeagleFramework.Npgsql.csprojResolveAssemblyReference.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\Debug\netstandard2.0\Ultz.BeagleFramework.Npgsql.csproj.CoreCompileInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\Debug\netstandard2.0\Ultz.BeagleFramework.Npgsql.AssemblyInfoInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\Debug\netstandard2.0\Ultz.BeagleFramework.Npgsql.AssemblyInfo.cs
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\Debug\netstandard2.0\Ultz.BeagleFramework.Npgsql.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\Debug\netstandard2.0\Ultz.BeagleFramework.Npgsql.pdb
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.csprojResolveAssemblyReference.cache b/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.csprojResolveAssemblyReference.cache
deleted file mode 100644
index 4129c85..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.dll b/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.dll
deleted file mode 100644
index f3666c1..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.pdb b/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.pdb
deleted file mode 100644
index 7008317..0000000
Binary files a/Ultz.BeagleFramework.Npgsql/obj/Debug/netstandard2.0/Ultz.BeagleFramework.Npgsql.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Ultz.BeagleFramework.Npgsql.csproj.nuget.cache b/Ultz.BeagleFramework.Npgsql/obj/Ultz.BeagleFramework.Npgsql.csproj.nuget.cache
deleted file mode 100644
index dd28e30..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Ultz.BeagleFramework.Npgsql.csproj.nuget.cache
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "version": 1,
- "dgSpecHash": "m2LV4gJTWwmvFVMtXnUJRWBp46ZepmeCBZpKUseg9msfERG3HeV3kAyz0CnQY+fPPHkfYGxkaI24jClLRYiDjQ==",
- "success": true
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Ultz.BeagleFramework.Npgsql.csproj.nuget.g.props b/Ultz.BeagleFramework.Npgsql/obj/Ultz.BeagleFramework.Npgsql.csproj.nuget.g.props
deleted file mode 100644
index 3cdb061..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Ultz.BeagleFramework.Npgsql.csproj.nuget.g.props
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- True
- NuGet
- C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.Npgsql\obj\project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\Dylan Perks\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback;C:\Program Files\dotnet\sdk\NuGetFallbackFolder
- PackageReference
- 4.5.0
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/obj/Ultz.BeagleFramework.Npgsql.csproj.nuget.g.targets b/Ultz.BeagleFramework.Npgsql/obj/Ultz.BeagleFramework.Npgsql.csproj.nuget.g.targets
deleted file mode 100644
index 8a550eb..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/Ultz.BeagleFramework.Npgsql.csproj.nuget.g.targets
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/obj/project.assets.json b/Ultz.BeagleFramework.Npgsql/obj/project.assets.json
deleted file mode 100644
index 5532742..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/project.assets.json
+++ /dev/null
@@ -1,637 +0,0 @@
-{
- "version": 3,
- "targets": {
- ".NETStandard,Version=v2.0": {
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "NETStandard.Library/2.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "Npgsql/3.2.7": {
- "type": "package",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.3.0"
- },
- "compile": {
- "lib/netstandard2.0/Npgsql.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Npgsql.dll": {}
- }
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.3/System.Collections.dll": {}
- }
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- },
- "compile": {
- "ref/netstandard1.5/System.Runtime.dll": {}
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.3/System.Threading.Tasks.dll": {}
- }
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- },
- "compile": {
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
- }
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "compile": {
- "bin/placeholder/Ultz.BeagleFramework.dll": {}
- },
- "runtime": {
- "bin/placeholder/Ultz.BeagleFramework.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Microsoft.NETCore.Platforms/1.1.0": {
- "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "type": "package",
- "path": "microsoft.netcore.platforms/1.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.platforms.1.1.0.nupkg.sha512",
- "microsoft.netcore.platforms.nuspec",
- "runtime.json"
- ]
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "type": "package",
- "path": "microsoft.netcore.targets/1.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.targets.1.1.0.nupkg.sha512",
- "microsoft.netcore.targets.nuspec",
- "runtime.json"
- ]
- },
- "NETStandard.Library/2.0.1": {
- "sha512": "oA6nwv9MhEKYvLpjZ0ggSpb1g4CQViDVQjLUcDWg598jtvJbpfeP2reqwI1GLW2TbxC/Ml7xL6BBR1HmKPXlTg==",
- "type": "package",
- "path": "netstandard.library/2.0.1",
- "files": [
- "LICENSE.TXT",
- "NETStandard.Library.2.0.1.nupkg.sha512",
- "NETStandard.Library.nuspec",
- "THIRD-PARTY-NOTICES.TXT",
- "build/NETStandard.Library.targets",
- "build/netstandard2.0/NETStandard.Library.targets",
- "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
- "build/netstandard2.0/ref/System.AppContext.dll",
- "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
- "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
- "build/netstandard2.0/ref/System.Collections.Specialized.dll",
- "build/netstandard2.0/ref/System.Collections.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
- "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
- "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
- "build/netstandard2.0/ref/System.ComponentModel.dll",
- "build/netstandard2.0/ref/System.Console.dll",
- "build/netstandard2.0/ref/System.Core.dll",
- "build/netstandard2.0/ref/System.Data.Common.dll",
- "build/netstandard2.0/ref/System.Data.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
- "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
- "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
- "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
- "build/netstandard2.0/ref/System.Drawing.dll",
- "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
- "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
- "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
- "build/netstandard2.0/ref/System.Globalization.dll",
- "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
- "build/netstandard2.0/ref/System.IO.Compression.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
- "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
- "build/netstandard2.0/ref/System.IO.Pipes.dll",
- "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
- "build/netstandard2.0/ref/System.IO.dll",
- "build/netstandard2.0/ref/System.Linq.Expressions.dll",
- "build/netstandard2.0/ref/System.Linq.Parallel.dll",
- "build/netstandard2.0/ref/System.Linq.Queryable.dll",
- "build/netstandard2.0/ref/System.Linq.dll",
- "build/netstandard2.0/ref/System.Net.Http.dll",
- "build/netstandard2.0/ref/System.Net.NameResolution.dll",
- "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
- "build/netstandard2.0/ref/System.Net.Ping.dll",
- "build/netstandard2.0/ref/System.Net.Primitives.dll",
- "build/netstandard2.0/ref/System.Net.Requests.dll",
- "build/netstandard2.0/ref/System.Net.Security.dll",
- "build/netstandard2.0/ref/System.Net.Sockets.dll",
- "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.dll",
- "build/netstandard2.0/ref/System.Net.dll",
- "build/netstandard2.0/ref/System.Numerics.dll",
- "build/netstandard2.0/ref/System.ObjectModel.dll",
- "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
- "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
- "build/netstandard2.0/ref/System.Reflection.dll",
- "build/netstandard2.0/ref/System.Resources.Reader.dll",
- "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
- "build/netstandard2.0/ref/System.Resources.Writer.dll",
- "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
- "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
- "build/netstandard2.0/ref/System.Runtime.Handles.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
- "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
- "build/netstandard2.0/ref/System.Runtime.dll",
- "build/netstandard2.0/ref/System.Security.Claims.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
- "build/netstandard2.0/ref/System.Security.Principal.dll",
- "build/netstandard2.0/ref/System.Security.SecureString.dll",
- "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.dll",
- "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
- "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.dll",
- "build/netstandard2.0/ref/System.Threading.Thread.dll",
- "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
- "build/netstandard2.0/ref/System.Threading.Timer.dll",
- "build/netstandard2.0/ref/System.Threading.dll",
- "build/netstandard2.0/ref/System.Transactions.dll",
- "build/netstandard2.0/ref/System.ValueTuple.dll",
- "build/netstandard2.0/ref/System.Web.dll",
- "build/netstandard2.0/ref/System.Windows.dll",
- "build/netstandard2.0/ref/System.Xml.Linq.dll",
- "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
- "build/netstandard2.0/ref/System.Xml.Serialization.dll",
- "build/netstandard2.0/ref/System.Xml.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.dll",
- "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
- "build/netstandard2.0/ref/System.Xml.dll",
- "build/netstandard2.0/ref/System.dll",
- "build/netstandard2.0/ref/mscorlib.dll",
- "build/netstandard2.0/ref/netstandard.dll",
- "build/netstandard2.0/ref/netstandard.xml",
- "lib/netstandard1.0/_._"
- ]
- },
- "Newtonsoft.Json/11.0.2": {
- "sha512": "IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "type": "package",
- "path": "newtonsoft.json/11.0.2",
- "files": [
- "LICENSE.md",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/netstandard1.3/Newtonsoft.Json.dll",
- "lib/netstandard1.3/Newtonsoft.Json.xml",
- "lib/netstandard2.0/Newtonsoft.Json.dll",
- "lib/netstandard2.0/Newtonsoft.Json.xml",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "newtonsoft.json.11.0.2.nupkg.sha512",
- "newtonsoft.json.nuspec"
- ]
- },
- "Npgsql/3.2.7": {
- "sha512": "CxSXzWn/MNbHX8L1xfQSzrZfJEA2Yt5cvT27Az5abmvbqtUY1ab6xAkmBj5FfLyKCIYEnmSrxn1IY1+Jy13oFA==",
- "type": "package",
- "path": "npgsql/3.2.7",
- "files": [
- "lib/net45/Npgsql.dll",
- "lib/net45/Npgsql.xml",
- "lib/net451/Npgsql.dll",
- "lib/net451/Npgsql.xml",
- "lib/netstandard1.3/Npgsql.dll",
- "lib/netstandard1.3/Npgsql.xml",
- "lib/netstandard2.0/Npgsql.dll",
- "lib/netstandard2.0/Npgsql.xml",
- "npgsql.3.2.7.nupkg.sha512",
- "npgsql.nuspec"
- ]
- },
- "System.Collections/4.3.0": {
- "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "type": "package",
- "path": "system.collections/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Collections.dll",
- "ref/netcore50/System.Collections.xml",
- "ref/netcore50/de/System.Collections.xml",
- "ref/netcore50/es/System.Collections.xml",
- "ref/netcore50/fr/System.Collections.xml",
- "ref/netcore50/it/System.Collections.xml",
- "ref/netcore50/ja/System.Collections.xml",
- "ref/netcore50/ko/System.Collections.xml",
- "ref/netcore50/ru/System.Collections.xml",
- "ref/netcore50/zh-hans/System.Collections.xml",
- "ref/netcore50/zh-hant/System.Collections.xml",
- "ref/netstandard1.0/System.Collections.dll",
- "ref/netstandard1.0/System.Collections.xml",
- "ref/netstandard1.0/de/System.Collections.xml",
- "ref/netstandard1.0/es/System.Collections.xml",
- "ref/netstandard1.0/fr/System.Collections.xml",
- "ref/netstandard1.0/it/System.Collections.xml",
- "ref/netstandard1.0/ja/System.Collections.xml",
- "ref/netstandard1.0/ko/System.Collections.xml",
- "ref/netstandard1.0/ru/System.Collections.xml",
- "ref/netstandard1.0/zh-hans/System.Collections.xml",
- "ref/netstandard1.0/zh-hant/System.Collections.xml",
- "ref/netstandard1.3/System.Collections.dll",
- "ref/netstandard1.3/System.Collections.xml",
- "ref/netstandard1.3/de/System.Collections.xml",
- "ref/netstandard1.3/es/System.Collections.xml",
- "ref/netstandard1.3/fr/System.Collections.xml",
- "ref/netstandard1.3/it/System.Collections.xml",
- "ref/netstandard1.3/ja/System.Collections.xml",
- "ref/netstandard1.3/ko/System.Collections.xml",
- "ref/netstandard1.3/ru/System.Collections.xml",
- "ref/netstandard1.3/zh-hans/System.Collections.xml",
- "ref/netstandard1.3/zh-hant/System.Collections.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.collections.4.3.0.nupkg.sha512",
- "system.collections.nuspec"
- ]
- },
- "System.Runtime/4.3.0": {
- "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "type": "package",
- "path": "system.runtime/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net462/System.Runtime.dll",
- "lib/portable-net45+win8+wp80+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net462/System.Runtime.dll",
- "ref/netcore50/System.Runtime.dll",
- "ref/netcore50/System.Runtime.xml",
- "ref/netcore50/de/System.Runtime.xml",
- "ref/netcore50/es/System.Runtime.xml",
- "ref/netcore50/fr/System.Runtime.xml",
- "ref/netcore50/it/System.Runtime.xml",
- "ref/netcore50/ja/System.Runtime.xml",
- "ref/netcore50/ko/System.Runtime.xml",
- "ref/netcore50/ru/System.Runtime.xml",
- "ref/netcore50/zh-hans/System.Runtime.xml",
- "ref/netcore50/zh-hant/System.Runtime.xml",
- "ref/netstandard1.0/System.Runtime.dll",
- "ref/netstandard1.0/System.Runtime.xml",
- "ref/netstandard1.0/de/System.Runtime.xml",
- "ref/netstandard1.0/es/System.Runtime.xml",
- "ref/netstandard1.0/fr/System.Runtime.xml",
- "ref/netstandard1.0/it/System.Runtime.xml",
- "ref/netstandard1.0/ja/System.Runtime.xml",
- "ref/netstandard1.0/ko/System.Runtime.xml",
- "ref/netstandard1.0/ru/System.Runtime.xml",
- "ref/netstandard1.0/zh-hans/System.Runtime.xml",
- "ref/netstandard1.0/zh-hant/System.Runtime.xml",
- "ref/netstandard1.2/System.Runtime.dll",
- "ref/netstandard1.2/System.Runtime.xml",
- "ref/netstandard1.2/de/System.Runtime.xml",
- "ref/netstandard1.2/es/System.Runtime.xml",
- "ref/netstandard1.2/fr/System.Runtime.xml",
- "ref/netstandard1.2/it/System.Runtime.xml",
- "ref/netstandard1.2/ja/System.Runtime.xml",
- "ref/netstandard1.2/ko/System.Runtime.xml",
- "ref/netstandard1.2/ru/System.Runtime.xml",
- "ref/netstandard1.2/zh-hans/System.Runtime.xml",
- "ref/netstandard1.2/zh-hant/System.Runtime.xml",
- "ref/netstandard1.3/System.Runtime.dll",
- "ref/netstandard1.3/System.Runtime.xml",
- "ref/netstandard1.3/de/System.Runtime.xml",
- "ref/netstandard1.3/es/System.Runtime.xml",
- "ref/netstandard1.3/fr/System.Runtime.xml",
- "ref/netstandard1.3/it/System.Runtime.xml",
- "ref/netstandard1.3/ja/System.Runtime.xml",
- "ref/netstandard1.3/ko/System.Runtime.xml",
- "ref/netstandard1.3/ru/System.Runtime.xml",
- "ref/netstandard1.3/zh-hans/System.Runtime.xml",
- "ref/netstandard1.3/zh-hant/System.Runtime.xml",
- "ref/netstandard1.5/System.Runtime.dll",
- "ref/netstandard1.5/System.Runtime.xml",
- "ref/netstandard1.5/de/System.Runtime.xml",
- "ref/netstandard1.5/es/System.Runtime.xml",
- "ref/netstandard1.5/fr/System.Runtime.xml",
- "ref/netstandard1.5/it/System.Runtime.xml",
- "ref/netstandard1.5/ja/System.Runtime.xml",
- "ref/netstandard1.5/ko/System.Runtime.xml",
- "ref/netstandard1.5/ru/System.Runtime.xml",
- "ref/netstandard1.5/zh-hans/System.Runtime.xml",
- "ref/netstandard1.5/zh-hant/System.Runtime.xml",
- "ref/portable-net45+win8+wp80+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.runtime.4.3.0.nupkg.sha512",
- "system.runtime.nuspec"
- ]
- },
- "System.Threading.Tasks/4.3.0": {
- "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "type": "package",
- "path": "system.threading.tasks/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Threading.Tasks.dll",
- "ref/netcore50/System.Threading.Tasks.xml",
- "ref/netcore50/de/System.Threading.Tasks.xml",
- "ref/netcore50/es/System.Threading.Tasks.xml",
- "ref/netcore50/fr/System.Threading.Tasks.xml",
- "ref/netcore50/it/System.Threading.Tasks.xml",
- "ref/netcore50/ja/System.Threading.Tasks.xml",
- "ref/netcore50/ko/System.Threading.Tasks.xml",
- "ref/netcore50/ru/System.Threading.Tasks.xml",
- "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
- "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
- "ref/netstandard1.0/System.Threading.Tasks.dll",
- "ref/netstandard1.0/System.Threading.Tasks.xml",
- "ref/netstandard1.0/de/System.Threading.Tasks.xml",
- "ref/netstandard1.0/es/System.Threading.Tasks.xml",
- "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
- "ref/netstandard1.0/it/System.Threading.Tasks.xml",
- "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
- "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
- "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
- "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
- "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
- "ref/netstandard1.3/System.Threading.Tasks.dll",
- "ref/netstandard1.3/System.Threading.Tasks.xml",
- "ref/netstandard1.3/de/System.Threading.Tasks.xml",
- "ref/netstandard1.3/es/System.Threading.Tasks.xml",
- "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
- "ref/netstandard1.3/it/System.Threading.Tasks.xml",
- "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
- "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
- "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
- "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
- "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.threading.tasks.4.3.0.nupkg.sha512",
- "system.threading.tasks.nuspec"
- ]
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "sha512": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
- "type": "package",
- "path": "system.threading.tasks.extensions/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
- "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
- "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
- "system.threading.tasks.extensions.4.3.0.nupkg.sha512",
- "system.threading.tasks.extensions.nuspec"
- ]
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "path": "../Ultz.BeagleFramework/Ultz.BeagleFramework.csproj",
- "msbuildProject": "../Ultz.BeagleFramework/Ultz.BeagleFramework.csproj"
- }
- },
- "projectFileDependencyGroups": {
- ".NETStandard,Version=v2.0": [
- "NETStandard.Library >= 2.0.1",
- "Npgsql >= 3.2.7",
- "Ultz.BeagleFramework >= 1.1.0"
- ]
- },
- "packageFolders": {
- "C:\\Users\\Dylan Perks\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback": {},
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
- },
- "project": {
- "version": "1.1.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.Npgsql\\Ultz.BeagleFramework.Npgsql.csproj",
- "projectName": "Ultz.BeagleFramework.Npgsql",
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.Npgsql\\Ultz.BeagleFramework.Npgsql.csproj",
- "packagesPath": "C:\\Users\\Dylan Perks\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.Npgsql\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ],
- "configFilePaths": [
- "C:\\Users\\Dylan Perks\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netstandard2.0": {
- "projectReferences": {
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "dependencies": {
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.1, )",
- "autoReferenced": true
- },
- "Npgsql": {
- "target": "Package",
- "version": "[3.2.7, )"
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.Npgsql/obj/project.packagespec.json b/Ultz.BeagleFramework.Npgsql/obj/project.packagespec.json
deleted file mode 100644
index 43a44e4..0000000
--- a/Ultz.BeagleFramework.Npgsql/obj/project.packagespec.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "version": "1.1.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.Npgsql\\Ultz.BeagleFramework.Npgsql.csproj",
- "projectName": "Ultz.BeagleFramework.Npgsql",
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.Npgsql\\Ultz.BeagleFramework.Npgsql.csproj",
- "outputPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.Npgsql\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "frameworks": {
- "netstandard2.0": {
- "projectReferences": {
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "dependencies": {
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.1, )",
- "autoReferenced": true
- },
- "Npgsql": {
- "target": "Package",
- "version": "[3.2.7, )"
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SQLite/SqliteConnector.cs b/Ultz.BeagleFramework.SQLite/SqliteConnector.cs
deleted file mode 100644
index e84eee2..0000000
--- a/Ultz.BeagleFramework.SQLite/SqliteConnector.cs
+++ /dev/null
@@ -1,59 +0,0 @@
-using System.Collections.Generic;
-using System.Data.Common;
-using Microsoft.Data.Sqlite;
-using Ultz.BeagleFramework.Sql;
-
-namespace Ultz.BeagleFramework.SQLite
-{
- public class SqliteConnector : SqlConnector
- {
- private string _conn;
- public override void Init(string connectionString)
- {
- //string connectionString =
- // "Data Source=(local);Initial Catalog=Northwind;"
- // + "Integrated Security=true";
-
- _conn = connectionString;
- }
-
- public override void Deinit()
- {
- }
-
- public override DbConnection CreateConnection()
- {
- return new SqliteConnection(_conn);
- }
-
- public override DbCommand CreateCommand(string query,DbConnection connection)
- {
- return new SqliteCommand(query,(SqliteConnection)connection);
- }
-
-
- public override DbParameter CreateParameter(string name)
- {
- return new SqliteParameter("@" + name, SqliteType.Text, -1, name);
- }
-
- public override DbDataAdapter CreateAdapter(string cmd, DbConnection conn)
- {
- return new SqliteDataAdapter(cmd,(SqliteConnection)conn);
- }
-
- public override DbParameter CreateIntParameter(string name)
- {
- return new SqliteParameter("@" + name, SqliteType.Integer, -1, name);
- }
-
- public override string Int => "INTEGER";
-
- public override string ProcessMessage(string s)
- {
- return s;
- }
-
- public override string VarCharMax => "TEXT";
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SQLite/SqliteDataAdapter.cs b/Ultz.BeagleFramework.SQLite/SqliteDataAdapter.cs
deleted file mode 100644
index 68cd5b2..0000000
--- a/Ultz.BeagleFramework.SQLite/SqliteDataAdapter.cs
+++ /dev/null
@@ -1,163 +0,0 @@
-using System;
-using System.Data;
-using System.Data.Common;
-using Microsoft.Data.Sqlite;
-
-namespace Ultz.BeagleFramework.SQLite
-{
- ///
- /// Represents the method that handles the RowUpdated events.
- ///
- /// The source of the event.
- /// A SqliteRowUpdatedEventArgs that contains the event data.
- public delegate void SqliteRowUpdatedEventHandler(Object sender, SqliteRowUpdatedEventArgs e);
-
- ///
- /// Represents the method that handles the RowUpdating events.
- ///
- /// The source of the event.
- /// A SqliteRowUpdatingEventArgs that contains the event data.
- public delegate void SqliteRowUpdatingEventHandler(Object sender, SqliteRowUpdatingEventArgs e);
-
- ///
- /// This class represents an adapter from many commands: select, update, insert and delete to fill Datasets.
- ///
- [System.ComponentModel.DesignerCategory("")]
- public sealed class SqliteDataAdapter : DbDataAdapter
- {
- ///
- /// Row updated event.
- ///
- public event SqliteRowUpdatedEventHandler RowUpdated;
-
- ///
- /// Row updating event.
- ///
- public event SqliteRowUpdatingEventHandler RowUpdating;
-
- ///
- /// Default constructor.
- ///
- public SqliteDataAdapter() { }
-
- ///
- /// Constructor.
- ///
- ///
- public SqliteDataAdapter(SqliteCommand selectCommand)
- {
- SelectCommand = selectCommand;
- }
-
- ///
- /// Constructor.
- ///
- ///
- ///
- public SqliteDataAdapter(string selectCommandText, SqliteConnection selectConnection)
- : this(new SqliteCommand(selectCommandText, selectConnection)) { }
-
- ///
- /// Constructor.
- ///
- ///
- ///
- public SqliteDataAdapter(string selectCommandText, string selectConnectionString)
- : this(selectCommandText, new SqliteConnection(selectConnectionString)) { }
-
- ///
- /// Create row updated event.
- ///
- protected override RowUpdatedEventArgs CreateRowUpdatedEvent( DataRow dataRow, IDbCommand command,
- System.Data.StatementType statementType,
- DataTableMapping tableMapping)
- {
- return new SqliteRowUpdatedEventArgs(dataRow, command, statementType, tableMapping);
- }
-
- ///
- /// Create row updating event.
- ///
- protected override RowUpdatingEventArgs CreateRowUpdatingEvent( DataRow dataRow, IDbCommand command,
- System.Data.StatementType statementType,
- DataTableMapping tableMapping)
- {
- return new SqliteRowUpdatingEventArgs(dataRow, command, statementType, tableMapping);
- }
-
- ///
- /// Raise the RowUpdated event.
- ///
- ///
- protected override void OnRowUpdated( RowUpdatedEventArgs value)
- {
- //base.OnRowUpdated(value);
- if (RowUpdated != null && value is SqliteRowUpdatedEventArgs)
- RowUpdated(this, (SqliteRowUpdatedEventArgs)value);
- }
-
- ///
- /// Raise the RowUpdating event.
- ///
- ///
- protected override void OnRowUpdating( RowUpdatingEventArgs value)
- {
- if (RowUpdating != null && value is SqliteRowUpdatingEventArgs)
- RowUpdating(this, (SqliteRowUpdatingEventArgs)value);
- }
-
- ///
- /// Delete command.
- ///
- public new SqliteCommand DeleteCommand
- {
- get { return (SqliteCommand)base.DeleteCommand; }
- set { base.DeleteCommand = value; }
- }
-
- ///
- /// Select command.
- ///
- public new SqliteCommand SelectCommand
- {
- get { return (SqliteCommand)base.SelectCommand; }
- set { base.SelectCommand = value; }
- }
-
- ///
- /// Update command.
- ///
- public new SqliteCommand UpdateCommand
- {
- get { return (SqliteCommand)base.UpdateCommand; }
- set { base.UpdateCommand = value; }
- }
-
- ///
- /// Insert command.
- ///
- public new SqliteCommand InsertCommand
- {
- get { return (SqliteCommand)base.InsertCommand; }
- set { base.InsertCommand = value; }
- }
- }
-
-#pragma warning disable 1591
-
- public class SqliteRowUpdatingEventArgs : RowUpdatingEventArgs
- {
- public SqliteRowUpdatingEventArgs(DataRow dataRow, IDbCommand command, System.Data.StatementType statementType,
- DataTableMapping tableMapping)
- : base(dataRow, command, statementType, tableMapping) { }
- }
-
- public class SqliteRowUpdatedEventArgs : RowUpdatedEventArgs
- {
- public SqliteRowUpdatedEventArgs(DataRow dataRow, IDbCommand command, System.Data.StatementType statementType,
- DataTableMapping tableMapping)
- : base(dataRow, command, statementType, tableMapping) { }
- }
-
-#pragma warning restore 1591
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SQLite/SqliteEngine.cs b/Ultz.BeagleFramework.SQLite/SqliteEngine.cs
deleted file mode 100644
index e79e122..0000000
--- a/Ultz.BeagleFramework.SQLite/SqliteEngine.cs
+++ /dev/null
@@ -1,35 +0,0 @@
-using System;
-using System.Data;
-using System.Diagnostics;
-using Ultz.BeagleFramework.Sql;
-
-namespace Ultz.BeagleFramework.SQLite
-{
- public class SqliteEngine : SqlEngine, IStorageEngine
- {
- public override string Id => "sqlite";
- public override SqlConnector Connector { get; } = new SqliteConnector();
-
- public SqliteEngine(string connectionString) : base(connectionString)
- {
- }
-
- public new ITable GetTable(string name)
- {
- try
- {
- var tbl = new SqliteTable(name, Connector, this);
- if (tbl.GetDataTable().Rows.Count != 0) return tbl;
- foreach (DataColumn tableColumn in tbl.GetDataTable().Columns)
- {
- tableColumn.DataType = tableColumn.ColumnName == "onultz_id" ? typeof(int) : typeof(string);
- }
- return tbl;
- }
- catch
- {
- return null;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SQLite/SqliteTable.cs b/Ultz.BeagleFramework.SQLite/SqliteTable.cs
deleted file mode 100644
index 1bf8f81..0000000
--- a/Ultz.BeagleFramework.SQLite/SqliteTable.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Data;
-using System.Text;
-using Ultz.BeagleFramework.Sql;
-
-namespace Ultz.BeagleFramework.SQLite
-{
- public class SqliteTable : SqlTable, ITable
- {
- public SqliteTable(string name, SqlConnector connector, IStorageEngine engine) : base(name, connector, engine)
- {
- }
-
- public new void Refresh()
- {
- base.Refresh();
- if (GetDataTable().Rows.Count != 0) return;
- foreach (DataColumn tableColumn in GetDataTable().Columns)
- {
- tableColumn.DataType = tableColumn.ColumnName == "onultz_id" ? typeof(int) : typeof(string);
- }
- }
- }
-}
diff --git a/Ultz.BeagleFramework.SQLite/Ultz.BeagleFramework.SQLite.csproj b/Ultz.BeagleFramework.SQLite/Ultz.BeagleFramework.SQLite.csproj
deleted file mode 100644
index cfb6d9a..0000000
--- a/Ultz.BeagleFramework.SQLite/Ultz.BeagleFramework.SQLite.csproj
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
- netstandard2.0
- 1.1.0
- Ultz
- Ultz Limited
- Beagle Framework
- For the complete release announcement, see this blog post: https://confluence.ultz.co.uk/products/beagle/blog/2018/05/announcing-beagle-framework-1-1
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to SQLite
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle
- Git
-
-
-
- {A8CDDB11-F6D1-41B8-9B30-F532C78F13A1}
- Ultz.BeagleFramework
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SQLite/bin/Debug/Ultz.BeagleFramework.SQLite.1.1.0.nupkg b/Ultz.BeagleFramework.SQLite/bin/Debug/Ultz.BeagleFramework.SQLite.1.1.0.nupkg
deleted file mode 100644
index 8b3fcd4..0000000
Binary files a/Ultz.BeagleFramework.SQLite/bin/Debug/Ultz.BeagleFramework.SQLite.1.1.0.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.deps.json b/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.deps.json
deleted file mode 100644
index edd4854..0000000
--- a/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.deps.json
+++ /dev/null
@@ -1,134 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETStandard,Version=v2.0/",
- "signature": "61ba2a021f797f59018ce2922144aab18acc444e"
- },
- "compilationOptions": {},
- "targets": {
- ".NETStandard,Version=v2.0": {},
- ".NETStandard,Version=v2.0/": {
- "Ultz.BeagleFramework.SQLite/1.1.0": {
- "dependencies": {
- "Microsoft.Data.Sqlite": "2.1.0",
- "NETStandard.Library": "2.0.1",
- "Ultz.BeagleFramework": "1.1.0"
- },
- "runtime": {
- "Ultz.BeagleFramework.SQLite.dll": {}
- }
- },
- "Microsoft.Data.Sqlite/2.1.0": {
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "2.1.0",
- "SQLitePCLRaw.bundle_green": "1.1.11"
- }
- },
- "Microsoft.Data.Sqlite.Core/2.1.0": {
- "dependencies": {
- "SQLitePCLRaw.core": "1.1.11"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "NETStandard.Library/2.0.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "SQLitePCLRaw.bundle_green/1.1.11": {
- "dependencies": {
- "NETStandard.Library": "2.0.1",
- "SQLitePCLRaw.core": "1.1.11"
- },
- "runtime": {
- "lib/netstandard1.1/SQLitePCLRaw.batteries_green.dll": {},
- "lib/netstandard1.1/SQLitePCLRaw.batteries_v2.dll": {}
- }
- },
- "SQLitePCLRaw.core/1.1.11": {
- "dependencies": {
- "NETStandard.Library": "2.0.1"
- },
- "runtime": {
- "lib/netstandard1.1/SQLitePCLRaw.core.dll": {}
- }
- },
- "Ultz.BeagleFramework/1.1.0": {
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "runtime": {
- "Ultz.BeagleFramework.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Ultz.BeagleFramework.SQLite/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Microsoft.Data.Sqlite/2.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0gM/OsHZgICnN7+Qld69S6LON3vTO2MHFAvm3Ji77Tv+sbJL0tIPx7mdvgH0MJ72bslWnm2Y6Su3jYAv52Q0SA==",
- "path": "microsoft.data.sqlite/2.1.0",
- "hashPath": "microsoft.data.sqlite.2.1.0.nupkg.sha512"
- },
- "Microsoft.Data.Sqlite.Core/2.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OzFBXsbsjkNLqClNyBA8ldv3oLYK37JxP2c83xVe7UcxU2KvvqQy+VvQg97rEcMsZPgS4t3pTAv4W7xwaoYuug==",
- "path": "microsoft.data.sqlite.core/2.1.0",
- "hashPath": "microsoft.data.sqlite.core.2.1.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "NETStandard.Library/2.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oA6nwv9MhEKYvLpjZ0ggSpb1g4CQViDVQjLUcDWg598jtvJbpfeP2reqwI1GLW2TbxC/Ml7xL6BBR1HmKPXlTg==",
- "path": "netstandard.library/2.0.1",
- "hashPath": "netstandard.library.2.0.1.nupkg.sha512"
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "path": "newtonsoft.json/11.0.2",
- "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
- },
- "SQLitePCLRaw.bundle_green/1.1.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Hqp8IF/RLjbypkLm+t+1RqAX8EKuWEkj7wkLXplfENQoPnE127cvTmaDvaQKtt7a5QsD/HNjFDr1z5f9q2wdPg==",
- "path": "sqlitepclraw.bundle_green/1.1.11",
- "hashPath": "sqlitepclraw.bundle_green.1.1.11.nupkg.sha512"
- },
- "SQLitePCLRaw.core/1.1.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QT17CyQAQIbTCu6pW5+uVA8BXqRzquiDI1tr5Un6c1YZcQydPmGPuYYng9xMs2UHUDYHbTu+JDkp55WR+qo9bQ==",
- "path": "sqlitepclraw.core/1.1.11",
- "hashPath": "sqlitepclraw.core.1.1.11.nupkg.sha512"
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.dll b/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.dll
deleted file mode 100644
index 2a05e39..0000000
Binary files a/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.pdb b/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.pdb
deleted file mode 100644
index 36ad835..0000000
Binary files a/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll b/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll
deleted file mode 100644
index fa6dcb2..0000000
Binary files a/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb b/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb
deleted file mode 100644
index 10e161a..0000000
Binary files a/Ultz.BeagleFramework.SQLite/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.SQLite/obj/Debug/Ultz.BeagleFramework.SQLite.1.1.0.nuspec b/Ultz.BeagleFramework.SQLite/obj/Debug/Ultz.BeagleFramework.SQLite.1.1.0.nuspec
deleted file mode 100644
index d8981dc..0000000
--- a/Ultz.BeagleFramework.SQLite/obj/Debug/Ultz.BeagleFramework.SQLite.1.1.0.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.SQLite
- 1.1.0
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to SQLite
- For the complete release announcement, see this blog post: https://confluence.ultz.co.uk/products/beagle/blog/2018/05/announcing-beagle-framework-1-1
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.AssemblyInfo.cs b/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.AssemblyInfo.cs
deleted file mode 100644
index d317a5d..0000000
--- a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Ultz Limited")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("Beagle Framework is a database access technology for C#, extracted from Ultz Onli" +
- "ne for public use. This package binds Beagle to SQLite")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Beagle Framework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Ultz.BeagleFramework.SQLite")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.AssemblyInfoInputs.cache b/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.AssemblyInfoInputs.cache
deleted file mode 100644
index a1a3da3..0000000
--- a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-cbedf66b575cc54900baa43b97d5cf8e4f60a0e9
diff --git a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.csproj.CopyComplete b/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.csproj.CoreCompileInputs.cache b/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 13f965e..0000000
--- a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-654a0bceeebcb1ed03492e9cb274d29169b28a83
diff --git a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.csproj.FileListAbsolute.txt b/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.csproj.FileListAbsolute.txt
deleted file mode 100644
index 771cb6a..0000000
--- a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SQLite\bin\Debug\netstandard2.0\Ultz.BeagleFramework.SQLite.deps.json
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SQLite\bin\Debug\netstandard2.0\Ultz.BeagleFramework.SQLite.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SQLite\bin\Debug\netstandard2.0\Ultz.BeagleFramework.SQLite.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SQLite\bin\Debug\netstandard2.0\Ultz.BeagleFramework.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SQLite\bin\Debug\netstandard2.0\Ultz.BeagleFramework.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SQLite\obj\Debug\netstandard2.0\Ultz.BeagleFramework.SQLite.csproj.CoreCompileInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SQLite\obj\Debug\netstandard2.0\Ultz.BeagleFramework.SQLite.AssemblyInfoInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SQLite\obj\Debug\netstandard2.0\Ultz.BeagleFramework.SQLite.AssemblyInfo.cs
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SQLite\obj\Debug\netstandard2.0\Ultz.BeagleFramework.SQLite.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SQLite\obj\Debug\netstandard2.0\Ultz.BeagleFramework.SQLite.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SQLite\obj\Debug\netstandard2.0\Ultz.BeagleFramework.SQLite.csprojResolveAssemblyReference.cache
diff --git a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.csprojResolveAssemblyReference.cache b/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.csprojResolveAssemblyReference.cache
deleted file mode 100644
index b150599..0000000
Binary files a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.dll b/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.dll
deleted file mode 100644
index 2a05e39..0000000
Binary files a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.pdb b/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.pdb
deleted file mode 100644
index 36ad835..0000000
Binary files a/Ultz.BeagleFramework.SQLite/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SQLite.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.SQLite/obj/Ultz.BeagleFramework.SQLite.csproj.nuget.cache b/Ultz.BeagleFramework.SQLite/obj/Ultz.BeagleFramework.SQLite.csproj.nuget.cache
deleted file mode 100644
index 2e48400..0000000
--- a/Ultz.BeagleFramework.SQLite/obj/Ultz.BeagleFramework.SQLite.csproj.nuget.cache
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "version": 1,
- "dgSpecHash": "FOfIrLwyhNS4DHSgasOrlWeBCF2wKvP23LQz9a+2Ofw6SkY/Zz24DYPIREwO3km1sgk6Ik2v+joYcQEbnu95rA==",
- "success": true
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SQLite/obj/Ultz.BeagleFramework.SQLite.csproj.nuget.g.props b/Ultz.BeagleFramework.SQLite/obj/Ultz.BeagleFramework.SQLite.csproj.nuget.g.props
deleted file mode 100644
index bbb3b96..0000000
--- a/Ultz.BeagleFramework.SQLite/obj/Ultz.BeagleFramework.SQLite.csproj.nuget.g.props
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- True
- NuGet
- C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SQLite\obj\project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\Dylan Perks\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback;C:\Program Files\dotnet\sdk\NuGetFallbackFolder
- PackageReference
- 4.5.0
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SQLite/obj/Ultz.BeagleFramework.SQLite.csproj.nuget.g.targets b/Ultz.BeagleFramework.SQLite/obj/Ultz.BeagleFramework.SQLite.csproj.nuget.g.targets
deleted file mode 100644
index 8a550eb..0000000
--- a/Ultz.BeagleFramework.SQLite/obj/Ultz.BeagleFramework.SQLite.csproj.nuget.g.targets
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SQLite/obj/project.assets.json b/Ultz.BeagleFramework.SQLite/obj/project.assets.json
deleted file mode 100644
index 7a52e3b..0000000
--- a/Ultz.BeagleFramework.SQLite/obj/project.assets.json
+++ /dev/null
@@ -1,447 +0,0 @@
-{
- "version": 3,
- "targets": {
- ".NETStandard,Version=v2.0": {
- "Microsoft.Data.Sqlite/2.1.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "2.1.0",
- "SQLitePCLRaw.bundle_green": "1.1.11"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/2.1.0": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "1.1.11"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "NETStandard.Library/2.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "SQLitePCLRaw.bundle_green/1.1.11": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "SQLitePCLRaw.core": "1.1.11"
- },
- "compile": {
- "lib/netstandard1.1/SQLitePCLRaw.batteries_green.dll": {},
- "lib/netstandard1.1/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netstandard1.1/SQLitePCLRaw.batteries_green.dll": {},
- "lib/netstandard1.1/SQLitePCLRaw.batteries_v2.dll": {}
- }
- },
- "SQLitePCLRaw.core/1.1.11": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- },
- "compile": {
- "lib/netstandard1.1/SQLitePCLRaw.core.dll": {}
- },
- "runtime": {
- "lib/netstandard1.1/SQLitePCLRaw.core.dll": {}
- }
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "compile": {
- "bin/placeholder/Ultz.BeagleFramework.dll": {}
- },
- "runtime": {
- "bin/placeholder/Ultz.BeagleFramework.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Microsoft.Data.Sqlite/2.1.0": {
- "sha512": "0gM/OsHZgICnN7+Qld69S6LON3vTO2MHFAvm3Ji77Tv+sbJL0tIPx7mdvgH0MJ72bslWnm2Y6Su3jYAv52Q0SA==",
- "type": "package",
- "path": "microsoft.data.sqlite/2.1.0",
- "files": [
- ".signature.p7s",
- "lib/netstandard2.0/_._",
- "microsoft.data.sqlite.2.1.0.nupkg.sha512",
- "microsoft.data.sqlite.nuspec"
- ]
- },
- "Microsoft.Data.Sqlite.Core/2.1.0": {
- "sha512": "OzFBXsbsjkNLqClNyBA8ldv3oLYK37JxP2c83xVe7UcxU2KvvqQy+VvQg97rEcMsZPgS4t3pTAv4W7xwaoYuug==",
- "type": "package",
- "path": "microsoft.data.sqlite.core/2.1.0",
- "files": [
- ".signature.p7s",
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll",
- "lib/netstandard2.0/Microsoft.Data.Sqlite.xml",
- "microsoft.data.sqlite.core.2.1.0.nupkg.sha512",
- "microsoft.data.sqlite.core.nuspec"
- ]
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "type": "package",
- "path": "microsoft.netcore.platforms/1.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.platforms.1.1.0.nupkg.sha512",
- "microsoft.netcore.platforms.nuspec",
- "runtime.json"
- ]
- },
- "NETStandard.Library/2.0.1": {
- "sha512": "oA6nwv9MhEKYvLpjZ0ggSpb1g4CQViDVQjLUcDWg598jtvJbpfeP2reqwI1GLW2TbxC/Ml7xL6BBR1HmKPXlTg==",
- "type": "package",
- "path": "netstandard.library/2.0.1",
- "files": [
- "LICENSE.TXT",
- "NETStandard.Library.2.0.1.nupkg.sha512",
- "NETStandard.Library.nuspec",
- "THIRD-PARTY-NOTICES.TXT",
- "build/NETStandard.Library.targets",
- "build/netstandard2.0/NETStandard.Library.targets",
- "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
- "build/netstandard2.0/ref/System.AppContext.dll",
- "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
- "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
- "build/netstandard2.0/ref/System.Collections.Specialized.dll",
- "build/netstandard2.0/ref/System.Collections.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
- "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
- "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
- "build/netstandard2.0/ref/System.ComponentModel.dll",
- "build/netstandard2.0/ref/System.Console.dll",
- "build/netstandard2.0/ref/System.Core.dll",
- "build/netstandard2.0/ref/System.Data.Common.dll",
- "build/netstandard2.0/ref/System.Data.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
- "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
- "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
- "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
- "build/netstandard2.0/ref/System.Drawing.dll",
- "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
- "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
- "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
- "build/netstandard2.0/ref/System.Globalization.dll",
- "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
- "build/netstandard2.0/ref/System.IO.Compression.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
- "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
- "build/netstandard2.0/ref/System.IO.Pipes.dll",
- "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
- "build/netstandard2.0/ref/System.IO.dll",
- "build/netstandard2.0/ref/System.Linq.Expressions.dll",
- "build/netstandard2.0/ref/System.Linq.Parallel.dll",
- "build/netstandard2.0/ref/System.Linq.Queryable.dll",
- "build/netstandard2.0/ref/System.Linq.dll",
- "build/netstandard2.0/ref/System.Net.Http.dll",
- "build/netstandard2.0/ref/System.Net.NameResolution.dll",
- "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
- "build/netstandard2.0/ref/System.Net.Ping.dll",
- "build/netstandard2.0/ref/System.Net.Primitives.dll",
- "build/netstandard2.0/ref/System.Net.Requests.dll",
- "build/netstandard2.0/ref/System.Net.Security.dll",
- "build/netstandard2.0/ref/System.Net.Sockets.dll",
- "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.dll",
- "build/netstandard2.0/ref/System.Net.dll",
- "build/netstandard2.0/ref/System.Numerics.dll",
- "build/netstandard2.0/ref/System.ObjectModel.dll",
- "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
- "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
- "build/netstandard2.0/ref/System.Reflection.dll",
- "build/netstandard2.0/ref/System.Resources.Reader.dll",
- "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
- "build/netstandard2.0/ref/System.Resources.Writer.dll",
- "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
- "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
- "build/netstandard2.0/ref/System.Runtime.Handles.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
- "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
- "build/netstandard2.0/ref/System.Runtime.dll",
- "build/netstandard2.0/ref/System.Security.Claims.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
- "build/netstandard2.0/ref/System.Security.Principal.dll",
- "build/netstandard2.0/ref/System.Security.SecureString.dll",
- "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.dll",
- "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
- "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.dll",
- "build/netstandard2.0/ref/System.Threading.Thread.dll",
- "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
- "build/netstandard2.0/ref/System.Threading.Timer.dll",
- "build/netstandard2.0/ref/System.Threading.dll",
- "build/netstandard2.0/ref/System.Transactions.dll",
- "build/netstandard2.0/ref/System.ValueTuple.dll",
- "build/netstandard2.0/ref/System.Web.dll",
- "build/netstandard2.0/ref/System.Windows.dll",
- "build/netstandard2.0/ref/System.Xml.Linq.dll",
- "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
- "build/netstandard2.0/ref/System.Xml.Serialization.dll",
- "build/netstandard2.0/ref/System.Xml.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.dll",
- "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
- "build/netstandard2.0/ref/System.Xml.dll",
- "build/netstandard2.0/ref/System.dll",
- "build/netstandard2.0/ref/mscorlib.dll",
- "build/netstandard2.0/ref/netstandard.dll",
- "build/netstandard2.0/ref/netstandard.xml",
- "lib/netstandard1.0/_._"
- ]
- },
- "Newtonsoft.Json/11.0.2": {
- "sha512": "IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "type": "package",
- "path": "newtonsoft.json/11.0.2",
- "files": [
- "LICENSE.md",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/netstandard1.3/Newtonsoft.Json.dll",
- "lib/netstandard1.3/Newtonsoft.Json.xml",
- "lib/netstandard2.0/Newtonsoft.Json.dll",
- "lib/netstandard2.0/Newtonsoft.Json.xml",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "newtonsoft.json.11.0.2.nupkg.sha512",
- "newtonsoft.json.nuspec"
- ]
- },
- "SQLitePCLRaw.bundle_green/1.1.11": {
- "sha512": "Hqp8IF/RLjbypkLm+t+1RqAX8EKuWEkj7wkLXplfENQoPnE127cvTmaDvaQKtt7a5QsD/HNjFDr1z5f9q2wdPg==",
- "type": "package",
- "path": "sqlitepclraw.bundle_green/1.1.11",
- "files": [
- "build/wp8/SQLitePCLRaw.bundle_green.targets",
- "build/wp80/arm/SQLitePCLRaw.batteries_green.dll",
- "build/wp80/arm/SQLitePCLRaw.batteries_v2.dll",
- "build/wp80/x86/SQLitePCLRaw.batteries_green.dll",
- "build/wp80/x86/SQLitePCLRaw.batteries_v2.dll",
- "lib/MonoAndroid/SQLitePCLRaw.batteries_green.dll",
- "lib/MonoAndroid/SQLitePCLRaw.batteries_v2.dll",
- "lib/Xamarin.Mac20/SQLitePCLRaw.batteries_green.dll",
- "lib/Xamarin.Mac20/SQLitePCLRaw.batteries_v2.dll",
- "lib/Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
- "lib/Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll",
- "lib/net35/SQLitePCLRaw.batteries_green.dll",
- "lib/net35/SQLitePCLRaw.batteries_v2.dll",
- "lib/net40/SQLitePCLRaw.batteries_green.dll",
- "lib/net40/SQLitePCLRaw.batteries_v2.dll",
- "lib/net45/SQLitePCLRaw.batteries_green.dll",
- "lib/net45/SQLitePCLRaw.batteries_v2.dll",
- "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll",
- "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll",
- "lib/netstandard1.1/SQLitePCLRaw.batteries_green.dll",
- "lib/netstandard1.1/SQLitePCLRaw.batteries_v2.dll",
- "lib/portable-net40+sl5+netcore45+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
- "lib/portable-net40+sl5+netcore45+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll",
- "lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
- "lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll",
- "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
- "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll",
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll",
- "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll",
- "lib/win8/SQLitePCLRaw.batteries_green.dll",
- "lib/win8/SQLitePCLRaw.batteries_v2.dll",
- "lib/win81/SQLitePCLRaw.batteries_green.dll",
- "lib/win81/SQLitePCLRaw.batteries_v2.dll",
- "lib/wp8/_._",
- "lib/wpa81/SQLitePCLRaw.batteries_green.dll",
- "lib/wpa81/SQLitePCLRaw.batteries_v2.dll",
- "sqlitepclraw.bundle_green.1.1.11.nupkg.sha512",
- "sqlitepclraw.bundle_green.nuspec"
- ]
- },
- "SQLitePCLRaw.core/1.1.11": {
- "sha512": "QT17CyQAQIbTCu6pW5+uVA8BXqRzquiDI1tr5Un6c1YZcQydPmGPuYYng9xMs2UHUDYHbTu+JDkp55WR+qo9bQ==",
- "type": "package",
- "path": "sqlitepclraw.core/1.1.11",
- "files": [
- "lib/MonoAndroid/SQLitePCLRaw.core.dll",
- "lib/Xamarin.Mac20/SQLitePCLRaw.core.dll",
- "lib/Xamarin.iOS10/SQLitePCLRaw.core.dll",
- "lib/net35/SQLitePCLRaw.core.dll",
- "lib/net40/SQLitePCLRaw.core.dll",
- "lib/net45/SQLitePCLRaw.core.dll",
- "lib/netstandard1.0/SQLitePCLRaw.core.dll",
- "lib/netstandard1.1/SQLitePCLRaw.core.dll",
- "lib/portable-net40+sl5+netcore45+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.core.dll",
- "lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.core.dll",
- "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.core.dll",
- "lib/uap10.0/SQLitePCLRaw.core.dll",
- "lib/win8/SQLitePCLRaw.core.dll",
- "lib/win81/SQLitePCLRaw.core.dll",
- "lib/wpa81/SQLitePCLRaw.core.dll",
- "sqlitepclraw.core.1.1.11.nupkg.sha512",
- "sqlitepclraw.core.nuspec"
- ]
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "path": "../Ultz.BeagleFramework/Ultz.BeagleFramework.csproj",
- "msbuildProject": "../Ultz.BeagleFramework/Ultz.BeagleFramework.csproj"
- }
- },
- "projectFileDependencyGroups": {
- ".NETStandard,Version=v2.0": [
- "Microsoft.Data.Sqlite >= 2.1.0",
- "NETStandard.Library >= 2.0.1",
- "Ultz.BeagleFramework >= 1.1.0"
- ]
- },
- "packageFolders": {
- "C:\\Users\\Dylan Perks\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback": {},
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
- },
- "project": {
- "version": "1.1.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SQLite\\Ultz.BeagleFramework.SQLite.csproj",
- "projectName": "Ultz.BeagleFramework.SQLite",
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SQLite\\Ultz.BeagleFramework.SQLite.csproj",
- "packagesPath": "C:\\Users\\Dylan Perks\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SQLite\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ],
- "configFilePaths": [
- "C:\\Users\\Dylan Perks\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netstandard2.0": {
- "projectReferences": {
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "dependencies": {
- "Microsoft.Data.Sqlite": {
- "target": "Package",
- "version": "[2.1.0, )"
- },
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.1, )",
- "autoReferenced": true
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SQLite/obj/project.packagespec.json b/Ultz.BeagleFramework.SQLite/obj/project.packagespec.json
deleted file mode 100644
index bf1626d..0000000
--- a/Ultz.BeagleFramework.SQLite/obj/project.packagespec.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "version": "1.1.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SQLite\\Ultz.BeagleFramework.SQLite.csproj",
- "projectName": "Ultz.BeagleFramework.SQLite",
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SQLite\\Ultz.BeagleFramework.SQLite.csproj",
- "outputPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SQLite\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "frameworks": {
- "netstandard2.0": {
- "projectReferences": {
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "dependencies": {
- "Microsoft.Data.Sqlite": {
- "target": "Package",
- "version": "[2.1.0, )"
- },
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.1, )",
- "autoReferenced": true
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/SqlServerConnector.cs b/Ultz.BeagleFramework.SqlServer/SqlServerConnector.cs
deleted file mode 100644
index 284a583..0000000
--- a/Ultz.BeagleFramework.SqlServer/SqlServerConnector.cs
+++ /dev/null
@@ -1,59 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Data;
-using System.Data.Common;
-using System.Data.SqlClient;
-using Ultz.BeagleFramework.Sql;
-
-namespace Ultz.BeagleFramework.SqlServer
-{
- public class SqlServerConnector : SqlConnector
- {
- private string _conn;
- public override void Init(string connectionString)
- {
- //string connectionString =
- // "Data Source=(local);Initial Catalog=Northwind;"
- // + "Integrated Security=true";
-
- _conn = connectionString;
- }
-
- public override void Deinit()
- {
- }
-
- public override DbConnection CreateConnection()
- {
- return new SqlConnection(_conn);
- }
-
- public override DbCommand CreateCommand(string query,DbConnection connection)
- {
- return new SqlCommand(query,(SqlConnection)connection);
- }
-
- public override DbParameter CreateParameter(string name)
- {
- return new SqlParameter("@"+name,SqlDbType.VarChar,-1,name);
- }
-
- public override DbDataAdapter CreateAdapter(string cmd, DbConnection conn)
- {
- return new SqlDataAdapter(cmd,(SqlConnection)conn);
- }
-
- public override DbParameter CreateIntParameter(string name)
- {
- return new SqlParameter("@"+name,SqlDbType.Int,-1,name);
- }
-
- public override string VarCharMax => "varchar(max)";
- public override string Int => "int";
-
- public override string ProcessMessage(string s)
- {
- return s;
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/SqlServerEngine.cs b/Ultz.BeagleFramework.SqlServer/SqlServerEngine.cs
deleted file mode 100644
index 4db07b5..0000000
--- a/Ultz.BeagleFramework.SqlServer/SqlServerEngine.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System.Collections.Generic;
-using Ultz.BeagleFramework.Sql;
-
-namespace Ultz.BeagleFramework.SqlServer
-{
- public class SqlServerEngine : SqlEngine
- {
- public override string Id => "sql_server";
- public override SqlConnector Connector { get; } = new SqlServerConnector();
-
- public SqlServerEngine(string connectionString) : base(connectionString)
- {
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/Ultz.BeagleFramework.SqlServer.csproj b/Ultz.BeagleFramework.SqlServer/Ultz.BeagleFramework.SqlServer.csproj
deleted file mode 100644
index 59c642e..0000000
--- a/Ultz.BeagleFramework.SqlServer/Ultz.BeagleFramework.SqlServer.csproj
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
- netstandard2.0
- Ultz
- Ultz Limited
- Beagle Framework
- 1.1.4.1
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to Microsoft SQL Server
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle
- Git
- https://ultz.co.uk/Beagle.png
- https://hub.ultz.co.uk/code/projects/BF/
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- For the complete release announcement, see this blog post: https://confluence.ultz.co.uk/products/beagle/blog/2018/05/announcing-beagle-framework-1-1
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/Ultz.BeagleFramework.SqlServer.1.0.0.nupkg b/Ultz.BeagleFramework.SqlServer/bin/Debug/Ultz.BeagleFramework.SqlServer.1.0.0.nupkg
deleted file mode 100644
index 7a47992..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/bin/Debug/Ultz.BeagleFramework.SqlServer.1.0.0.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/Ultz.BeagleFramework.SqlServer.1.0.1.1.nupkg b/Ultz.BeagleFramework.SqlServer/bin/Debug/Ultz.BeagleFramework.SqlServer.1.0.1.1.nupkg
deleted file mode 100644
index bec711d..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/bin/Debug/Ultz.BeagleFramework.SqlServer.1.0.1.1.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/Ultz.BeagleFramework.SqlServer.1.0.1.nupkg b/Ultz.BeagleFramework.SqlServer/bin/Debug/Ultz.BeagleFramework.SqlServer.1.0.1.nupkg
deleted file mode 100644
index 94a7469..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/bin/Debug/Ultz.BeagleFramework.SqlServer.1.0.1.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/Ultz.BeagleFramework.SqlServer.1.1.0.nupkg b/Ultz.BeagleFramework.SqlServer/bin/Debug/Ultz.BeagleFramework.SqlServer.1.1.0.nupkg
deleted file mode 100644
index eefa953..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/bin/Debug/Ultz.BeagleFramework.SqlServer.1.1.0.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.deps.json b/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.deps.json
deleted file mode 100644
index ff2a934..0000000
--- a/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.deps.json
+++ /dev/null
@@ -1,221 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v2.0",
- "signature": "780a8e23c9b6b748c89cdc14edbdf4711460a0d9"
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v2.0": {
- "Ultz.BeagleFramework.SqlServer/1.0.0": {
- "dependencies": {
- "System.Data.SqlClient": "4.4.3",
- "Ultz.BeagleFramework": "1.0.0"
- },
- "runtime": {
- "Ultz.BeagleFramework.SqlServer.dll": {}
- }
- },
- "Microsoft.Win32.Registry/4.4.0": {
- "dependencies": {
- "System.Security.AccessControl": "4.4.0",
- "System.Security.Principal.Windows": "4.4.0"
- },
- "runtimeTargets": {
- "runtime/unix/lib/_._": {
- "rid": "unix",
- "assetType": "runtime"
- },
- "runtime/win/lib/_._": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "dependencies": {
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
- }
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "runtimeTargets": {
- "runtimes/win-arm64/native/sni.dll": {
- "rid": "win-arm64",
- "assetType": "native"
- }
- }
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "runtimeTargets": {
- "runtimes/win-x64/native/sni.dll": {
- "rid": "win-x64",
- "assetType": "native"
- }
- }
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "runtimeTargets": {
- "runtimes/win-x86/native/sni.dll": {
- "rid": "win-x86",
- "assetType": "native"
- }
- }
- },
- "System.Data.SqlClient/4.4.3": {
- "dependencies": {
- "Microsoft.Win32.Registry": "4.4.0",
- "System.Security.Principal.Windows": "4.4.0",
- "System.Text.Encoding.CodePages": "4.4.0",
- "runtime.native.System.Data.SqlClient.sni": "4.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Data.SqlClient.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": {
- "rid": "unix",
- "assetType": "runtime"
- },
- "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "System.Security.AccessControl/4.4.0": {
- "dependencies": {
- "System.Security.Principal.Windows": "4.4.0"
- },
- "runtimeTargets": {
- "runtime/unix/lib/_._": {
- "rid": "unix",
- "assetType": "runtime"
- },
- "runtime/win/lib/_._": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "System.Security.Principal.Windows/4.4.0": {
- "runtimeTargets": {
- "runtime/unix/lib/_._": {
- "rid": "unix",
- "assetType": "runtime"
- },
- "runtime/win/lib/_._": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "System.Text.Encoding.CodePages/4.4.0": {
- "runtime": {
- "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
- "rid": "win",
- "assetType": "runtime"
- }
- }
- },
- "Ultz.BeagleFramework/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "runtime": {
- "Ultz.BeagleFramework.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Ultz.BeagleFramework.SqlServer/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Microsoft.Win32.Registry/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==",
- "path": "microsoft.win32.registry/4.4.0",
- "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512"
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "path": "newtonsoft.json/11.0.2",
- "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
- },
- "runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
- "path": "runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
- "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
- "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
- "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "System.Data.SqlClient/4.4.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-D1hEOS1oPLJ6WcGCzpTWe8SauWVxnDoDTUWhv5XCNdRm/QeSUk4BQ3ZDe7BH+zNVHDBkPYjVzpVjnCl43eOSGg==",
- "path": "system.data.sqlclient/4.4.3",
- "hashPath": "system.data.sqlclient.4.4.3.nupkg.sha512"
- },
- "System.Security.AccessControl/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==",
- "path": "system.security.accesscontrol/4.4.0",
- "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512"
- },
- "System.Security.Principal.Windows/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==",
- "path": "system.security.principal.windows/4.4.0",
- "hashPath": "system.security.principal.windows.4.4.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
- "path": "system.text.encoding.codepages/4.4.0",
- "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512"
- },
- "Ultz.BeagleFramework/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.dll b/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.dll
deleted file mode 100644
index df792b8..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.pdb b/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.pdb
deleted file mode 100644
index d1cdf7c..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll b/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll
deleted file mode 100644
index d7c02dc..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb b/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb
deleted file mode 100644
index 55ba768..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.deps.json b/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.deps.json
deleted file mode 100644
index be916f2..0000000
--- a/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.deps.json
+++ /dev/null
@@ -1,374 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETStandard,Version=v2.0/",
- "signature": "bdc5382043d0875dc28ac1907c3ce21d760157fa"
- },
- "compilationOptions": {},
- "targets": {
- ".NETStandard,Version=v2.0": {},
- ".NETStandard,Version=v2.0/": {
- "Ultz.BeagleFramework.SqlServer/1.1.0": {
- "dependencies": {
- "NETStandard.Library": "2.0.1",
- "System.Data.SqlClient": "4.4.3",
- "Ultz.BeagleFramework": "1.1.0"
- },
- "runtime": {
- "Ultz.BeagleFramework.SqlServer.dll": {}
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "Microsoft.NETCore.Targets/1.1.0": {},
- "Microsoft.Win32.Registry/4.4.0": {
- "dependencies": {
- "System.Security.AccessControl": "4.4.0",
- "System.Security.Principal.Windows": "4.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {}
- }
- },
- "NETStandard.Library/2.0.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "dependencies": {
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
- }
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {},
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {},
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {},
- "System.Collections/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Data.SqlClient/4.4.3": {
- "dependencies": {
- "Microsoft.Win32.Registry": "4.4.0",
- "System.Diagnostics.DiagnosticSource": "4.4.1",
- "System.Security.Principal.Windows": "4.4.0",
- "System.Text.Encoding.CodePages": "4.4.0",
- "runtime.native.System.Data.SqlClient.sni": "4.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Data.SqlClient.dll": {}
- }
- },
- "System.Diagnostics.Debug/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Diagnostics.DiagnosticSource/4.4.1": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0"
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Diagnostics.Tracing/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.IO/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Reflection/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Runtime.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Security.AccessControl/4.4.0": {
- "dependencies": {
- "System.Security.Principal.Windows": "4.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.AccessControl.dll": {}
- }
- },
- "System.Security.Principal.Windows/4.4.0": {
- "runtime": {
- "lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
- }
- },
- "System.Text.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Text.Encoding.CodePages/4.4.0": {
- "runtime": {
- "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
- }
- },
- "System.Threading/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- },
- "runtime": {
- "lib/netstandard1.3/System.Threading.dll": {}
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "Ultz.BeagleFramework/1.1.0": {
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "runtime": {
- "Ultz.BeagleFramework.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Ultz.BeagleFramework.SqlServer/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "Microsoft.Win32.Registry/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==",
- "path": "microsoft.win32.registry/4.4.0",
- "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512"
- },
- "NETStandard.Library/2.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oA6nwv9MhEKYvLpjZ0ggSpb1g4CQViDVQjLUcDWg598jtvJbpfeP2reqwI1GLW2TbxC/Ml7xL6BBR1HmKPXlTg==",
- "path": "netstandard.library/2.0.1",
- "hashPath": "netstandard.library.2.0.1.nupkg.sha512"
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "path": "newtonsoft.json/11.0.2",
- "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
- },
- "runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
- "path": "runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
- "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
- "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
- "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "path": "system.collections/4.3.0",
- "hashPath": "system.collections.4.3.0.nupkg.sha512"
- },
- "System.Data.SqlClient/4.4.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-D1hEOS1oPLJ6WcGCzpTWe8SauWVxnDoDTUWhv5XCNdRm/QeSUk4BQ3ZDe7BH+zNVHDBkPYjVzpVjnCl43eOSGg==",
- "path": "system.data.sqlclient/4.4.3",
- "hashPath": "system.data.sqlclient.4.4.3.nupkg.sha512"
- },
- "System.Diagnostics.Debug/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
- "path": "system.diagnostics.debug/4.3.0",
- "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/4.4.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-U/KcC19fyLsPN1GLmeU2zQq15MMVcPwMOYPADVo1+WIoJpvMHxrzvl+BLLZwTEZSneGwaPFZ0aWr0nJ7B7LSdA==",
- "path": "system.diagnostics.diagnosticsource/4.4.1",
- "hashPath": "system.diagnostics.diagnosticsource.4.4.1.nupkg.sha512"
- },
- "System.Diagnostics.Tracing/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
- "path": "system.diagnostics.tracing/4.3.0",
- "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
- },
- "System.IO/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
- "path": "system.io/4.3.0",
- "hashPath": "system.io.4.3.0.nupkg.sha512"
- },
- "System.Reflection/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
- "path": "system.reflection/4.3.0",
- "hashPath": "system.reflection.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
- "path": "system.reflection.primitives/4.3.0",
- "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
- "path": "system.runtime.extensions/4.3.0",
- "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
- },
- "System.Security.AccessControl/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==",
- "path": "system.security.accesscontrol/4.4.0",
- "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512"
- },
- "System.Security.Principal.Windows/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==",
- "path": "system.security.principal.windows/4.4.0",
- "hashPath": "system.security.principal.windows.4.4.0.nupkg.sha512"
- },
- "System.Text.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
- "path": "system.text.encoding/4.3.0",
- "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
- "path": "system.text.encoding.codepages/4.4.0",
- "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512"
- },
- "System.Threading/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
- "path": "system.threading/4.3.0",
- "hashPath": "system.threading.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "path": "system.threading.tasks/4.3.0",
- "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.dll b/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.dll
deleted file mode 100644
index 8428c6e..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.pdb b/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.pdb
deleted file mode 100644
index 3098c90..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll b/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll
deleted file mode 100644
index fa6dcb2..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb b/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb
deleted file mode 100644
index 10e161a..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/Ultz.BeagleFramework.SqlServer.1.0.0.nuspec b/Ultz.BeagleFramework.SqlServer/obj/Debug/Ultz.BeagleFramework.SqlServer.1.0.0.nuspec
deleted file mode 100644
index 7940c86..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Debug/Ultz.BeagleFramework.SqlServer.1.0.0.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.SqlServer
- 1.0.0
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to Microsoft SQL Server
- Whoops, we released it as a .NET Core library. We've fixed the issue, and Beagle should now be compatible with all .NET Standard 2.X platforms.
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/Ultz.BeagleFramework.SqlServer.1.0.1.1.nuspec b/Ultz.BeagleFramework.SqlServer/obj/Debug/Ultz.BeagleFramework.SqlServer.1.0.1.1.nuspec
deleted file mode 100644
index 0e1e761..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Debug/Ultz.BeagleFramework.SqlServer.1.0.1.1.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.SqlServer
- 1.0.1.1
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to Microsoft SQL Server
- For the complete release announcement, see this blog post: https://confluence.ultz.co.uk/products/beagle/blog/2018/05/announcing-beagle-framework-1-1
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/Ultz.BeagleFramework.SqlServer.1.0.1.nuspec b/Ultz.BeagleFramework.SqlServer/obj/Debug/Ultz.BeagleFramework.SqlServer.1.0.1.nuspec
deleted file mode 100644
index da92a38..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Debug/Ultz.BeagleFramework.SqlServer.1.0.1.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.SqlServer
- 1.0.1
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to Microsoft SQL Server
- Whoops, we released it as a .NET Core library. We've fixed the issue, and Beagle should now be compatible with all .NET Standard 2.X platforms.
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/Ultz.BeagleFramework.SqlServer.1.1.0.nuspec b/Ultz.BeagleFramework.SqlServer/obj/Debug/Ultz.BeagleFramework.SqlServer.1.1.0.nuspec
deleted file mode 100644
index 27b35a8..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Debug/Ultz.BeagleFramework.SqlServer.1.1.0.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Ultz.BeagleFramework.SqlServer
- 1.1.0
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use. This package binds Beagle to Microsoft SQL Server
- For the complete release announcement, see this blog post: https://confluence.ultz.co.uk/products/beagle/blog/2018/05/announcing-beagle-framework-1-1
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.AssemblyInfo.cs b/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.AssemblyInfo.cs
deleted file mode 100644
index 4f9024d..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Ultz Limited")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("Beagle Framework is a database access technology for C#, extracted from Ultz Onli" +
- "ne for public use. This package binds Beagle to Microsoft SQL Server")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Beagle Framework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Ultz.BeagleFramework.SqlServer")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.AssemblyInfoInputs.cache b/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.AssemblyInfoInputs.cache
deleted file mode 100644
index afe6dd7..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b3103e5961bf97f5bf1129024e1e387c62352673
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.csproj.CopyComplete b/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.csproj.CoreCompileInputs.cache b/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 6929ae2..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-f853140e3c087a0cd475087c2a074a0dd9cc8b22
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.csproj.FileListAbsolute.txt b/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.csproj.FileListAbsolute.txt
deleted file mode 100644
index 220f64b..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.SqlServer.deps.json
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.SqlServer.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.SqlServer.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.SqlServer.csproj.CoreCompileInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.SqlServer.AssemblyInfoInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.SqlServer.AssemblyInfo.cs
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.SqlServer.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.SqlServer.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.SqlServer.csprojResolveAssemblyReference.cache
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.csprojResolveAssemblyReference.cache b/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.csprojResolveAssemblyReference.cache
deleted file mode 100644
index 63c1a53..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.dll b/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.dll
deleted file mode 100644
index df792b8..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.pdb b/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.pdb
deleted file mode 100644
index d1cdf7c..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.SqlServer.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.AssemblyInfo.cs b/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.AssemblyInfo.cs
deleted file mode 100644
index 06fbda2..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Ultz Limited")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("Beagle Framework is a database access technology for C#, extracted from Ultz Onli" +
- "ne for public use. This package binds Beagle to Microsoft SQL Server")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Beagle Framework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Ultz.BeagleFramework.SqlServer")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.AssemblyInfoInputs.cache b/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.AssemblyInfoInputs.cache
deleted file mode 100644
index f3ee874..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4f17f39c23bb5853a446bca3fef8b446ab6cd4ea
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.csproj.CopyComplete b/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.csproj.CoreCompileInputs.cache b/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.csproj.CoreCompileInputs.cache
deleted file mode 100644
index a7d5b0e..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1d0d12cd345c66572796c515389c3d42d5ca249f
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.csproj.FileListAbsolute.txt b/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.csproj.FileListAbsolute.txt
deleted file mode 100644
index 8eddf1f..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\bin\Debug\netstandard2.0\Ultz.BeagleFramework.SqlServer.deps.json
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\bin\Debug\netstandard2.0\Ultz.BeagleFramework.SqlServer.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\bin\Debug\netstandard2.0\Ultz.BeagleFramework.SqlServer.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\bin\Debug\netstandard2.0\Ultz.BeagleFramework.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\bin\Debug\netstandard2.0\Ultz.BeagleFramework.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\Debug\netstandard2.0\Ultz.BeagleFramework.SqlServer.csprojResolveAssemblyReference.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\Debug\netstandard2.0\Ultz.BeagleFramework.SqlServer.csproj.CoreCompileInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\Debug\netstandard2.0\Ultz.BeagleFramework.SqlServer.AssemblyInfoInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\Debug\netstandard2.0\Ultz.BeagleFramework.SqlServer.AssemblyInfo.cs
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\Debug\netstandard2.0\Ultz.BeagleFramework.SqlServer.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\Debug\netstandard2.0\Ultz.BeagleFramework.SqlServer.pdb
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.csprojResolveAssemblyReference.cache b/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.csprojResolveAssemblyReference.cache
deleted file mode 100644
index 256bca5..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.dll b/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.dll
deleted file mode 100644
index 8428c6e..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.pdb b/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.pdb
deleted file mode 100644
index 3098c90..0000000
Binary files a/Ultz.BeagleFramework.SqlServer/obj/Debug/netstandard2.0/Ultz.BeagleFramework.SqlServer.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Ultz.BeagleFramework.SqlServer.csproj.nuget.cache b/Ultz.BeagleFramework.SqlServer/obj/Ultz.BeagleFramework.SqlServer.csproj.nuget.cache
deleted file mode 100644
index 90117fb..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Ultz.BeagleFramework.SqlServer.csproj.nuget.cache
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "version": 1,
- "dgSpecHash": "KHdfk/jIQNnyr6ulRrRIZShJc72V8D7cl9a6H1H04SQP9PifutvKBBJ62mkV18aCRWV/jPi8wVUVSIVa3lOqqw==",
- "success": true
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Ultz.BeagleFramework.SqlServer.csproj.nuget.g.props b/Ultz.BeagleFramework.SqlServer/obj/Ultz.BeagleFramework.SqlServer.csproj.nuget.g.props
deleted file mode 100644
index 1d6cfa2..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Ultz.BeagleFramework.SqlServer.csproj.nuget.g.props
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- True
- NuGet
- C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework.SqlServer\obj\project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\Dylan Perks\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback;C:\Program Files\dotnet\sdk\NuGetFallbackFolder
- PackageReference
- 4.5.0
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/obj/Ultz.BeagleFramework.SqlServer.csproj.nuget.g.targets b/Ultz.BeagleFramework.SqlServer/obj/Ultz.BeagleFramework.SqlServer.csproj.nuget.g.targets
deleted file mode 100644
index 8a550eb..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/Ultz.BeagleFramework.SqlServer.csproj.nuget.g.targets
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/obj/project.assets.json b/Ultz.BeagleFramework.SqlServer/obj/project.assets.json
deleted file mode 100644
index 45b1063..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/project.assets.json
+++ /dev/null
@@ -1,1706 +0,0 @@
-{
- "version": 3,
- "targets": {
- ".NETStandard,Version=v2.0": {
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.Win32.Registry/4.4.0": {
- "type": "package",
- "dependencies": {
- "System.Security.AccessControl": "4.4.0",
- "System.Security.Principal.Windows": "4.4.0"
- },
- "compile": {
- "ref/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "NETStandard.Library/2.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "dependencies": {
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
- }
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "runtimeTargets": {
- "runtimes/win-arm64/native/sni.dll": {
- "assetType": "native",
- "rid": "win-arm64"
- }
- }
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "runtimeTargets": {
- "runtimes/win-x64/native/sni.dll": {
- "assetType": "native",
- "rid": "win-x64"
- }
- }
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "runtimeTargets": {
- "runtimes/win-x86/native/sni.dll": {
- "assetType": "native",
- "rid": "win-x86"
- }
- }
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- }
- },
- "System.Data.SqlClient/4.4.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.Win32.Registry": "4.4.0",
- "System.Diagnostics.DiagnosticSource": "4.4.1",
- "System.Security.Principal.Windows": "4.4.0",
- "System.Text.Encoding.CodePages": "4.4.0",
- "runtime.native.System.Data.SqlClient.sni": "4.4.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Data.SqlClient.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Data.SqlClient.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Diagnostics.Debug/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- }
- },
- "System.Diagnostics.DiagnosticSource/4.4.1": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0"
- },
- "compile": {
- "lib/netstandard1.3/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Diagnostics.Tracing/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.5/_._": {}
- }
- },
- "System.IO/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.5/_._": {}
- }
- },
- "System.Reflection/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.5/_._": {}
- }
- },
- "System.Reflection.Primitives/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.0/_._": {}
- }
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- },
- "compile": {
- "ref/netstandard1.5/_._": {}
- }
- },
- "System.Runtime.Extensions/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.5/_._": {}
- }
- },
- "System.Security.AccessControl/4.4.0": {
- "type": "package",
- "dependencies": {
- "System.Security.Principal.Windows": "4.4.0"
- },
- "compile": {
- "ref/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.AccessControl.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Security.Principal.Windows/4.4.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Text.Encoding/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- }
- },
- "System.Text.Encoding.CodePages/4.4.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Threading/4.3.0": {
- "type": "package",
- "dependencies": {
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Threading.dll": {}
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- }
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "compile": {
- "bin/placeholder/Ultz.BeagleFramework.dll": {}
- },
- "runtime": {
- "bin/placeholder/Ultz.BeagleFramework.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Microsoft.NETCore.Platforms/1.1.0": {
- "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "type": "package",
- "path": "microsoft.netcore.platforms/1.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.platforms.1.1.0.nupkg.sha512",
- "microsoft.netcore.platforms.nuspec",
- "runtime.json"
- ]
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "type": "package",
- "path": "microsoft.netcore.targets/1.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.targets.1.1.0.nupkg.sha512",
- "microsoft.netcore.targets.nuspec",
- "runtime.json"
- ]
- },
- "Microsoft.Win32.Registry/4.4.0": {
- "sha512": "dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==",
- "type": "package",
- "path": "microsoft.win32.registry/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net46/Microsoft.Win32.Registry.dll",
- "lib/net461/Microsoft.Win32.Registry.dll",
- "lib/netstandard1.3/Microsoft.Win32.Registry.dll",
- "lib/netstandard2.0/Microsoft.Win32.Registry.dll",
- "microsoft.win32.registry.4.4.0.nupkg.sha512",
- "microsoft.win32.registry.nuspec",
- "ref/net46/Microsoft.Win32.Registry.dll",
- "ref/net461/Microsoft.Win32.Registry.dll",
- "ref/net461/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/Microsoft.Win32.Registry.dll",
- "ref/netstandard1.3/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
- "ref/netstandard2.0/Microsoft.Win32.Registry.dll",
- "ref/netstandard2.0/Microsoft.Win32.Registry.xml",
- "runtimes/unix/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll",
- "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
- "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll",
- "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll",
- "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "NETStandard.Library/2.0.1": {
- "sha512": "oA6nwv9MhEKYvLpjZ0ggSpb1g4CQViDVQjLUcDWg598jtvJbpfeP2reqwI1GLW2TbxC/Ml7xL6BBR1HmKPXlTg==",
- "type": "package",
- "path": "netstandard.library/2.0.1",
- "files": [
- "LICENSE.TXT",
- "NETStandard.Library.2.0.1.nupkg.sha512",
- "NETStandard.Library.nuspec",
- "THIRD-PARTY-NOTICES.TXT",
- "build/NETStandard.Library.targets",
- "build/netstandard2.0/NETStandard.Library.targets",
- "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
- "build/netstandard2.0/ref/System.AppContext.dll",
- "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
- "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
- "build/netstandard2.0/ref/System.Collections.Specialized.dll",
- "build/netstandard2.0/ref/System.Collections.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
- "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
- "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
- "build/netstandard2.0/ref/System.ComponentModel.dll",
- "build/netstandard2.0/ref/System.Console.dll",
- "build/netstandard2.0/ref/System.Core.dll",
- "build/netstandard2.0/ref/System.Data.Common.dll",
- "build/netstandard2.0/ref/System.Data.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
- "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
- "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
- "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
- "build/netstandard2.0/ref/System.Drawing.dll",
- "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
- "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
- "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
- "build/netstandard2.0/ref/System.Globalization.dll",
- "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
- "build/netstandard2.0/ref/System.IO.Compression.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
- "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
- "build/netstandard2.0/ref/System.IO.Pipes.dll",
- "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
- "build/netstandard2.0/ref/System.IO.dll",
- "build/netstandard2.0/ref/System.Linq.Expressions.dll",
- "build/netstandard2.0/ref/System.Linq.Parallel.dll",
- "build/netstandard2.0/ref/System.Linq.Queryable.dll",
- "build/netstandard2.0/ref/System.Linq.dll",
- "build/netstandard2.0/ref/System.Net.Http.dll",
- "build/netstandard2.0/ref/System.Net.NameResolution.dll",
- "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
- "build/netstandard2.0/ref/System.Net.Ping.dll",
- "build/netstandard2.0/ref/System.Net.Primitives.dll",
- "build/netstandard2.0/ref/System.Net.Requests.dll",
- "build/netstandard2.0/ref/System.Net.Security.dll",
- "build/netstandard2.0/ref/System.Net.Sockets.dll",
- "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.dll",
- "build/netstandard2.0/ref/System.Net.dll",
- "build/netstandard2.0/ref/System.Numerics.dll",
- "build/netstandard2.0/ref/System.ObjectModel.dll",
- "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
- "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
- "build/netstandard2.0/ref/System.Reflection.dll",
- "build/netstandard2.0/ref/System.Resources.Reader.dll",
- "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
- "build/netstandard2.0/ref/System.Resources.Writer.dll",
- "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
- "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
- "build/netstandard2.0/ref/System.Runtime.Handles.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
- "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
- "build/netstandard2.0/ref/System.Runtime.dll",
- "build/netstandard2.0/ref/System.Security.Claims.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
- "build/netstandard2.0/ref/System.Security.Principal.dll",
- "build/netstandard2.0/ref/System.Security.SecureString.dll",
- "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.dll",
- "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
- "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.dll",
- "build/netstandard2.0/ref/System.Threading.Thread.dll",
- "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
- "build/netstandard2.0/ref/System.Threading.Timer.dll",
- "build/netstandard2.0/ref/System.Threading.dll",
- "build/netstandard2.0/ref/System.Transactions.dll",
- "build/netstandard2.0/ref/System.ValueTuple.dll",
- "build/netstandard2.0/ref/System.Web.dll",
- "build/netstandard2.0/ref/System.Windows.dll",
- "build/netstandard2.0/ref/System.Xml.Linq.dll",
- "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
- "build/netstandard2.0/ref/System.Xml.Serialization.dll",
- "build/netstandard2.0/ref/System.Xml.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.dll",
- "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
- "build/netstandard2.0/ref/System.Xml.dll",
- "build/netstandard2.0/ref/System.dll",
- "build/netstandard2.0/ref/mscorlib.dll",
- "build/netstandard2.0/ref/netstandard.dll",
- "build/netstandard2.0/ref/netstandard.xml",
- "lib/netstandard1.0/_._"
- ]
- },
- "Newtonsoft.Json/11.0.2": {
- "sha512": "IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "type": "package",
- "path": "newtonsoft.json/11.0.2",
- "files": [
- "LICENSE.md",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/netstandard1.3/Newtonsoft.Json.dll",
- "lib/netstandard1.3/Newtonsoft.Json.xml",
- "lib/netstandard2.0/Newtonsoft.Json.dll",
- "lib/netstandard2.0/Newtonsoft.Json.xml",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "newtonsoft.json.11.0.2.nupkg.sha512",
- "newtonsoft.json.nuspec"
- ]
- },
- "runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "sha512": "A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
- "type": "package",
- "path": "runtime.native.system.data.sqlclient.sni/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
- "runtime.native.system.data.sqlclient.sni.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
- "type": "package",
- "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
- "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec",
- "runtimes/win-arm64/native/sni.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
- "type": "package",
- "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
- "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec",
- "runtimes/win-x64/native/sni.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
- "type": "package",
- "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
- "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec",
- "runtimes/win-x86/native/sni.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Collections/4.3.0": {
- "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "type": "package",
- "path": "system.collections/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Collections.dll",
- "ref/netcore50/System.Collections.xml",
- "ref/netcore50/de/System.Collections.xml",
- "ref/netcore50/es/System.Collections.xml",
- "ref/netcore50/fr/System.Collections.xml",
- "ref/netcore50/it/System.Collections.xml",
- "ref/netcore50/ja/System.Collections.xml",
- "ref/netcore50/ko/System.Collections.xml",
- "ref/netcore50/ru/System.Collections.xml",
- "ref/netcore50/zh-hans/System.Collections.xml",
- "ref/netcore50/zh-hant/System.Collections.xml",
- "ref/netstandard1.0/System.Collections.dll",
- "ref/netstandard1.0/System.Collections.xml",
- "ref/netstandard1.0/de/System.Collections.xml",
- "ref/netstandard1.0/es/System.Collections.xml",
- "ref/netstandard1.0/fr/System.Collections.xml",
- "ref/netstandard1.0/it/System.Collections.xml",
- "ref/netstandard1.0/ja/System.Collections.xml",
- "ref/netstandard1.0/ko/System.Collections.xml",
- "ref/netstandard1.0/ru/System.Collections.xml",
- "ref/netstandard1.0/zh-hans/System.Collections.xml",
- "ref/netstandard1.0/zh-hant/System.Collections.xml",
- "ref/netstandard1.3/System.Collections.dll",
- "ref/netstandard1.3/System.Collections.xml",
- "ref/netstandard1.3/de/System.Collections.xml",
- "ref/netstandard1.3/es/System.Collections.xml",
- "ref/netstandard1.3/fr/System.Collections.xml",
- "ref/netstandard1.3/it/System.Collections.xml",
- "ref/netstandard1.3/ja/System.Collections.xml",
- "ref/netstandard1.3/ko/System.Collections.xml",
- "ref/netstandard1.3/ru/System.Collections.xml",
- "ref/netstandard1.3/zh-hans/System.Collections.xml",
- "ref/netstandard1.3/zh-hant/System.Collections.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.collections.4.3.0.nupkg.sha512",
- "system.collections.nuspec"
- ]
- },
- "System.Data.SqlClient/4.4.3": {
- "sha512": "D1hEOS1oPLJ6WcGCzpTWe8SauWVxnDoDTUWhv5XCNdRm/QeSUk4BQ3ZDe7BH+zNVHDBkPYjVzpVjnCl43eOSGg==",
- "type": "package",
- "path": "system.data.sqlclient/4.4.3",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net451/System.Data.SqlClient.dll",
- "lib/net46/System.Data.SqlClient.dll",
- "lib/net461/System.Data.SqlClient.dll",
- "lib/netstandard1.2/System.Data.SqlClient.dll",
- "lib/netstandard1.3/System.Data.SqlClient.dll",
- "lib/netstandard2.0/System.Data.SqlClient.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net451/System.Data.SqlClient.dll",
- "ref/net46/System.Data.SqlClient.dll",
- "ref/net461/System.Data.SqlClient.dll",
- "ref/net461/System.Data.SqlClient.xml",
- "ref/netstandard1.2/System.Data.SqlClient.dll",
- "ref/netstandard1.2/System.Data.SqlClient.xml",
- "ref/netstandard1.2/de/System.Data.SqlClient.xml",
- "ref/netstandard1.2/es/System.Data.SqlClient.xml",
- "ref/netstandard1.2/fr/System.Data.SqlClient.xml",
- "ref/netstandard1.2/it/System.Data.SqlClient.xml",
- "ref/netstandard1.2/ja/System.Data.SqlClient.xml",
- "ref/netstandard1.2/ko/System.Data.SqlClient.xml",
- "ref/netstandard1.2/ru/System.Data.SqlClient.xml",
- "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml",
- "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml",
- "ref/netstandard1.3/System.Data.SqlClient.dll",
- "ref/netstandard1.3/System.Data.SqlClient.xml",
- "ref/netstandard1.3/de/System.Data.SqlClient.xml",
- "ref/netstandard1.3/es/System.Data.SqlClient.xml",
- "ref/netstandard1.3/fr/System.Data.SqlClient.xml",
- "ref/netstandard1.3/it/System.Data.SqlClient.xml",
- "ref/netstandard1.3/ja/System.Data.SqlClient.xml",
- "ref/netstandard1.3/ko/System.Data.SqlClient.xml",
- "ref/netstandard1.3/ru/System.Data.SqlClient.xml",
- "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml",
- "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml",
- "ref/netstandard2.0/System.Data.SqlClient.dll",
- "ref/netstandard2.0/System.Data.SqlClient.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll",
- "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll",
- "runtimes/win/lib/net451/System.Data.SqlClient.dll",
- "runtimes/win/lib/net46/System.Data.SqlClient.dll",
- "runtimes/win/lib/net461/System.Data.SqlClient.dll",
- "runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll",
- "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll",
- "system.data.sqlclient.4.4.3.nupkg.sha512",
- "system.data.sqlclient.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Diagnostics.Debug/4.3.0": {
- "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
- "type": "package",
- "path": "system.diagnostics.debug/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Diagnostics.Debug.dll",
- "ref/netcore50/System.Diagnostics.Debug.xml",
- "ref/netcore50/de/System.Diagnostics.Debug.xml",
- "ref/netcore50/es/System.Diagnostics.Debug.xml",
- "ref/netcore50/fr/System.Diagnostics.Debug.xml",
- "ref/netcore50/it/System.Diagnostics.Debug.xml",
- "ref/netcore50/ja/System.Diagnostics.Debug.xml",
- "ref/netcore50/ko/System.Diagnostics.Debug.xml",
- "ref/netcore50/ru/System.Diagnostics.Debug.xml",
- "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
- "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
- "ref/netstandard1.0/System.Diagnostics.Debug.dll",
- "ref/netstandard1.0/System.Diagnostics.Debug.xml",
- "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
- "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
- "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
- "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
- "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
- "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
- "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
- "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
- "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
- "ref/netstandard1.3/System.Diagnostics.Debug.dll",
- "ref/netstandard1.3/System.Diagnostics.Debug.xml",
- "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
- "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
- "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
- "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
- "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
- "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
- "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
- "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
- "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.diagnostics.debug.4.3.0.nupkg.sha512",
- "system.diagnostics.debug.nuspec"
- ]
- },
- "System.Diagnostics.DiagnosticSource/4.4.1": {
- "sha512": "U/KcC19fyLsPN1GLmeU2zQq15MMVcPwMOYPADVo1+WIoJpvMHxrzvl+BLLZwTEZSneGwaPFZ0aWr0nJ7B7LSdA==",
- "type": "package",
- "path": "system.diagnostics.diagnosticsource/4.4.1",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net45/System.Diagnostics.DiagnosticSource.dll",
- "lib/net45/System.Diagnostics.DiagnosticSource.xml",
- "lib/net46/System.Diagnostics.DiagnosticSource.dll",
- "lib/net46/System.Diagnostics.DiagnosticSource.xml",
- "lib/netcoreapp2.0/_._",
- "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
- "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
- "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
- "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
- "ref/netcoreapp2.0/_._",
- "system.diagnostics.diagnosticsource.4.4.1.nupkg.sha512",
- "system.diagnostics.diagnosticsource.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Diagnostics.Tracing/4.3.0": {
- "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
- "type": "package",
- "path": "system.diagnostics.tracing/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net462/System.Diagnostics.Tracing.dll",
- "lib/portable-net45+win8+wpa81/_._",
- "lib/win8/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net462/System.Diagnostics.Tracing.dll",
- "ref/netcore50/System.Diagnostics.Tracing.dll",
- "ref/netcore50/System.Diagnostics.Tracing.xml",
- "ref/netcore50/de/System.Diagnostics.Tracing.xml",
- "ref/netcore50/es/System.Diagnostics.Tracing.xml",
- "ref/netcore50/fr/System.Diagnostics.Tracing.xml",
- "ref/netcore50/it/System.Diagnostics.Tracing.xml",
- "ref/netcore50/ja/System.Diagnostics.Tracing.xml",
- "ref/netcore50/ko/System.Diagnostics.Tracing.xml",
- "ref/netcore50/ru/System.Diagnostics.Tracing.xml",
- "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
- "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.1/System.Diagnostics.Tracing.dll",
- "ref/netstandard1.1/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.2/System.Diagnostics.Tracing.dll",
- "ref/netstandard1.2/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.3/System.Diagnostics.Tracing.dll",
- "ref/netstandard1.3/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.5/System.Diagnostics.Tracing.dll",
- "ref/netstandard1.5/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml",
- "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml",
- "ref/portable-net45+win8+wpa81/_._",
- "ref/win8/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.diagnostics.tracing.4.3.0.nupkg.sha512",
- "system.diagnostics.tracing.nuspec"
- ]
- },
- "System.IO/4.3.0": {
- "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
- "type": "package",
- "path": "system.io/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net462/System.IO.dll",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net462/System.IO.dll",
- "ref/netcore50/System.IO.dll",
- "ref/netcore50/System.IO.xml",
- "ref/netcore50/de/System.IO.xml",
- "ref/netcore50/es/System.IO.xml",
- "ref/netcore50/fr/System.IO.xml",
- "ref/netcore50/it/System.IO.xml",
- "ref/netcore50/ja/System.IO.xml",
- "ref/netcore50/ko/System.IO.xml",
- "ref/netcore50/ru/System.IO.xml",
- "ref/netcore50/zh-hans/System.IO.xml",
- "ref/netcore50/zh-hant/System.IO.xml",
- "ref/netstandard1.0/System.IO.dll",
- "ref/netstandard1.0/System.IO.xml",
- "ref/netstandard1.0/de/System.IO.xml",
- "ref/netstandard1.0/es/System.IO.xml",
- "ref/netstandard1.0/fr/System.IO.xml",
- "ref/netstandard1.0/it/System.IO.xml",
- "ref/netstandard1.0/ja/System.IO.xml",
- "ref/netstandard1.0/ko/System.IO.xml",
- "ref/netstandard1.0/ru/System.IO.xml",
- "ref/netstandard1.0/zh-hans/System.IO.xml",
- "ref/netstandard1.0/zh-hant/System.IO.xml",
- "ref/netstandard1.3/System.IO.dll",
- "ref/netstandard1.3/System.IO.xml",
- "ref/netstandard1.3/de/System.IO.xml",
- "ref/netstandard1.3/es/System.IO.xml",
- "ref/netstandard1.3/fr/System.IO.xml",
- "ref/netstandard1.3/it/System.IO.xml",
- "ref/netstandard1.3/ja/System.IO.xml",
- "ref/netstandard1.3/ko/System.IO.xml",
- "ref/netstandard1.3/ru/System.IO.xml",
- "ref/netstandard1.3/zh-hans/System.IO.xml",
- "ref/netstandard1.3/zh-hant/System.IO.xml",
- "ref/netstandard1.5/System.IO.dll",
- "ref/netstandard1.5/System.IO.xml",
- "ref/netstandard1.5/de/System.IO.xml",
- "ref/netstandard1.5/es/System.IO.xml",
- "ref/netstandard1.5/fr/System.IO.xml",
- "ref/netstandard1.5/it/System.IO.xml",
- "ref/netstandard1.5/ja/System.IO.xml",
- "ref/netstandard1.5/ko/System.IO.xml",
- "ref/netstandard1.5/ru/System.IO.xml",
- "ref/netstandard1.5/zh-hans/System.IO.xml",
- "ref/netstandard1.5/zh-hant/System.IO.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.io.4.3.0.nupkg.sha512",
- "system.io.nuspec"
- ]
- },
- "System.Reflection/4.3.0": {
- "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
- "type": "package",
- "path": "system.reflection/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net462/System.Reflection.dll",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net462/System.Reflection.dll",
- "ref/netcore50/System.Reflection.dll",
- "ref/netcore50/System.Reflection.xml",
- "ref/netcore50/de/System.Reflection.xml",
- "ref/netcore50/es/System.Reflection.xml",
- "ref/netcore50/fr/System.Reflection.xml",
- "ref/netcore50/it/System.Reflection.xml",
- "ref/netcore50/ja/System.Reflection.xml",
- "ref/netcore50/ko/System.Reflection.xml",
- "ref/netcore50/ru/System.Reflection.xml",
- "ref/netcore50/zh-hans/System.Reflection.xml",
- "ref/netcore50/zh-hant/System.Reflection.xml",
- "ref/netstandard1.0/System.Reflection.dll",
- "ref/netstandard1.0/System.Reflection.xml",
- "ref/netstandard1.0/de/System.Reflection.xml",
- "ref/netstandard1.0/es/System.Reflection.xml",
- "ref/netstandard1.0/fr/System.Reflection.xml",
- "ref/netstandard1.0/it/System.Reflection.xml",
- "ref/netstandard1.0/ja/System.Reflection.xml",
- "ref/netstandard1.0/ko/System.Reflection.xml",
- "ref/netstandard1.0/ru/System.Reflection.xml",
- "ref/netstandard1.0/zh-hans/System.Reflection.xml",
- "ref/netstandard1.0/zh-hant/System.Reflection.xml",
- "ref/netstandard1.3/System.Reflection.dll",
- "ref/netstandard1.3/System.Reflection.xml",
- "ref/netstandard1.3/de/System.Reflection.xml",
- "ref/netstandard1.3/es/System.Reflection.xml",
- "ref/netstandard1.3/fr/System.Reflection.xml",
- "ref/netstandard1.3/it/System.Reflection.xml",
- "ref/netstandard1.3/ja/System.Reflection.xml",
- "ref/netstandard1.3/ko/System.Reflection.xml",
- "ref/netstandard1.3/ru/System.Reflection.xml",
- "ref/netstandard1.3/zh-hans/System.Reflection.xml",
- "ref/netstandard1.3/zh-hant/System.Reflection.xml",
- "ref/netstandard1.5/System.Reflection.dll",
- "ref/netstandard1.5/System.Reflection.xml",
- "ref/netstandard1.5/de/System.Reflection.xml",
- "ref/netstandard1.5/es/System.Reflection.xml",
- "ref/netstandard1.5/fr/System.Reflection.xml",
- "ref/netstandard1.5/it/System.Reflection.xml",
- "ref/netstandard1.5/ja/System.Reflection.xml",
- "ref/netstandard1.5/ko/System.Reflection.xml",
- "ref/netstandard1.5/ru/System.Reflection.xml",
- "ref/netstandard1.5/zh-hans/System.Reflection.xml",
- "ref/netstandard1.5/zh-hant/System.Reflection.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.reflection.4.3.0.nupkg.sha512",
- "system.reflection.nuspec"
- ]
- },
- "System.Reflection.Primitives/4.3.0": {
- "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
- "type": "package",
- "path": "system.reflection.primitives/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Reflection.Primitives.dll",
- "ref/netcore50/System.Reflection.Primitives.xml",
- "ref/netcore50/de/System.Reflection.Primitives.xml",
- "ref/netcore50/es/System.Reflection.Primitives.xml",
- "ref/netcore50/fr/System.Reflection.Primitives.xml",
- "ref/netcore50/it/System.Reflection.Primitives.xml",
- "ref/netcore50/ja/System.Reflection.Primitives.xml",
- "ref/netcore50/ko/System.Reflection.Primitives.xml",
- "ref/netcore50/ru/System.Reflection.Primitives.xml",
- "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
- "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/System.Reflection.Primitives.dll",
- "ref/netstandard1.0/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
- "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.reflection.primitives.4.3.0.nupkg.sha512",
- "system.reflection.primitives.nuspec"
- ]
- },
- "System.Runtime/4.3.0": {
- "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "type": "package",
- "path": "system.runtime/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net462/System.Runtime.dll",
- "lib/portable-net45+win8+wp80+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net462/System.Runtime.dll",
- "ref/netcore50/System.Runtime.dll",
- "ref/netcore50/System.Runtime.xml",
- "ref/netcore50/de/System.Runtime.xml",
- "ref/netcore50/es/System.Runtime.xml",
- "ref/netcore50/fr/System.Runtime.xml",
- "ref/netcore50/it/System.Runtime.xml",
- "ref/netcore50/ja/System.Runtime.xml",
- "ref/netcore50/ko/System.Runtime.xml",
- "ref/netcore50/ru/System.Runtime.xml",
- "ref/netcore50/zh-hans/System.Runtime.xml",
- "ref/netcore50/zh-hant/System.Runtime.xml",
- "ref/netstandard1.0/System.Runtime.dll",
- "ref/netstandard1.0/System.Runtime.xml",
- "ref/netstandard1.0/de/System.Runtime.xml",
- "ref/netstandard1.0/es/System.Runtime.xml",
- "ref/netstandard1.0/fr/System.Runtime.xml",
- "ref/netstandard1.0/it/System.Runtime.xml",
- "ref/netstandard1.0/ja/System.Runtime.xml",
- "ref/netstandard1.0/ko/System.Runtime.xml",
- "ref/netstandard1.0/ru/System.Runtime.xml",
- "ref/netstandard1.0/zh-hans/System.Runtime.xml",
- "ref/netstandard1.0/zh-hant/System.Runtime.xml",
- "ref/netstandard1.2/System.Runtime.dll",
- "ref/netstandard1.2/System.Runtime.xml",
- "ref/netstandard1.2/de/System.Runtime.xml",
- "ref/netstandard1.2/es/System.Runtime.xml",
- "ref/netstandard1.2/fr/System.Runtime.xml",
- "ref/netstandard1.2/it/System.Runtime.xml",
- "ref/netstandard1.2/ja/System.Runtime.xml",
- "ref/netstandard1.2/ko/System.Runtime.xml",
- "ref/netstandard1.2/ru/System.Runtime.xml",
- "ref/netstandard1.2/zh-hans/System.Runtime.xml",
- "ref/netstandard1.2/zh-hant/System.Runtime.xml",
- "ref/netstandard1.3/System.Runtime.dll",
- "ref/netstandard1.3/System.Runtime.xml",
- "ref/netstandard1.3/de/System.Runtime.xml",
- "ref/netstandard1.3/es/System.Runtime.xml",
- "ref/netstandard1.3/fr/System.Runtime.xml",
- "ref/netstandard1.3/it/System.Runtime.xml",
- "ref/netstandard1.3/ja/System.Runtime.xml",
- "ref/netstandard1.3/ko/System.Runtime.xml",
- "ref/netstandard1.3/ru/System.Runtime.xml",
- "ref/netstandard1.3/zh-hans/System.Runtime.xml",
- "ref/netstandard1.3/zh-hant/System.Runtime.xml",
- "ref/netstandard1.5/System.Runtime.dll",
- "ref/netstandard1.5/System.Runtime.xml",
- "ref/netstandard1.5/de/System.Runtime.xml",
- "ref/netstandard1.5/es/System.Runtime.xml",
- "ref/netstandard1.5/fr/System.Runtime.xml",
- "ref/netstandard1.5/it/System.Runtime.xml",
- "ref/netstandard1.5/ja/System.Runtime.xml",
- "ref/netstandard1.5/ko/System.Runtime.xml",
- "ref/netstandard1.5/ru/System.Runtime.xml",
- "ref/netstandard1.5/zh-hans/System.Runtime.xml",
- "ref/netstandard1.5/zh-hant/System.Runtime.xml",
- "ref/portable-net45+win8+wp80+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.runtime.4.3.0.nupkg.sha512",
- "system.runtime.nuspec"
- ]
- },
- "System.Runtime.Extensions/4.3.0": {
- "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
- "type": "package",
- "path": "system.runtime.extensions/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net462/System.Runtime.Extensions.dll",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net462/System.Runtime.Extensions.dll",
- "ref/netcore50/System.Runtime.Extensions.dll",
- "ref/netcore50/System.Runtime.Extensions.xml",
- "ref/netcore50/de/System.Runtime.Extensions.xml",
- "ref/netcore50/es/System.Runtime.Extensions.xml",
- "ref/netcore50/fr/System.Runtime.Extensions.xml",
- "ref/netcore50/it/System.Runtime.Extensions.xml",
- "ref/netcore50/ja/System.Runtime.Extensions.xml",
- "ref/netcore50/ko/System.Runtime.Extensions.xml",
- "ref/netcore50/ru/System.Runtime.Extensions.xml",
- "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
- "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/System.Runtime.Extensions.dll",
- "ref/netstandard1.0/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/de/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/es/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/it/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
- "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/System.Runtime.Extensions.dll",
- "ref/netstandard1.3/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/de/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/es/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/it/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
- "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/System.Runtime.Extensions.dll",
- "ref/netstandard1.5/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/de/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/es/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/it/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
- "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.runtime.extensions.4.3.0.nupkg.sha512",
- "system.runtime.extensions.nuspec"
- ]
- },
- "System.Security.AccessControl/4.4.0": {
- "sha512": "2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==",
- "type": "package",
- "path": "system.security.accesscontrol/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net46/System.Security.AccessControl.dll",
- "lib/net461/System.Security.AccessControl.dll",
- "lib/netstandard1.3/System.Security.AccessControl.dll",
- "lib/netstandard2.0/System.Security.AccessControl.dll",
- "ref/net46/System.Security.AccessControl.dll",
- "ref/net461/System.Security.AccessControl.dll",
- "ref/net461/System.Security.AccessControl.xml",
- "ref/netstandard1.3/System.Security.AccessControl.dll",
- "ref/netstandard1.3/System.Security.AccessControl.xml",
- "ref/netstandard1.3/de/System.Security.AccessControl.xml",
- "ref/netstandard1.3/es/System.Security.AccessControl.xml",
- "ref/netstandard1.3/fr/System.Security.AccessControl.xml",
- "ref/netstandard1.3/it/System.Security.AccessControl.xml",
- "ref/netstandard1.3/ja/System.Security.AccessControl.xml",
- "ref/netstandard1.3/ko/System.Security.AccessControl.xml",
- "ref/netstandard1.3/ru/System.Security.AccessControl.xml",
- "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
- "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
- "ref/netstandard2.0/System.Security.AccessControl.dll",
- "ref/netstandard2.0/System.Security.AccessControl.xml",
- "runtimes/unix/lib/netcoreapp2.0/System.Security.AccessControl.dll",
- "runtimes/win/lib/net46/System.Security.AccessControl.dll",
- "runtimes/win/lib/net461/System.Security.AccessControl.dll",
- "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
- "system.security.accesscontrol.4.4.0.nupkg.sha512",
- "system.security.accesscontrol.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Security.Principal.Windows/4.4.0": {
- "sha512": "pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==",
- "type": "package",
- "path": "system.security.principal.windows/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net46/System.Security.Principal.Windows.dll",
- "lib/net461/System.Security.Principal.Windows.dll",
- "lib/netstandard1.3/System.Security.Principal.Windows.dll",
- "lib/netstandard2.0/System.Security.Principal.Windows.dll",
- "ref/net46/System.Security.Principal.Windows.dll",
- "ref/net461/System.Security.Principal.Windows.dll",
- "ref/net461/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/System.Security.Principal.Windows.dll",
- "ref/netstandard1.3/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
- "ref/netstandard2.0/System.Security.Principal.Windows.dll",
- "ref/netstandard2.0/System.Security.Principal.Windows.xml",
- "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
- "system.security.principal.windows.4.4.0.nupkg.sha512",
- "system.security.principal.windows.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Text.Encoding/4.3.0": {
- "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
- "type": "package",
- "path": "system.text.encoding/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Text.Encoding.dll",
- "ref/netcore50/System.Text.Encoding.xml",
- "ref/netcore50/de/System.Text.Encoding.xml",
- "ref/netcore50/es/System.Text.Encoding.xml",
- "ref/netcore50/fr/System.Text.Encoding.xml",
- "ref/netcore50/it/System.Text.Encoding.xml",
- "ref/netcore50/ja/System.Text.Encoding.xml",
- "ref/netcore50/ko/System.Text.Encoding.xml",
- "ref/netcore50/ru/System.Text.Encoding.xml",
- "ref/netcore50/zh-hans/System.Text.Encoding.xml",
- "ref/netcore50/zh-hant/System.Text.Encoding.xml",
- "ref/netstandard1.0/System.Text.Encoding.dll",
- "ref/netstandard1.0/System.Text.Encoding.xml",
- "ref/netstandard1.0/de/System.Text.Encoding.xml",
- "ref/netstandard1.0/es/System.Text.Encoding.xml",
- "ref/netstandard1.0/fr/System.Text.Encoding.xml",
- "ref/netstandard1.0/it/System.Text.Encoding.xml",
- "ref/netstandard1.0/ja/System.Text.Encoding.xml",
- "ref/netstandard1.0/ko/System.Text.Encoding.xml",
- "ref/netstandard1.0/ru/System.Text.Encoding.xml",
- "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
- "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
- "ref/netstandard1.3/System.Text.Encoding.dll",
- "ref/netstandard1.3/System.Text.Encoding.xml",
- "ref/netstandard1.3/de/System.Text.Encoding.xml",
- "ref/netstandard1.3/es/System.Text.Encoding.xml",
- "ref/netstandard1.3/fr/System.Text.Encoding.xml",
- "ref/netstandard1.3/it/System.Text.Encoding.xml",
- "ref/netstandard1.3/ja/System.Text.Encoding.xml",
- "ref/netstandard1.3/ko/System.Text.Encoding.xml",
- "ref/netstandard1.3/ru/System.Text.Encoding.xml",
- "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
- "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.text.encoding.4.3.0.nupkg.sha512",
- "system.text.encoding.nuspec"
- ]
- },
- "System.Text.Encoding.CodePages/4.4.0": {
- "sha512": "6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
- "type": "package",
- "path": "system.text.encoding.codepages/4.4.0",
- "files": [
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Text.Encoding.CodePages.dll",
- "lib/net461/System.Text.Encoding.CodePages.dll",
- "lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "ref/netstandard1.3/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml",
- "ref/netstandard2.0/System.Text.Encoding.CodePages.dll",
- "ref/netstandard2.0/System.Text.Encoding.CodePages.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll",
- "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll",
- "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
- "system.text.encoding.codepages.4.4.0.nupkg.sha512",
- "system.text.encoding.codepages.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Threading/4.3.0": {
- "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
- "type": "package",
- "path": "system.threading/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/System.Threading.dll",
- "lib/netstandard1.3/System.Threading.dll",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Threading.dll",
- "ref/netcore50/System.Threading.xml",
- "ref/netcore50/de/System.Threading.xml",
- "ref/netcore50/es/System.Threading.xml",
- "ref/netcore50/fr/System.Threading.xml",
- "ref/netcore50/it/System.Threading.xml",
- "ref/netcore50/ja/System.Threading.xml",
- "ref/netcore50/ko/System.Threading.xml",
- "ref/netcore50/ru/System.Threading.xml",
- "ref/netcore50/zh-hans/System.Threading.xml",
- "ref/netcore50/zh-hant/System.Threading.xml",
- "ref/netstandard1.0/System.Threading.dll",
- "ref/netstandard1.0/System.Threading.xml",
- "ref/netstandard1.0/de/System.Threading.xml",
- "ref/netstandard1.0/es/System.Threading.xml",
- "ref/netstandard1.0/fr/System.Threading.xml",
- "ref/netstandard1.0/it/System.Threading.xml",
- "ref/netstandard1.0/ja/System.Threading.xml",
- "ref/netstandard1.0/ko/System.Threading.xml",
- "ref/netstandard1.0/ru/System.Threading.xml",
- "ref/netstandard1.0/zh-hans/System.Threading.xml",
- "ref/netstandard1.0/zh-hant/System.Threading.xml",
- "ref/netstandard1.3/System.Threading.dll",
- "ref/netstandard1.3/System.Threading.xml",
- "ref/netstandard1.3/de/System.Threading.xml",
- "ref/netstandard1.3/es/System.Threading.xml",
- "ref/netstandard1.3/fr/System.Threading.xml",
- "ref/netstandard1.3/it/System.Threading.xml",
- "ref/netstandard1.3/ja/System.Threading.xml",
- "ref/netstandard1.3/ko/System.Threading.xml",
- "ref/netstandard1.3/ru/System.Threading.xml",
- "ref/netstandard1.3/zh-hans/System.Threading.xml",
- "ref/netstandard1.3/zh-hant/System.Threading.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/aot/lib/netcore50/System.Threading.dll",
- "system.threading.4.3.0.nupkg.sha512",
- "system.threading.nuspec"
- ]
- },
- "System.Threading.Tasks/4.3.0": {
- "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "type": "package",
- "path": "system.threading.tasks/4.3.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/System.Threading.Tasks.dll",
- "ref/netcore50/System.Threading.Tasks.xml",
- "ref/netcore50/de/System.Threading.Tasks.xml",
- "ref/netcore50/es/System.Threading.Tasks.xml",
- "ref/netcore50/fr/System.Threading.Tasks.xml",
- "ref/netcore50/it/System.Threading.Tasks.xml",
- "ref/netcore50/ja/System.Threading.Tasks.xml",
- "ref/netcore50/ko/System.Threading.Tasks.xml",
- "ref/netcore50/ru/System.Threading.Tasks.xml",
- "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
- "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
- "ref/netstandard1.0/System.Threading.Tasks.dll",
- "ref/netstandard1.0/System.Threading.Tasks.xml",
- "ref/netstandard1.0/de/System.Threading.Tasks.xml",
- "ref/netstandard1.0/es/System.Threading.Tasks.xml",
- "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
- "ref/netstandard1.0/it/System.Threading.Tasks.xml",
- "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
- "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
- "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
- "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
- "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
- "ref/netstandard1.3/System.Threading.Tasks.dll",
- "ref/netstandard1.3/System.Threading.Tasks.xml",
- "ref/netstandard1.3/de/System.Threading.Tasks.xml",
- "ref/netstandard1.3/es/System.Threading.Tasks.xml",
- "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
- "ref/netstandard1.3/it/System.Threading.Tasks.xml",
- "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
- "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
- "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
- "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
- "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.threading.tasks.4.3.0.nupkg.sha512",
- "system.threading.tasks.nuspec"
- ]
- },
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "path": "../Ultz.BeagleFramework/Ultz.BeagleFramework.csproj",
- "msbuildProject": "../Ultz.BeagleFramework/Ultz.BeagleFramework.csproj"
- }
- },
- "projectFileDependencyGroups": {
- ".NETStandard,Version=v2.0": [
- "NETStandard.Library >= 2.0.1",
- "System.Data.SqlClient >= 4.4.3",
- "Ultz.BeagleFramework >= 1.1.0"
- ]
- },
- "packageFolders": {
- "C:\\Users\\Dylan Perks\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback": {},
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
- },
- "project": {
- "version": "1.1.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SqlServer\\Ultz.BeagleFramework.SqlServer.csproj",
- "projectName": "Ultz.BeagleFramework.SqlServer",
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SqlServer\\Ultz.BeagleFramework.SqlServer.csproj",
- "packagesPath": "C:\\Users\\Dylan Perks\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SqlServer\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ],
- "configFilePaths": [
- "C:\\Users\\Dylan Perks\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netstandard2.0": {
- "projectReferences": {
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "dependencies": {
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.1, )",
- "autoReferenced": true
- },
- "System.Data.SqlClient": {
- "target": "Package",
- "version": "[4.4.3, )"
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.SqlServer/obj/project.packagespec.json b/Ultz.BeagleFramework.SqlServer/obj/project.packagespec.json
deleted file mode 100644
index 38276b0..0000000
--- a/Ultz.BeagleFramework.SqlServer/obj/project.packagespec.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "version": "1.1.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SqlServer\\Ultz.BeagleFramework.SqlServer.csproj",
- "projectName": "Ultz.BeagleFramework.SqlServer",
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SqlServer\\Ultz.BeagleFramework.SqlServer.csproj",
- "outputPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework.SqlServer\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "frameworks": {
- "netstandard2.0": {
- "projectReferences": {
- "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj": {
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "dependencies": {
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.1, )",
- "autoReferenced": true
- },
- "System.Data.SqlClient": {
- "target": "Package",
- "version": "[4.4.3, )"
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework.sln b/Ultz.BeagleFramework.sln
index 7259915..e192256 100644
--- a/Ultz.BeagleFramework.sln
+++ b/Ultz.BeagleFramework.sln
@@ -1,16 +1,17 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ultz.BeagleFramework", "Ultz.BeagleFramework\Ultz.BeagleFramework.csproj", "{A8CDDB11-F6D1-41B8-9B30-F532C78F13A1}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ultz.BeagleFramework.Core", "src\Ultz.BeagleFramework.Core\Ultz.BeagleFramework.Core.csproj", "{1A670DCA-AB24-458F-B90B-68FC3D6155C2}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ultz.BeagleFramework.SqlServer", "Ultz.BeagleFramework.SqlServer\Ultz.BeagleFramework.SqlServer.csproj", "{9854F899-59F2-4487-8538-875B7E643AA6}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ultz.BeagleFramework.Sql", "src\Ultz.BeagleFramework.Sql\Ultz.BeagleFramework.Sql.csproj", "{858EC10A-F7D8-4ABE-926E-493CD4F5A763}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ultz.BeagleFramework.Npgsql", "Ultz.BeagleFramework.Npgsql\Ultz.BeagleFramework.Npgsql.csproj", "{58E637E0-51F8-4635-8723-9EEB4D5DE1A3}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoOne", "src\DemoOne\DemoOne.csproj", "{F3C7717C-4CE0-4B24-AD2F-84C7ADBBC7E6}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ultz.BeagleFramework.MySql", "Ultz.BeagleFramework.MySql\Ultz.BeagleFramework.MySql.csproj", "{E09B86A7-EF3D-4F8F-A6AE-E0D06225809C}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ultz.BeagleFramework.SqlServer", "src\Ultz.BeagleFramework.SqlServer\Ultz.BeagleFramework.SqlServer.csproj", "{EC36B53A-8577-4B7D-8157-2DD1B30ABA1E}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeagleTestApp", "BeagleTestApp\BeagleTestApp.csproj", "{8A2B2E05-A78D-44D5-8504-AC536F4EABF4}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ultz.BeagleFramework.SQLite", "Ultz.BeagleFramework.SQLite\Ultz.BeagleFramework.SQLite.csproj", "{9267B5FD-5628-48E8-8820-C2DBCF2D56D6}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FA8AB129-4157-4C34-8E7C-B86F291FC19A}"
+ProjectSection(SolutionItems) = preProject
+ .nuget\nuget.props = .nuget\nuget.props
+EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -18,29 +19,21 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A8CDDB11-F6D1-41B8-9B30-F532C78F13A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A8CDDB11-F6D1-41B8-9B30-F532C78F13A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A8CDDB11-F6D1-41B8-9B30-F532C78F13A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A8CDDB11-F6D1-41B8-9B30-F532C78F13A1}.Release|Any CPU.Build.0 = Release|Any CPU
- {9854F899-59F2-4487-8538-875B7E643AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {9854F899-59F2-4487-8538-875B7E643AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {9854F899-59F2-4487-8538-875B7E643AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {9854F899-59F2-4487-8538-875B7E643AA6}.Release|Any CPU.Build.0 = Release|Any CPU
- {58E637E0-51F8-4635-8723-9EEB4D5DE1A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {58E637E0-51F8-4635-8723-9EEB4D5DE1A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {58E637E0-51F8-4635-8723-9EEB4D5DE1A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {58E637E0-51F8-4635-8723-9EEB4D5DE1A3}.Release|Any CPU.Build.0 = Release|Any CPU
- {E09B86A7-EF3D-4F8F-A6AE-E0D06225809C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E09B86A7-EF3D-4F8F-A6AE-E0D06225809C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E09B86A7-EF3D-4F8F-A6AE-E0D06225809C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E09B86A7-EF3D-4F8F-A6AE-E0D06225809C}.Release|Any CPU.Build.0 = Release|Any CPU
- {8A2B2E05-A78D-44D5-8504-AC536F4EABF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8A2B2E05-A78D-44D5-8504-AC536F4EABF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8A2B2E05-A78D-44D5-8504-AC536F4EABF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8A2B2E05-A78D-44D5-8504-AC536F4EABF4}.Release|Any CPU.Build.0 = Release|Any CPU
- {9267B5FD-5628-48E8-8820-C2DBCF2D56D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {9267B5FD-5628-48E8-8820-C2DBCF2D56D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {9267B5FD-5628-48E8-8820-C2DBCF2D56D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {9267B5FD-5628-48E8-8820-C2DBCF2D56D6}.Release|Any CPU.Build.0 = Release|Any CPU
+ {1A670DCA-AB24-458F-B90B-68FC3D6155C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {1A670DCA-AB24-458F-B90B-68FC3D6155C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {1A670DCA-AB24-458F-B90B-68FC3D6155C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {1A670DCA-AB24-458F-B90B-68FC3D6155C2}.Release|Any CPU.Build.0 = Release|Any CPU
+ {858EC10A-F7D8-4ABE-926E-493CD4F5A763}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {858EC10A-F7D8-4ABE-926E-493CD4F5A763}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {858EC10A-F7D8-4ABE-926E-493CD4F5A763}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {858EC10A-F7D8-4ABE-926E-493CD4F5A763}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F3C7717C-4CE0-4B24-AD2F-84C7ADBBC7E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F3C7717C-4CE0-4B24-AD2F-84C7ADBBC7E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F3C7717C-4CE0-4B24-AD2F-84C7ADBBC7E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F3C7717C-4CE0-4B24-AD2F-84C7ADBBC7E6}.Release|Any CPU.Build.0 = Release|Any CPU
+ {EC36B53A-8577-4B7D-8157-2DD1B30ABA1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {EC36B53A-8577-4B7D-8157-2DD1B30ABA1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {EC36B53A-8577-4B7D-8157-2DD1B30ABA1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {EC36B53A-8577-4B7D-8157-2DD1B30ABA1E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
diff --git a/Ultz.BeagleFramework/Beagle.cs b/Ultz.BeagleFramework/Beagle.cs
deleted file mode 100644
index fa7c7e8..0000000
--- a/Ultz.BeagleFramework/Beagle.cs
+++ /dev/null
@@ -1,70 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using Ultz.BeagleFramework.Common.Models;
-
-namespace Ultz.BeagleFramework
-{
- public static class Beagle
- {
- ///
- /// Creates a from an instance.
- ///
- /// the engine to attach to the context
- /// a that will be filled with data from the
- /// a
- /// thrown if the engine parameter is null
- public static DataContext CreateContext(IStorageEngine engine) where T : DataStore
- {
- if (engine == null)
- throw new ArgumentNullException(nameof(engine));
- var context = new DataContext
- {
- Store = Activator.CreateInstance(),
- Engine = engine
- };
- context.Store.AssignTo(context);
- context.Store.Fill();
- return context;
- }
- internal static bool IsAssignableToGenericType(this Type givenType, Type genericType)
- {
- var interfaceTypes = givenType.GetInterfaces();
-
- if (interfaceTypes.Any(it => it.IsGenericType && it.GetGenericTypeDefinition() == genericType))
- {
- return true;
- }
-
- if (givenType.IsGenericType && givenType.GetGenericTypeDefinition() == genericType)
- return true;
-
- var baseType = givenType.BaseType;
- return baseType != null && IsAssignableToGenericType(baseType, genericType);
- }
-
- ///
- /// Adds a row to a table with the given values.
- ///
- /// the target table
- /// the values to add
- ///
- public static Row Add(this ITable table, params string[] values)
- {
- return table.Add(values);
- }
-
- ///
- /// Creates a table with the given name and columns
- ///
- /// the engine
- /// the name of the table
- /// the columns to initialize the table with
- /// the created table
- public static ITable CreateTable(this IStorageEngine engine, string name, params string[] keys)
- {
- return engine.CreateTable(name, keys);
- }
- }
-}
diff --git a/Ultz.BeagleFramework/Cell.cs b/Ultz.BeagleFramework/Cell.cs
deleted file mode 100644
index f415621..0000000
--- a/Ultz.BeagleFramework/Cell.cs
+++ /dev/null
@@ -1,37 +0,0 @@
-namespace Ultz.BeagleFramework
-{
- ///
- /// Represents a field in a table.
- ///
- public class Cell
- {
- ///
- /// Returns the that this belongs to.
- ///
- public Column Column { get; }
- ///
- /// Returns the that this belongs to.
- ///
- public Row Row { get; }
-
- ///
- /// Creates an instance of from a Column and Row
- ///
- /// the column that the cell belongs to
- /// the row that the cell belongs to
- public Cell(Column col, Row row)
- {
- Column = col;
- Row = row;
- }
-
- ///
- /// Gets or sets the value of this
- ///
- public string Value
- {
- get => Row.GetValue(Column.Index);
- set => Row.SetValue(Column.Index, value);
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Column.cs b/Ultz.BeagleFramework/Column.cs
deleted file mode 100644
index b9a7eaa..0000000
--- a/Ultz.BeagleFramework/Column.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-namespace Ultz.BeagleFramework
-{
- ///
- /// Represents a column in a table
- ///
- public class Column
- {
- ///
- /// Creates a Column with the given name and index
- ///
- /// the index of the column
- /// the name of the column
- public Column(int index, string name)
- {
- Index = index;
- Name = name;
- }
-
- ///
- /// The index of this in its table
- ///
- public int Index { get; }
- ///
- /// The name of this
- ///
- public string Name { get; }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Common/Engine.cs b/Ultz.BeagleFramework/Common/Engine.cs
deleted file mode 100644
index 7e01ed4..0000000
--- a/Ultz.BeagleFramework/Common/Engine.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace Ultz.BeagleFramework.Common
-{
- ///
- /// A collection of IDs of engines made by the Beagle Framework developers.
- ///
- public static class Engine
- {
- public const string PostgreSql = "npgsql";
- public const string MySql = "mysql";
- public const string Oracle = "oracle";
- public const string Sqlite = "sqlite";
- public const string SqlServer = "sql_server";
-
- }
-}
diff --git a/Ultz.BeagleFramework/Common/Exceptions.cs b/Ultz.BeagleFramework/Common/Exceptions.cs
deleted file mode 100644
index 18b04e4..0000000
--- a/Ultz.BeagleFramework/Common/Exceptions.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-using System;
-
-namespace Ultz.BeagleFramework.Common
-{
- public class DataException : Exception
- {
- public DataException(string message) : base(message)
- {
- }
- }
- public class InvalidModelException : Exception
- {
- public InvalidModelException() : base("The class provided is not a model.")
- {
- }
- public InvalidModelException(string msg) : base(msg)
- {
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Common/Models/ColumnAttribute.cs b/Ultz.BeagleFramework/Common/Models/ColumnAttribute.cs
deleted file mode 100644
index 993805e..0000000
--- a/Ultz.BeagleFramework/Common/Models/ColumnAttribute.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System;
-
-namespace Ultz.BeagleFramework.Common.Models
-{
- [AttributeUsage(AttributeTargets.Property)]
- [Obsolete("ColumnAttribute has been deprecated as Beagle Framework now automatically determines column names from the property names.",true)]
- public class ColumnAttribute : Attribute
- {
- public ColumnAttribute(string name)
- {
- Name = name;
- }
- public string Name { get; private set; }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Common/Models/DataContext.cs b/Ultz.BeagleFramework/Common/Models/DataContext.cs
deleted file mode 100644
index 29946a0..0000000
--- a/Ultz.BeagleFramework/Common/Models/DataContext.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-namespace Ultz.BeagleFramework.Common.Models
-{
- ///
- /// Represents a data access context with modelled tables and a storage engine.
- ///
- ///
- public sealed class DataContext where T:DataStore
- {
- ///
- /// Gets the attached to this instance
- ///
- public T Store { get; internal set; }
- ///
- /// Gets the attached to this instance
- ///
- public IStorageEngine Engine { get; internal set; }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Common/Models/DataModel.cs b/Ultz.BeagleFramework/Common/Models/DataModel.cs
deleted file mode 100644
index 3f05370..0000000
--- a/Ultz.BeagleFramework/Common/Models/DataModel.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using Newtonsoft.Json;
-
-namespace Ultz.BeagleFramework.Common.Models
-{
- public abstract class DataModel : IDataContainer
- {
- internal Row Row { get; set; }
- ///
- public void SaveChanges()
- {
- if (Row == null)
- throw new InvalidOperationException("This object doesn't belong to a table yet, please Add it to a table before calling this method.");
- Row.Replace(this);
- }
-
- ///
- public void Refresh()
- {
- if (Row == null)
- throw new InvalidOperationException("This object doesn't belong to a table yet, please Add it to a table before calling this method.");
- var columns = GetType().GetProperties().ToDictionary(
- x =>
- x.Name.ToNamePreservation(),
- x => x);
- foreach (var col in columns)
- {
- col.Value.SetValue(this,
- JsonConvert.DeserializeObject(Row[col.Key].Value, col.Value.PropertyType));
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Common/Models/DataStore.cs b/Ultz.BeagleFramework/Common/Models/DataStore.cs
deleted file mode 100644
index aa746f4..0000000
--- a/Ultz.BeagleFramework/Common/Models/DataStore.cs
+++ /dev/null
@@ -1,53 +0,0 @@
-using System;
-using System.Collections;
-using System.Collections.Generic;
-using System.Diagnostics;
-using System.Linq;
-using System.Text;
-
-namespace Ultz.BeagleFramework.Common.Models
-{
- public abstract class DataStore : IEnumerable, IDataContainer
- {
-
- private IStorageEngine _engine;
- public void AssignTo(DataContext store) where T : DataStore
- {
- _engine = store.Engine;
- }
- ///
- /// Initializes this
- ///
- public void Fill()
- {
- // iterates through all types that are Table<>
- foreach (var x in GetType().GetProperties().Where(x => x.PropertyType.IsAssignableToGenericType(typeof(Table<>))))
- {
- x.SetValue(this,Activator.CreateInstance(x.PropertyType,_engine.GetTable(x.Name.ToNamePreservation()) ?? _engine.CreateTable(x.Name.ToNamePreservation(),x.PropertyType.GenericTypeArguments.First())));
- }
- }
-
- ///
- public IEnumerator GetEnumerator()
- {
- return GetType().GetProperties().Where(x => x.PropertyType.IsAssignableToGenericType(typeof(Table<>))).Select(x => (Table)x.GetValue(this)).GetEnumerator();
- }
-
- IEnumerator IEnumerable.GetEnumerator()
- {
- return GetEnumerator();
- }
-
- ///
- public void SaveChanges()
- {
-
- }
-
- ///
- public void Refresh()
- {
- Fill();
- }
- }
-}
diff --git a/Ultz.BeagleFramework/Common/Models/DataTable.cs b/Ultz.BeagleFramework/Common/Models/DataTable.cs
deleted file mode 100644
index f888795..0000000
--- a/Ultz.BeagleFramework/Common/Models/DataTable.cs
+++ /dev/null
@@ -1,250 +0,0 @@
-using System;
-using System.Collections;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace Ultz.BeagleFramework.Common.Models
-{
- public class Table : Table, IList, IDataContainer where T: DataModel
- {
- ///
- public new IEnumerator GetEnumerator()
- {
- return Rows.Select(Store.ToObject).GetEnumerator();
- }
- ///
- public void Add(T item)
- {
- Mirror.Put(item);
- }
- ///
- public bool Contains(T item)
- {
- return Rows.Select(Store.ToObject).Contains(item);
- }
- ///
- public void CopyTo(T[] array, int arrayIndex)
- {
- var l = ((T[])array).ToList();
- l.InsertRange(arrayIndex, Rows.Select(Common.Store.ToObject));
- array = l.ToArray();
- }
- ///
- public bool Remove(T item)
- {
- if (!Contains(item))
- return false;
- try
- {
- Remove(IndexOf(item));
- }
- catch
- {
- return false;
- }
-
- return true;
- }
- ///
- public int IndexOf(T item)
- {
- return Mirror.Rows.Select(Common.Store.ToObject).ToList().IndexOf(item);
- }
- ///
- [Obsolete("Due to design restrictions of Beagle Framework, Insert is not supported.", true)]
- public void Insert(int index, T item)
- {
- throw new NotSupportedException("Due to design restrictions of Beagle Framework, Insert is not supported.");
- }
- ///
- public new T this[int index]
- {
- get => Common.Store.ToObject(Rows.ElementAt(index));
- set => Rows.ElementAt(index).Replace(value);
- }
- ///
- /// Creates a modelled table from an
- ///
- ///
- public Table(ITable mirror) : base(mirror)
- {
- RunModifications(Compare());
- }
-
- private void RunModifications(IEnumerable modifications)
- {
- foreach (var mod in modifications)
- {
- if (mod.StartsWith("R:"))
- {
- Mirror.TryRemoveColumn(mod.Substring(2));
- }
- else
- {
- Mirror.TryAddColumn(mod.Substring(2));
- }
- }
- }
-
- private IEnumerable Compare()
- {
- var updatedColumns = typeof(T).GetProperties().Select(x =>
- x.Name.ToNamePreservation().ToUpper())
- .ToArray();
- var columns = Mirror.Columns.Select(x => x.ToUpper()).ToList();
- return (from column in updatedColumns where !columns.Contains(column) select "A:" + column).Concat(
- (from column in columns where !updatedColumns.Contains(column) select "R:" + column));
- }
- }
-
- public class Table : ITable, IList, IDataContainer
- {
- protected Table(ITable mirror)
- {
- Mirror = mirror;
- }
- ///
- public void Dispose()
- {
- Mirror.Dispose();
- }
-
- ///
- public IEnumerator GetEnumerator()
- {
- return Mirror.Rows.Select(Common.Store.ToObject).GetEnumerator();
- }
-
- ///
- public int Add(object value)
- {
- return Mirror.Put(value).Index;
- }
-
- ///
- public void Clear()
- {
- int i = -1;
- while (i++ != Count)
- Remove(0);
- }
-
- ///
- public bool Contains(object value)
- {
- return Mirror.Rows.Select(Common.Store.ToObject).Contains(value);
- }
-
- ///
- public int IndexOf(object value)
- {
- return Mirror.Rows.Select(Common.Store.ToObject).ToList().IndexOf(value);
- }
- ///
- [Obsolete("Due to design restrictions of Beagle Framework, Insert is not supported.",true)]
- public void Insert(int index, object value)
- {
- throw new NotSupportedException("Due to design restrictions of Beagle Framework, Insert is not supported.");
- }
-
- ///
- public void Remove(object value)
- {
- Remove(IndexOf(value));
- }
-
- ///
- public void RemoveAt(int index)
- {
- Remove(index);
- }
-
- ///
- public bool IsFixedSize => false;
- ///
- public bool IsReadOnly => false;
- ///
- object IList.this[int index]
- {
- get => Common.Store.ToObject(Rows.ElementAt(index));
- set => Rows.ElementAt(index).Replace(value);
- }
-
- ///
- public Row this[int index] => Rows.ElementAt(index);
-
- ///
- public string Name => Mirror.Name;
- ///
- public string[] Columns => Mirror.Columns;
- ///
- public IEnumerable Rows => Mirror.Rows;
- ///
- public bool TryAddColumn(string column)
- {
- return Mirror.TryAddColumn(column);
- }
-
- ///
- public bool TryRemoveColumn(string column)
- {
- return Mirror.TryRemoveColumn(column);
- }
-
- ///
- public Row Put(IEnumerable row)
- {
- return Add(row);
- }
-
- ///
- public Row Add(IEnumerable row)
- {
- return Mirror.Add(row);
- }
-
- ///
- public void Remove(Row row)
- {
- Mirror.Remove(row);
- }
- ///
-
- public void Remove(int row)
- {
- Mirror.Remove(row);
- }
-
-
- ///
- public void SaveChanges()
- {
-
- }
-
- ///
- public void Refresh()
- {
- Mirror.Refresh();
- }
-
- ///
- public void CopyTo(Array array, int index)
- {
-
- var l = ((object[])array).ToList();
- l.InsertRange(index,Rows.Select(Common.Store.ToObject));
- array = l.ToArray();
- }
-
- ///
- public int Count => Rows.Count();
- ///
- public bool IsSynchronized => true;
- ///
- public object SyncRoot => Mirror;
-
- protected ITable Mirror { get; }
- }
-}
diff --git a/Ultz.BeagleFramework/Common/Models/IDataContainer.cs b/Ultz.BeagleFramework/Common/Models/IDataContainer.cs
deleted file mode 100644
index 4a1aa72..0000000
--- a/Ultz.BeagleFramework/Common/Models/IDataContainer.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-namespace Ultz.BeagleFramework.Common.Models
-{
- public interface IDataContainer
- {
- ///
- /// Saves all changes to the underlying source
- ///
- void SaveChanges();
- ///
- /// Gets all changes from the underlying source, if external modifications have been made
- ///
- void Refresh();
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Common/Models/ModelAttribute.cs b/Ultz.BeagleFramework/Common/Models/ModelAttribute.cs
deleted file mode 100644
index ee41df3..0000000
--- a/Ultz.BeagleFramework/Common/Models/ModelAttribute.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System;
-
-namespace Ultz.BeagleFramework.Common.Models
-{
- ///
- /// This attribute enables a class to be used as a model for the Store class.
- ///
- [AttributeUsage(AttributeTargets.Class)]
- [Obsolete("ModelAttribute is deprecated, inherit DataModel instead",true)]
- public class ModelAttribute : Attribute
- {
-
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Common/Store.cs b/Ultz.BeagleFramework/Common/Store.cs
deleted file mode 100644
index 10d2412..0000000
--- a/Ultz.BeagleFramework/Common/Store.cs
+++ /dev/null
@@ -1,180 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Data.Common;
-using System.Linq;
-using System.Runtime.CompilerServices;
-using System.Security.Cryptography.X509Certificates;
-using System.Text;
-using Newtonsoft.Json;
-using Newtonsoft.Json.Linq;
-using Ultz.BeagleFramework.Common.Models;
-
-namespace Ultz.BeagleFramework.Common
-{
- public static class Store
- {
- public static Table CreateTable(this IStorageEngine engine,string name) where T : DataModel
- {
- var type = typeof(T);
- var columns = type.GetProperties().Select(x =>
- x.Name.ToNamePreservation())
- .ToArray();
- return new Table(engine.CreateTable(name, columns));
- }
- public static Table GetTable(this IStorageEngine engine, string name) where T : DataModel
- {
- return new Table(engine.GetTable(name));
- }
- internal static ITable CreateTable(this IStorageEngine engine, string name, Type t)
- {
- var type = t;
- if (!typeof(DataModel).IsAssignableFrom(t))
- throw new InvalidModelException();
- var columns = type.GetProperties().Select(x =>
- x.Name.ToNamePreservation())
- .ToArray();
- return engine.CreateTable(name, columns);
- }
-
- public static Row Put(this ITable table,T obj) where T:DataModel
- {
- var type = typeof(T);
- var columns = type.GetProperties().ToDictionary(
- x =>
- x.Name.ToNamePreservation(),
- x => x);
- var values = columns.Keys.Select(x =>
- JsonConvert.SerializeObject(columns.Values.FirstOrDefault(y =>
- y.Name.ToNamePreservation() == x)
- .GetValue(obj)));
- var ret = table.Add(values);
- obj.Row = ret;
- return ret;
- }
- public static Row Put(this ITable table,object obj)
- {
- var columns = obj.GetType().GetProperties().ToDictionary(
- x =>
- x.Name.ToNamePreservation(),
- x => x);
- var values = columns.Keys.Select(x =>
- JsonConvert.SerializeObject(columns[x]
- .GetValue(obj)));
- return table.Add(values);
- }
- public static void Replace(this Row row, object obj)
- {
- var columns = obj.GetType().GetProperties().ToDictionary(
- x =>
- x.Name.ToNamePreservation(),
- x => x);
- var values = columns.Keys.Select(x =>
- JsonConvert.SerializeObject(columns[x]
- .GetValue(obj))).ToList();
- for (var i = 0; i > values.Count; i++)
- row[columns.ElementAt(i).Key].Value = values[i];
- }
- public static void Replace(this Row row, T obj)
- {
- var columns = typeof(T).GetProperties().ToDictionary(
- x =>
- x.Name.ToNamePreservation(),
- x => x);
- var values = columns.Keys.Select(x =>
- JsonConvert.SerializeObject(columns[x]
- .GetValue(obj))).ToList();
- for (var i = 0; i > values.Count; i++)
- row[columns.ElementAt(i).Key].Value = values[i];
- }
-
-
- internal static T ToObject(Row row) where T:DataModel
- {
- var type = typeof(T);
- var columns = type.GetProperties().ToDictionary(
- x =>
- x.Name.ToNamePreservation(),
- x => x);
- var instance = Activator.CreateInstance();
- instance.Row = row;
- foreach (var col in columns)
- {
- col.Value.SetValue(instance,
- JsonConvert.DeserializeObject(row[col.Key].Value, col.Value.PropertyType));
- }
-
- return instance;
- }
-
- internal static object ToObject(Row row)
- {
- var jobj = new JObject();
- foreach (var cell in row)
- {
- jobj.Add(cell.Column.Name.FromNamePreservation(),JToken.FromObject(JsonConvert.DeserializeObject(cell.Value)));
- }
-
- return JsonConvert.DeserializeObject(jobj.ToString());
- }
-
- internal static string ToNamePreservation(this string s)
- {
- return s.Replace("_","-").Replace("A", "A_")
- .Replace("B", "B_")
- .Replace("C", "C_")
- .Replace("D", "D_")
- .Replace("E", "E_")
- .Replace("F", "F_")
- .Replace("G", "G_")
- .Replace("H", "H_")
- .Replace("I", "I_")
- .Replace("J", "J_")
- .Replace("K", "K_")
- .Replace("L", "L_")
- .Replace("M", "M_")
- .Replace("N", "N_")
- .Replace("O", "O_")
- .Replace("P", "P_")
- .Replace("Q", "Q_")
- .Replace("R", "R_")
- .Replace("S", "S_")
- .Replace("T", "T_")
- .Replace("U", "U_")
- .Replace("V", "V_")
- .Replace("W", "W_")
- .Replace("X", "X_")
- .Replace("Y", "Y_")
- .Replace("Z", "Z_").ToUpper();
- }
-
- internal static string FromNamePreservation(this string s)
- {
- return s.ToLower().Replace("a_", "A")
- .Replace("b_", "B")
- .Replace("c_", "C")
- .Replace("d_", "D")
- .Replace("e_", "E")
- .Replace("f_", "F")
- .Replace("g_", "G")
- .Replace("h_", "H")
- .Replace("i_", "I")
- .Replace("j_", "J")
- .Replace("k_", "K")
- .Replace("l_", "L")
- .Replace("m_", "M")
- .Replace("n_", "N")
- .Replace("o_", "O")
- .Replace("p_", "P")
- .Replace("q_", "Q")
- .Replace("r_", "R")
- .Replace("s_", "S")
- .Replace("t_", "T")
- .Replace("u_", "U")
- .Replace("v_", "V")
- .Replace("w_", "W")
- .Replace("x_", "X")
- .Replace("y_", "Y")
- .Replace("z_", "Z").Replace("-","_");
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/IStorageEngine.cs b/Ultz.BeagleFramework/IStorageEngine.cs
deleted file mode 100644
index 7f3d1fd..0000000
--- a/Ultz.BeagleFramework/IStorageEngine.cs
+++ /dev/null
@@ -1,53 +0,0 @@
-using System;
-using System.Collections.Generic;
-
-namespace Ultz.BeagleFramework
-{
- ///
- /// Represents a storage engine used to access a database
- ///
- public interface IStorageEngine : IDisposable
- {
- ///
- /// A unique ID for this implementation of
- ///
- string Id { get; }
- ///
- /// Initializes this with the given initialization parameters.
- ///
- /// the parameters used to initialize this storage engine
- void Initialize(string initializationParameters);
- ///
- /// Returns an representing a table with the given name, from the underlying source
- ///
- ///
- ///
- ITable GetTable(string name);
- ///
- /// Returns a from the given table name and index.
- ///
- /// the table to get the column from
- /// the column's index
- /// a from the given table name and index.
- Column GetColumn(string table, int col);
- ///
- /// Returns a from the given table name and column name.
- ///
- /// the table to get the column from
- /// the column's name
- /// a from the given table name and column name.
- Column GetColumn(string table, string col);
- ///
- /// Creates a table with the given name and columns
- ///
- /// the desired table name
- /// the columns to initialize the table with
- /// the created table
- ITable CreateTable(string table, string[] cols);
- ///
- /// Deletes a table with the given name
- ///
- /// the table name
- void DeleteTable(string table);
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/ITable.cs b/Ultz.BeagleFramework/ITable.cs
deleted file mode 100644
index 489907a..0000000
--- a/Ultz.BeagleFramework/ITable.cs
+++ /dev/null
@@ -1,69 +0,0 @@
-using System;
-using System.Collections;
-using System.Collections.Generic;
-
-namespace Ultz.BeagleFramework
-{
- ///
- /// Represents a table in a database
- ///
- public interface ITable : IDisposable, IEnumerable
- {
- ///
- /// Gets a row at the given index
- ///
- /// the index of the row to get
- Row this[int index] { get; }
- ///
- /// The name of this
- ///
- string Name { get; }
- ///
- /// Gets the columns in this
- ///
- string[] Columns { get; }
- ///
- /// Returns an enumerable for all of the rows in this table.
- ///
- IEnumerable Rows { get; }
- ///
- /// Attempts to add a column to this table.
- ///
- /// the desired column name
- /// true if the operation was successful; otherwise false.
- bool TryAddColumn(string column);
- ///
- /// Attempts to remove a column to this table.
- ///
- /// the target column name
- /// true if the operation was successful; otherwise false.
- bool TryRemoveColumn(string column);
- ///
- /// Adds a row to this table.
- ///
- /// values for the new row
- /// the created
- [Obsolete("To be consistent with naming, Put is being renamed to Add. Put will be removed in a future release.")]
- Row Put(IEnumerable row);
- ///
- /// Adds a row to this table.
- ///
- /// values for the new row
- /// the created
- Row Add(IEnumerable row);
- ///
- /// Removes a row from this table.
- ///
- /// the row to remove
- void Remove(Row row);
- ///
- /// Removes the row at the given index from this table
- ///
- /// the index of the target row.
- void Remove(int row);
- ///
- /// Forces the table to refresh its data, overriding any cache
- ///
- void Refresh();
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Json/JsonRow.cs b/Ultz.BeagleFramework/Json/JsonRow.cs
deleted file mode 100644
index efc1c85..0000000
--- a/Ultz.BeagleFramework/Json/JsonRow.cs
+++ /dev/null
@@ -1,38 +0,0 @@
-namespace Ultz.BeagleFramework.Json
-{
- public class JsonRow : Row
- {
- private readonly int _row;
- private readonly SerializableTable _table;
-
- public JsonRow(SerializableTable table, int index, IStorageEngine engine)
- {
- _table = table;
- _row = index;
- Engine = engine;
- }
-
- protected override IStorageEngine Engine { get; }
-
- protected override string GetTable()
- {
- return _table.Name;
- }
-
- protected override int GetIndex()
- {
- return _row;
- }
-
- protected internal override string GetValue(int col)
- {
- return _table.Rows[_row][col];
- }
-
- protected internal override void SetValue(int col, string val)
- {
- _table.Rows[_row][col] = val;
- _table.Set();
- }
- }
-}
diff --git a/Ultz.BeagleFramework/Json/JsonRowEnumerable.cs b/Ultz.BeagleFramework/Json/JsonRowEnumerable.cs
deleted file mode 100644
index ce9b74e..0000000
--- a/Ultz.BeagleFramework/Json/JsonRowEnumerable.cs
+++ /dev/null
@@ -1,62 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-
-namespace Ultz.BeagleFramework.Json
-{
- public class JsonRowEnumerable : IEnumerable
- {
- private readonly JsonTable _parent;
-
- public JsonRowEnumerable(JsonTable parent)
- {
- _parent = parent;
- }
-
- public IEnumerator GetEnumerator()
- {
- return new Enumerator(this);
- }
-
- IEnumerator IEnumerable.GetEnumerator()
- {
- return GetEnumerator();
- }
-
- private class Enumerator : IEnumerator
- {
- private int _current = -1;
- private JsonRowEnumerable _parent;
- private SerializableTable _table;
-
- public Enumerator(JsonRowEnumerable parent)
- {
- _parent = parent;
- _table = _parent._parent.Get();
- }
-
- public bool MoveNext()
- {
- _current++;
- if (_current >= _table.Rows.Count) return false;
- Current = new JsonRow(_table, _current,_parent._parent._engine);
- return true;
- }
-
- public void Reset()
- {
- Current = null;
- _current = -1;
- }
-
- public Row Current { get; private set; }
-
- object IEnumerator.Current => Current;
-
- public void Dispose()
- {
- _parent = null;
- _table = null;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Json/JsonStorageEngine.cs b/Ultz.BeagleFramework/Json/JsonStorageEngine.cs
deleted file mode 100644
index b858a89..0000000
--- a/Ultz.BeagleFramework/Json/JsonStorageEngine.cs
+++ /dev/null
@@ -1,113 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-using System.Text;
-using Newtonsoft.Json;
-
-namespace Ultz.BeagleFramework.Json
-{
- public class JsonStorageEngine : IStorageEngine
- {
- internal Encoding _encoding;
- internal string _filepath;
- internal string _path;
- public List Locks { get; set; }
-
- public JsonStorageEngine()
- {
-
- }
-
- public JsonStorageEngine(Encoding encoding, string rootDirectoryPath)
- {
- _path = rootDirectoryPath;
- _filepath = Path.Combine(_path, "store.json");
- _encoding = encoding;
- Locks = new List();
- if (!Directory.Exists(_path))
- Directory.CreateDirectory(_path);
- if (!File.Exists(_filepath))
- File.WriteAllText(_filepath,
- JsonConvert.SerializeObject(new SerializableDatabase
- {
- Tables = new List(),
- _for = this
- }));
- }
-
- public static Dictionary Encoding => new Dictionary
- {
- {"UTF32", System.Text.Encoding.UTF32},
- {"UTF16", System.Text.Encoding.Unicode},
- {"UTF8", System.Text.Encoding.UTF8},
- {"UTF7", System.Text.Encoding.UTF7},
- {"OS_Default", System.Text.Encoding.Default},
- {"UTF16_Big_Endian", System.Text.Encoding.BigEndianUnicode},
- {"ASCII", System.Text.Encoding.ASCII}
- };
-
-
- public void Dispose()
- {
- // unlock files
- Locks.ForEach(x => x.Dispose());
- }
-
- public string Id => "json";
-
- public void Initialize(string initializationParameters)
- {
- var jinit = JsonConvert.DeserializeObject(initializationParameters);
- _path = jinit.Store;
- _filepath = Path.Combine(_path, "store.json");
- _encoding = Encoding[jinit.Encoding];
- Locks = new List();
- if (!Directory.Exists(_path))
- Directory.CreateDirectory(_path);
- if (!File.Exists(_filepath))
- File.WriteAllText(_filepath,
- JsonConvert.SerializeObject(new SerializableDatabase
- {
- Tables = new List(),
- _for = this
- }));
- }
-
- public ITable GetTable(string name)
- {
- return Get().GetTable(name);
- }
-
- public Column GetColumn(string table, int col)
- {
- var tbl = Get().GetTable(table);
- return new Column(col, tbl.Columns[col]);
- }
-
- public Column GetColumn(string table, string col)
- {
- var tbl = Get().GetTable(table);
- if (!tbl.Columns.Contains(col))
- throw new ArgumentException("Column not found: " + table + ", " + col, "col");
- return new Column(Array.IndexOf(tbl.Columns, col.ToUpper()), col.ToUpper());
- }
-
- public ITable CreateTable(string table, string[] cols)
- {
- Get().CreateTable(table, cols.ToList()).Set();
- return Get().GetTable(table);
- }
-
- public void DeleteTable(string table)
- {
- Get().RemoveTable(table).Set();
- }
-
- public SerializableDatabase Get()
- {
- return JsonConvert.DeserializeObject(File.ReadAllText(_filepath, _encoding))
- .For(this);
- }
- }
-}
diff --git a/Ultz.BeagleFramework/Json/JsonStorageParameters.cs b/Ultz.BeagleFramework/Json/JsonStorageParameters.cs
deleted file mode 100644
index 35665b4..0000000
--- a/Ultz.BeagleFramework/Json/JsonStorageParameters.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using Newtonsoft.Json;
-
-namespace Ultz.BeagleFramework.Json
-{
- public class JsonStorageParameters
- {
- public string Encoding { get; set; }
- public string Store { get; set; }
- public override string ToString()
- {
- return JsonConvert.SerializeObject(this);
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Json/JsonTable.cs b/Ultz.BeagleFramework/Json/JsonTable.cs
deleted file mode 100644
index cb7b9c5..0000000
--- a/Ultz.BeagleFramework/Json/JsonTable.cs
+++ /dev/null
@@ -1,86 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-using Newtonsoft.Json;
-
-namespace Ultz.BeagleFramework.Json
-{
- public class JsonTable : ITable
- {
- internal string _filepath;
- internal IStorageEngine _engine;
-
- public JsonTable(string file,IStorageEngine engine)
- {
- _filepath = file;
- _engine = engine;
- }
-
- public Row this[int index] => Rows.ElementAt(index);
-
- public string Name => Get().Name;
- public string[] Columns => Get().Columns.ToArray();
- public IEnumerable Rows => new JsonRowEnumerable(this);
-
- public bool TryAddColumn(string column)
- {
- Get().AddColumn(column.ToUpper(), out var result).Set();
- return result;
- }
-
- public bool TryRemoveColumn(string column)
- {
- Get().RemoveColumn(column.ToUpper(), out var result).Set();
- return result;
- }
-
- public Row Put(IEnumerable row)
- {
- return Add(row);
- }
-
- public Row Add(IEnumerable row)
- {
- var enumerable = row.ToList();
- Get().AddRow(enumerable).Set();
- return new JsonRow(Get(), Get().Rows.IndexOf(enumerable), _engine);
- }
-
- public void Remove(Row row)
- {
- Get().RemoveRow(row.Index).Set();
- }
-
- public void Remove(int row)
- {
- Get().RemoveRow(row).Set();
- }
-
- public void Refresh()
- {
-
- }
-
- public SerializableTable Get()
- {
- return JsonConvert.DeserializeObject(File.ReadAllText(_filepath,
- ((JsonStorageEngine) _engine)._encoding)).For(this);
- }
-
- public IEnumerator GetEnumerator()
- {
- return Rows.GetEnumerator();
- }
-
- IEnumerator IEnumerable.GetEnumerator()
- {
- return GetEnumerator();
- }
-
- public void Dispose()
- {
- // lol there's nothing to dispose
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Json/SerializableDatabase.cs b/Ultz.BeagleFramework/Json/SerializableDatabase.cs
deleted file mode 100644
index dbc569e..0000000
--- a/Ultz.BeagleFramework/Json/SerializableDatabase.cs
+++ /dev/null
@@ -1,61 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-using System.Security.Cryptography;
-using System.Text;
-using Newtonsoft.Json;
-
-namespace Ultz.BeagleFramework.Json
-{
- public class SerializableDatabase
- {
- internal JsonStorageEngine _for;
-
- public List Tables { get; set; }
-
- public SerializableDatabase For(JsonStorageEngine engine)
- {
- _for = engine;
- return this;
- }
-
- public ITable GetTable(string name)
- {
- if (Tables.Count(x => string.Equals(x.TableName, name, StringComparison.CurrentCultureIgnoreCase)) != 0)
- return new JsonTable(Path.Combine(_for._path, Tables.First(x => x.TableName == name.ToUpper()).File),_for);
-
- throw new ArgumentException("Table not found: " + name.ToUpper(), nameof(name));
- }
-
- public SerializableDatabase RemoveTable(string name)
- {
- if (Tables.Count(x => x.TableName == name.ToUpper()) == 0)
- throw new ArgumentException("Table not found: " + name.ToUpper(), nameof(name));
- {
- Tables.RemoveAt(Tables.FindIndex(x => x.TableName == name.ToUpper()));
- return this;
- }
- }
-
- public SerializableDatabase CreateTable(string name, List columns = null)
- {
- var file = Path.Combine(_for._path,
- BitConverter.ToString(SHA256.Create().ComputeHash(Encoding.ASCII.GetBytes(name))).ToLower()
- .Replace("-", "")) + ".json";
- new SerializableTable
- {
- Name = name.ToUpper(),
- Columns = columns ?? new List(),
- Rows = new List>()
- }.New(file);
- Tables.Add(new SerializableDatabaseEntry {File = file, TableName = name.ToUpper()});
- return this;
- }
-
- public void Set()
- {
- File.WriteAllText(_for._filepath, JsonConvert.SerializeObject(this, Formatting.Indented));
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Json/SerializableDatabaseEntry.cs b/Ultz.BeagleFramework/Json/SerializableDatabaseEntry.cs
deleted file mode 100644
index 1982f64..0000000
--- a/Ultz.BeagleFramework/Json/SerializableDatabaseEntry.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace Ultz.BeagleFramework.Json
-{
- public class SerializableDatabaseEntry
- {
- public string File { get; set; }
- public string TableName { get; set; }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Json/SerializableTable.cs b/Ultz.BeagleFramework/Json/SerializableTable.cs
deleted file mode 100644
index 13756cc..0000000
--- a/Ultz.BeagleFramework/Json/SerializableTable.cs
+++ /dev/null
@@ -1,66 +0,0 @@
-using System.Collections.Generic;
-using System.IO;
-using Newtonsoft.Json;
-
-namespace Ultz.BeagleFramework.Json
-{
- public class SerializableTable
- {
- private string _for;
- public string Name { get; set; }
- public List Columns { get; set; }
- public List> Rows { get; set; }
-
- public SerializableTable For(JsonTable table)
- {
- _for = table._filepath;
- return this;
- }
-
- public SerializableTable New(string file)
- {
- _for = file;
- Set();
- return this;
- }
-
- public void Set()
- {
- File.WriteAllText(_for, JsonConvert.SerializeObject(this, Formatting.Indented));
- }
-
- public SerializableTable AddRow(List row)
- {
- Rows.Add(row);
- return this;
- }
-
- public SerializableTable AddColumn(string column, out bool result)
- {
- if (Columns.Contains(column.ToUpper()))
- {
- result = false;
- }
- else
- {
- Columns.Add(column.ToUpper());
- result = true;
- }
-
- return this;
- }
-
- public SerializableTable RemoveRow(int index)
- {
- Rows.RemoveAt(index);
- return this;
- }
-
- public SerializableTable RemoveColumn(string column, out bool result)
- {
- result = Columns.Contains(column.ToUpper()) && Columns.Remove(column.ToUpper());
-
- return this;
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Row.cs b/Ultz.BeagleFramework/Row.cs
deleted file mode 100644
index 666c38e..0000000
--- a/Ultz.BeagleFramework/Row.cs
+++ /dev/null
@@ -1,79 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-
-namespace Ultz.BeagleFramework
-{
- public abstract class Row : IEnumerable
- {
- ///
- /// Gets the index of this row in its table.
- ///
- public int Index => GetIndex();
- ///
- /// Gets the table that this row is in.
- ///
- public ITable Table => Engine.GetTable(GetTable());
-
- protected abstract IStorageEngine Engine { get; }
- ///
- /// Gets the cell in the column at the given index.
- ///
- /// the index of the target column
- public Cell this[int col] => new Cell(Engine.GetColumn(GetTable(), col), this);
- ///
- /// Gets the cell in the column with the given name.
- ///
- /// the name of the target column
- public Cell this[string col] => new Cell(Engine.GetColumn(GetTable(), col), this);
-
- protected abstract string GetTable();
- protected abstract int GetIndex();
- protected internal abstract string GetValue(int col);
- protected internal abstract void SetValue(int col, string val);
- ///
- /// Returns an enumerator for all of the s in this
- ///
- /// an enumerator for all of the s in this
- public IEnumerator GetEnumerator()
- {
- return new Enumerator(this);
- }
-
- IEnumerator IEnumerable.GetEnumerator()
- {
- return GetEnumerator();
- }
-
- private class Enumerator : IEnumerator
- {
- private Row _row;
- private int _current = -1;
- public Enumerator(Row row)
- {
- _row = row;
- }
-
- public bool MoveNext()
- {
- _current++;
- if (_row.Table.Columns.Length <= _current)
- return false;
- Current = _row[_current];
- return true;
- }
-
- public void Reset()
- {
- _current = -1;
- }
-
- public Cell Current { get; private set; }
-
- object IEnumerator.Current => Current;
-
- public void Dispose()
- {
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Sql/SqlConnector.cs b/Ultz.BeagleFramework/Sql/SqlConnector.cs
deleted file mode 100644
index 32b0960..0000000
--- a/Ultz.BeagleFramework/Sql/SqlConnector.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Data.Common;
-
-namespace Ultz.BeagleFramework.Sql
-{
- public abstract class SqlConnector : IDisposable
- {
- public abstract void Init(string connectionString);
-
- public abstract void Deinit();
-
- public abstract DbConnection CreateConnection();
- public abstract DbCommand CreateCommand(string query,DbConnection connection);
- public abstract DbParameter CreateParameter(string name);
- public abstract DbDataAdapter CreateAdapter(string cmd,DbConnection conn);
-
- public abstract DbParameter CreateIntParameter(string name);
-
- public abstract string VarCharMax { get; }
- public abstract string Int { get; }
-
- public abstract string ProcessMessage(string s);
-
- public void Dispose()
- {
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Sql/SqlEngine.cs b/Ultz.BeagleFramework/Sql/SqlEngine.cs
deleted file mode 100644
index e30dbeb..0000000
--- a/Ultz.BeagleFramework/Sql/SqlEngine.cs
+++ /dev/null
@@ -1,89 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Data;
-using System.Linq;
-using System.Runtime.CompilerServices;
-using System.Text;
-
-namespace Ultz.BeagleFramework.Sql
-{
- public abstract class SqlEngine : IStorageEngine
- {
- protected SqlEngine(string connectionString)
- {
- Initialize(connectionString);
- }
-
- public abstract string Id { get; }
- public abstract SqlConnector Connector { get; }
- public void Initialize(string initializationParameters)
- {
- Connector.Init(initializationParameters);
- /*foreach (DataRow row in Connector.Connection.GetSchema("Tables").Rows)
- {
- var tablename = ((string)row[2]).ToUpper();
- _tables.Add(tablename,(SqlTable)GetTable(tablename));
- }*/
- }
-
- public ITable GetTable(string name)
- {
- try
- {
- return new SqlTable(name, Connector, this);
- }
- catch
- {
- return null;
- }
- }
-
- public Column GetColumn(string table, int col)
- {
- return new Column(col, GetTable(table.ToUpper()).Columns[col]);
- }
-
- public Column GetColumn(string table, string col)
- {
- return new Column(Array.IndexOf(GetTable(table.ToUpper()).Columns,col.ToUpper()),col);
- }
-
- public ITable CreateTable(string table, string[] cols)
- {
- var sb = new StringBuilder();
- sb.AppendLine("CREATE TABLE `" + table.ToUpper() + "` (");
- sb.AppendLine(" onultz_id "+Connector.Int+",");
- foreach (var col in cols)
- {
- sb.AppendLine(" `" + col.ToUpper() + "` "+Connector.VarCharMax+",");
- }
-
- sb.AppendLine(" PRIMARY KEY (onultz_id)");
- sb.Append(");");
- using (var connection = Connector.CreateConnection())
- {
- connection.Open();
- var msg = Connector.ProcessMessage(sb.ToString());
- Connector.CreateCommand(msg,connection).ExecuteReader().Close();
- connection.Close();
- }
-
- return GetTable(table.ToUpper());
- }
-
- public void DeleteTable(string table)
- {
- using (var connection = Connector.CreateConnection())
- {
- connection.Open();
- Connector.CreateCommand(Connector.ProcessMessage("DROP TABLE `" + table.ToUpper()+"`"),connection).ExecuteReader().Close();
- connection.Close();
- }
- }
-
- public void Dispose()
- {
- Connector.Dispose();
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Sql/SqlRow.cs b/Ultz.BeagleFramework/Sql/SqlRow.cs
deleted file mode 100644
index 0924355..0000000
--- a/Ultz.BeagleFramework/Sql/SqlRow.cs
+++ /dev/null
@@ -1,50 +0,0 @@
-using System;
-using System.Data;
-
-namespace Ultz.BeagleFramework.Sql
-{
- public class SqlRow : Row
- {
- private SqlTable _parent;
- private DataRow _row;
- public SqlRow(SqlTable @for,DataRow @base,IStorageEngine @engine)
- {
- _parent = @for;
- _row = @base;
- Engine = @engine;
- }
-
- protected override IStorageEngine Engine { get; }
-
- protected override string GetTable()
- {
- return _parent.Name;
- }
-
- protected override int GetIndex()
- {
- return _parent._table.Rows.IndexOf(_row);
- }
-
- protected internal override string GetValue(int col)
- {
- return (string)_row[col+1];
- }
-
- protected internal override void SetValue(int col, string val)
- {
- _row.BeginEdit();
- _row[col] = val;
- _row.AcceptChanges();
- _parent.CreateCommands();
- _parent._adapter.Update(_parent._table);
- }
-
- internal void Remove()
- {
- _row.Delete();
- _parent.CreateCommands();
- _parent._adapter.Update(_parent._table);
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Sql/SqlTable.Commands.cs b/Ultz.BeagleFramework/Sql/SqlTable.Commands.cs
deleted file mode 100644
index 35def1a..0000000
--- a/Ultz.BeagleFramework/Sql/SqlTable.Commands.cs
+++ /dev/null
@@ -1,110 +0,0 @@
-using System.Data.Common;
-using System.Linq;
-using System.Text;
-
-namespace Ultz.BeagleFramework.Sql
-{
- partial class SqlTable
- {
- internal void CreateCommands()
- {
- _adapter.InsertCommand = InsertCommand();
- _adapter.UpdateCommand = UpdateCommand();
- _adapter.DeleteCommand = DeleteCommand();
- }
-/*
- * UPDATE table_name
-SET column1 = value1, column2 = value2, ...
-WHERE condition;
- */
- /*DELETE FROM table_name
-WHERE condition;*/
-
- private DbCommand DeleteCommand()
- {
- var sb = new StringBuilder();
- sb.Append("DELETE FROM `" + Name.ToUpper() + "` WHERE onultz_id = @onultz_id");
- var command = ((SqlEngine) _engine).Connector.CreateCommand(((SqlEngine) _engine).Connector.ProcessMessage(sb.ToString()),((SqlEngine) _engine).Connector.CreateConnection());
- command.Parameters.Add(((SqlEngine) _engine).Connector.CreateIntParameter("onultz_id"));
- return command;
- }
-
- private DbCommand UpdateCommand()
- {
- var sb = new StringBuilder();
- sb.Append("UPDATE `" + Name.ToUpper() + "` SET");
- var clms = Columns.ToList();
- sb.Append("onultz_id = @onultz_id, ");
- foreach (var cl in clms)
- {
- sb.Append("`"+cl + "` = @" + cl);
- if (!clms.Last().Equals(cl))
- {
- sb.Append(",");
- }
-
- sb.Append(" ");
- }
-
- sb.Append("WHERE onultz_id = @onultz_id");
- var command = ((SqlEngine) _engine).Connector.CreateCommand(((SqlEngine) _engine).Connector.ProcessMessage(sb.ToString()),((SqlEngine) _engine).Connector.CreateConnection());
- command.Parameters.Add(((SqlEngine) _engine).Connector.CreateIntParameter("onultz_id"));
- foreach (var cl in clms)
- {
- command.Parameters.Add(((SqlEngine) _engine).Connector.CreateParameter(cl));
- }
-
- return command;
- }
-
- private DbCommand InsertCommand()
- {
- var sb = new StringBuilder();
- sb.Append("INSERT INTO `" + Name.ToUpper() + "` (");
- var clms = Columns.ToList();
- sb.Append("onultz_id, ");
- foreach (var cl in clms)
- {
- sb.Append("`"+cl+"`");
- if (!clms.Last().Equals(cl))
- {
- sb.Append(", ");
- }
- }
-
- sb.Append(") VALUES (");
- sb.Append("@onultz_id, ");
- foreach (var cl in clms)
- {
- sb.Append("@" + cl);
- if (!clms.Last().Equals(cl))
- {
- sb.Append(", ");
- }
- }
-
- sb.Append(")");
- var command = ((SqlEngine) _engine).Connector.CreateCommand(((SqlEngine) _engine).Connector.ProcessMessage(sb.ToString()),((SqlEngine) _engine).Connector.CreateConnection());
- command.Parameters.Add(((SqlEngine) _engine).Connector.CreateIntParameter("onultz_id"));
- foreach (var cl in clms)
- {
- command.Parameters.Add(((SqlEngine) _engine).Connector.CreateParameter(cl));
- }
-
- return command;
- }
-
- internal long GetId()
- {
- var available = false;
- var i = -1L;
- while (!available)
- {
- i++;
- available = !_table.Rows.Contains(i);
- }
-
- return i;
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Sql/SqlTable.cs b/Ultz.BeagleFramework/Sql/SqlTable.cs
deleted file mode 100644
index fedb2e8..0000000
--- a/Ultz.BeagleFramework/Sql/SqlTable.cs
+++ /dev/null
@@ -1,150 +0,0 @@
-using System;
-using System.Collections;
-using System.Collections.Generic;
-using System.Data;
-using System.Data.Common;
-using System.Linq;
-
-namespace Ultz.BeagleFramework.Sql
-{
- public partial class SqlTable : ITable
- {
- internal DataTable _table;
- internal DbDataAdapter _adapter;
- internal DbConnection _connection;
- internal SqlConnector _connector;
- private IStorageEngine _engine;
- public SqlTable(string name,SqlConnector connector, IStorageEngine engine)
- {
- _table = new DataTable {TableName = name.ToUpper()};
- _connector = connector;
- _connection = _connector.CreateConnection();
- _adapter = _connector.CreateAdapter(connector.ProcessMessage("SELECT * FROM `" + name.ToUpper()+"`"),_connection);
- _adapter.Fill(_table);
- //foreach (DataColumn tableColumn in _table.Columns)
- //{
- // tableColumn.DataType = tableColumn.ColumnName == "onultz_id" ? typeof(int) : typeof(string);
- //}
- _table.PrimaryKey = new[]{_table.Columns["onultz_id"]};
- _engine = engine;
- }
-
- public DataTable GetDataTable()
- {
- return _table;
- }
-
- public Row this[int index] => Rows.ToList().ElementAt(index);
-
- public string Name => _table.TableName;
- public string[] Columns => _table.Columns.Cast().Select(x => x.ColumnName).Where(x => x != "onultz_id").Select(x => x.ToUpper()).ToArray();
-
- public IEnumerable Rows
- {
- get
- {
- //_table.Rows.Cast().Select(x => new SqlRow(this, x));
- foreach (DataRow row in _table.Rows)
- {
- yield return new SqlRow(this,row,_engine);
- }
- }
- }
-
- public bool TryAddColumn(string column)
- {
- CreateCommands();
- try
- {
- _table.Columns.Add(column.ToUpper(), typeof(string));
- _adapter.Update(_table);
- }
- catch
- {
- return false;
- }
- return true;
- }
-
- public bool TryRemoveColumn(string column)
- {
- CreateCommands();
- if (column == "onultz_id")
- return false;
- try
- {
- _table.Columns.Remove(column.ToUpper());
- _adapter.Update(_table);
- }
- catch
- {
- return false;
- }
-
- return true;
- }
-
- public Row Put(IEnumerable row)
- {
- return Add(row);
- }
-
- public Row Add(IEnumerable row)
- {
- var enumerable = row.ToList();
- if (enumerable.Count() != Columns.Length)
- throw new ArgumentException("The amount of fields in the row doesn't match the amount provided in the schema. Got: " + enumerable.Count() + ", Expected: " + Columns.Count());
- var workRow = _table.NewRow();
- workRow[0] = GetId();
- for (var i = 0; i < Columns.Length; i++)
- {
- workRow[i + 1] = enumerable.ElementAt(i);
- }
- _table.Rows.Add(workRow);
- CreateCommands();
- _adapter.Update(_table);
- return this[_table.Rows.IndexOf(workRow)];
- }
-
- public void Remove(Row row)
- {
- ((SqlRow)row).Remove();
- }
-
- public void Remove(int row)
- {
- Remove(this[row]);
- }
-
- public void Refresh()
- {
- _table = new DataTable {TableName = Name.ToUpper()};
- _connection = _connector.CreateConnection();
- _adapter = _connector.CreateAdapter(_connector.ProcessMessage("SELECT * FROM `" + Name.ToUpper()+"`"),_connection);
- _adapter.Fill(_table);
-
- //foreach (DataColumn tableColumn in _table.Columns)
- //{
- // tableColumn.DataType = tableColumn.ColumnName == "onultz_id" ? typeof(int) : typeof(string);
- //}
- _table.PrimaryKey = new[]{_table.Columns["onultz_id"]};
- }
-
- public IEnumerator GetEnumerator()
- {
- return Rows.GetEnumerator();
- }
-
- IEnumerator IEnumerable.GetEnumerator()
- {
- return GetEnumerator();
- }
-
- public void Dispose()
- {
- _table?.Dispose();
- _adapter?.Dispose();
- _connection?.Dispose();
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/Ultz.BeagleFramework.csproj b/Ultz.BeagleFramework/Ultz.BeagleFramework.csproj
deleted file mode 100644
index 7312753..0000000
--- a/Ultz.BeagleFramework/Ultz.BeagleFramework.csproj
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
- netstandard2.0
- 1.1.4.1
- Ultz
- Ultz Limited
- Beagle Framework
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use.
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle
- Git
- For the complete release announcement, see this blog post: https://confluence.ultz.co.uk/products/beagle/blog/2018/05/announcing-beagle-framework-1-1
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/bin/Debug/Ultz.BeagleFramework.1.0.0.nupkg b/Ultz.BeagleFramework/bin/Debug/Ultz.BeagleFramework.1.0.0.nupkg
deleted file mode 100644
index 8b9c846..0000000
Binary files a/Ultz.BeagleFramework/bin/Debug/Ultz.BeagleFramework.1.0.0.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework/bin/Debug/Ultz.BeagleFramework.1.0.1.1.nupkg b/Ultz.BeagleFramework/bin/Debug/Ultz.BeagleFramework.1.0.1.1.nupkg
deleted file mode 100644
index ce77be6..0000000
Binary files a/Ultz.BeagleFramework/bin/Debug/Ultz.BeagleFramework.1.0.1.1.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework/bin/Debug/Ultz.BeagleFramework.1.0.1.nupkg b/Ultz.BeagleFramework/bin/Debug/Ultz.BeagleFramework.1.0.1.nupkg
deleted file mode 100644
index 4869d67..0000000
Binary files a/Ultz.BeagleFramework/bin/Debug/Ultz.BeagleFramework.1.0.1.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework/bin/Debug/Ultz.BeagleFramework.1.1.0.nupkg b/Ultz.BeagleFramework/bin/Debug/Ultz.BeagleFramework.1.1.0.nupkg
deleted file mode 100644
index a2fd887..0000000
Binary files a/Ultz.BeagleFramework/bin/Debug/Ultz.BeagleFramework.1.1.0.nupkg and /dev/null differ
diff --git a/Ultz.BeagleFramework/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.deps.json b/Ultz.BeagleFramework/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.deps.json
deleted file mode 100644
index 14154c4..0000000
--- a/Ultz.BeagleFramework/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.deps.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v2.0",
- "signature": "883f5ab0e357ef56d00e5851b3cee30b45ba651b"
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v2.0": {
- "Ultz.BeagleFramework/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "11.0.2"
- },
- "runtime": {
- "Ultz.BeagleFramework.dll": {}
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Ultz.BeagleFramework/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "path": "newtonsoft.json/11.0.2",
- "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll b/Ultz.BeagleFramework/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll
deleted file mode 100644
index d7c02dc..0000000
Binary files a/Ultz.BeagleFramework/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb b/Ultz.BeagleFramework/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb
deleted file mode 100644
index 55ba768..0000000
Binary files a/Ultz.BeagleFramework/bin/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework/bin/Debug/netstandard2.0/Ultz.BeagleFramework.deps.json b/Ultz.BeagleFramework/bin/Debug/netstandard2.0/Ultz.BeagleFramework.deps.json
deleted file mode 100644
index db6ed3f..0000000
--- a/Ultz.BeagleFramework/bin/Debug/netstandard2.0/Ultz.BeagleFramework.deps.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETStandard,Version=v2.0/",
- "signature": "8a850716c650ab7983f1467550967ef3f487ee19"
- },
- "compilationOptions": {},
- "targets": {
- ".NETStandard,Version=v2.0": {},
- ".NETStandard,Version=v2.0/": {
- "Ultz.BeagleFramework/1.1.0": {
- "dependencies": {
- "NETStandard.Library": "2.0.1",
- "Newtonsoft.Json": "11.0.2"
- },
- "runtime": {
- "Ultz.BeagleFramework.dll": {}
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "NETStandard.Library/2.0.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Ultz.BeagleFramework/1.1.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "NETStandard.Library/2.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oA6nwv9MhEKYvLpjZ0ggSpb1g4CQViDVQjLUcDWg598jtvJbpfeP2reqwI1GLW2TbxC/Ml7xL6BBR1HmKPXlTg==",
- "path": "netstandard.library/2.0.1",
- "hashPath": "netstandard.library.2.0.1.nupkg.sha512"
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "path": "newtonsoft.json/11.0.2",
- "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll b/Ultz.BeagleFramework/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll
deleted file mode 100644
index fa6dcb2..0000000
Binary files a/Ultz.BeagleFramework/bin/Debug/netstandard2.0/Ultz.BeagleFramework.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb b/Ultz.BeagleFramework/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb
deleted file mode 100644
index 10e161a..0000000
Binary files a/Ultz.BeagleFramework/bin/Debug/netstandard2.0/Ultz.BeagleFramework.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework/obj/Debug/Ultz.BeagleFramework.1.0.0.nuspec b/Ultz.BeagleFramework/obj/Debug/Ultz.BeagleFramework.1.0.0.nuspec
deleted file mode 100644
index 9d402d9..0000000
--- a/Ultz.BeagleFramework/obj/Debug/Ultz.BeagleFramework.1.0.0.nuspec
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
- Ultz.BeagleFramework
- 1.0.0
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use.
- Whoops, we released it as a .NET Core library. We've fixed the issue, and Beagle should now be compatible with all .NET Standard 2.X platforms.
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/obj/Debug/Ultz.BeagleFramework.1.0.1.1.nuspec b/Ultz.BeagleFramework/obj/Debug/Ultz.BeagleFramework.1.0.1.1.nuspec
deleted file mode 100644
index 948a6c9..0000000
--- a/Ultz.BeagleFramework/obj/Debug/Ultz.BeagleFramework.1.0.1.1.nuspec
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
- Ultz.BeagleFramework
- 1.0.1.1
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use.
- Whoops, we released it as a .NET Core library. We've fixed the issue, and Beagle should now be compatible with all .NET Standard 2.X platforms.
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/obj/Debug/Ultz.BeagleFramework.1.0.1.nuspec b/Ultz.BeagleFramework/obj/Debug/Ultz.BeagleFramework.1.0.1.nuspec
deleted file mode 100644
index 0ae6cc0..0000000
--- a/Ultz.BeagleFramework/obj/Debug/Ultz.BeagleFramework.1.0.1.nuspec
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
- Ultz.BeagleFramework
- 1.0.1
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use.
- Whoops, we released it as a .NET Core library. We've fixed the issue, and Beagle should now be compatible with all .NET Standard 2.X platforms.
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/obj/Debug/Ultz.BeagleFramework.1.1.0.nuspec b/Ultz.BeagleFramework/obj/Debug/Ultz.BeagleFramework.1.1.0.nuspec
deleted file mode 100644
index 209a970..0000000
--- a/Ultz.BeagleFramework/obj/Debug/Ultz.BeagleFramework.1.1.0.nuspec
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
- Ultz.BeagleFramework
- 1.1.0
- Ultz
- Ultz
- false
- https://hub.ultz.co.uk/code/projects/BF/repos/beagle/browse/LICENSE.MD
- https://hub.ultz.co.uk/code/projects/BF/
- https://ultz.co.uk/Beagle.png
- Beagle Framework is a database access technology for C#, extracted from Ultz Online for public use.
- For the complete release announcement, see this blog post: https://confluence.ultz.co.uk/products/beagle/blog/2018/05/announcing-beagle-framework-1-1
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.AssemblyInfo.cs b/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.AssemblyInfo.cs
deleted file mode 100644
index 699cfa6..0000000
--- a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Ultz Limited")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("Beagle Framework is a database access technology for C#, extracted from Ultz Onli" +
- "ne for public use.")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Beagle Framework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Ultz.BeagleFramework")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.AssemblyInfoInputs.cache b/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.AssemblyInfoInputs.cache
deleted file mode 100644
index d68edeb..0000000
--- a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-931f684c6cd75a4e98b57f3f364437231317e998
diff --git a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.csproj.CoreCompileInputs.cache b/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 2832c74..0000000
--- a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-08d8260dedab4c5d0444691fa08d0be280c1cdb8
diff --git a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.csproj.FileListAbsolute.txt b/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.csproj.FileListAbsolute.txt
deleted file mode 100644
index 7699a5e..0000000
--- a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.deps.json
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\bin\Debug\netcoreapp2.0\Ultz.BeagleFramework.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.csproj.CoreCompileInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.AssemblyInfoInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.AssemblyInfo.cs
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\Debug\netcoreapp2.0\Ultz.BeagleFramework.csprojResolveAssemblyReference.cache
diff --git a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.csprojResolveAssemblyReference.cache b/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.csprojResolveAssemblyReference.cache
deleted file mode 100644
index 62243d2..0000000
Binary files a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll b/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll
deleted file mode 100644
index d7c02dc..0000000
Binary files a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb b/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb
deleted file mode 100644
index 55ba768..0000000
Binary files a/Ultz.BeagleFramework/obj/Debug/netcoreapp2.0/Ultz.BeagleFramework.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.AssemblyInfo.cs b/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.AssemblyInfo.cs
deleted file mode 100644
index 51a6fcb..0000000
--- a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Ultz Limited")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("Beagle Framework is a database access technology for C#, extracted from Ultz Onli" +
- "ne for public use.")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Beagle Framework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Ultz.BeagleFramework")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.AssemblyInfoInputs.cache b/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.AssemblyInfoInputs.cache
deleted file mode 100644
index fd88779..0000000
--- a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-6f4ba29c41a9ab745b963c0571f7929261767884
diff --git a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.csproj.CoreCompileInputs.cache b/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 6ea7fdc..0000000
--- a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-9aa50639c5675e303d386a49056af238331023b0
diff --git a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.csproj.FileListAbsolute.txt b/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.csproj.FileListAbsolute.txt
deleted file mode 100644
index 2cf5957..0000000
--- a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\bin\Debug\netstandard2.0\Ultz.BeagleFramework.deps.json
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\bin\Debug\netstandard2.0\Ultz.BeagleFramework.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\bin\Debug\netstandard2.0\Ultz.BeagleFramework.pdb
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\Debug\netstandard2.0\Ultz.BeagleFramework.csprojResolveAssemblyReference.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\Debug\netstandard2.0\Ultz.BeagleFramework.csproj.CoreCompileInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\Debug\netstandard2.0\Ultz.BeagleFramework.AssemblyInfoInputs.cache
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\Debug\netstandard2.0\Ultz.BeagleFramework.AssemblyInfo.cs
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\Debug\netstandard2.0\Ultz.BeagleFramework.dll
-C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\Debug\netstandard2.0\Ultz.BeagleFramework.pdb
diff --git a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.csprojResolveAssemblyReference.cache b/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.csprojResolveAssemblyReference.cache
deleted file mode 100644
index fb94824..0000000
Binary files a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.dll b/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.dll
deleted file mode 100644
index fa6dcb2..0000000
Binary files a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.dll and /dev/null differ
diff --git a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.pdb b/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.pdb
deleted file mode 100644
index 10e161a..0000000
Binary files a/Ultz.BeagleFramework/obj/Debug/netstandard2.0/Ultz.BeagleFramework.pdb and /dev/null differ
diff --git a/Ultz.BeagleFramework/obj/Ultz.BeagleFramework.csproj.nuget.cache b/Ultz.BeagleFramework/obj/Ultz.BeagleFramework.csproj.nuget.cache
deleted file mode 100644
index 00b6a03..0000000
--- a/Ultz.BeagleFramework/obj/Ultz.BeagleFramework.csproj.nuget.cache
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "version": 1,
- "dgSpecHash": "bz6hicOrlZlkBqONrJIr8g/mlu0faZBTojHK75u+KYldUvjUQJ+e0mW3/YHIXntH/iXGYVj5m54uwVfezeSNYA==",
- "success": true
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/obj/Ultz.BeagleFramework.csproj.nuget.g.props b/Ultz.BeagleFramework/obj/Ultz.BeagleFramework.csproj.nuget.g.props
deleted file mode 100644
index bb61a53..0000000
--- a/Ultz.BeagleFramework/obj/Ultz.BeagleFramework.csproj.nuget.g.props
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- True
- NuGet
- C:\Users\Dylan Perks\Documents\_Important Documents\Ultz.BeagleFramework\Ultz.BeagleFramework\obj\project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\Dylan Perks\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback;C:\Program Files\dotnet\sdk\NuGetFallbackFolder
- PackageReference
- 4.5.0
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/obj/Ultz.BeagleFramework.csproj.nuget.g.targets b/Ultz.BeagleFramework/obj/Ultz.BeagleFramework.csproj.nuget.g.targets
deleted file mode 100644
index 8a550eb..0000000
--- a/Ultz.BeagleFramework/obj/Ultz.BeagleFramework.csproj.nuget.g.targets
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
-
-
-
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/obj/project.assets.json b/Ultz.BeagleFramework/obj/project.assets.json
deleted file mode 100644
index 58e1164..0000000
--- a/Ultz.BeagleFramework/obj/project.assets.json
+++ /dev/null
@@ -1,280 +0,0 @@
-{
- "version": 3,
- "targets": {
- ".NETStandard,Version=v2.0": {
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "NETStandard.Library/2.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/11.0.2": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Microsoft.NETCore.Platforms/1.1.0": {
- "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "type": "package",
- "path": "microsoft.netcore.platforms/1.1.0",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.platforms.1.1.0.nupkg.sha512",
- "microsoft.netcore.platforms.nuspec",
- "runtime.json"
- ]
- },
- "NETStandard.Library/2.0.1": {
- "sha512": "oA6nwv9MhEKYvLpjZ0ggSpb1g4CQViDVQjLUcDWg598jtvJbpfeP2reqwI1GLW2TbxC/Ml7xL6BBR1HmKPXlTg==",
- "type": "package",
- "path": "netstandard.library/2.0.1",
- "files": [
- "LICENSE.TXT",
- "NETStandard.Library.2.0.1.nupkg.sha512",
- "NETStandard.Library.nuspec",
- "THIRD-PARTY-NOTICES.TXT",
- "build/NETStandard.Library.targets",
- "build/netstandard2.0/NETStandard.Library.targets",
- "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
- "build/netstandard2.0/ref/System.AppContext.dll",
- "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
- "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
- "build/netstandard2.0/ref/System.Collections.Specialized.dll",
- "build/netstandard2.0/ref/System.Collections.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
- "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
- "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
- "build/netstandard2.0/ref/System.ComponentModel.dll",
- "build/netstandard2.0/ref/System.Console.dll",
- "build/netstandard2.0/ref/System.Core.dll",
- "build/netstandard2.0/ref/System.Data.Common.dll",
- "build/netstandard2.0/ref/System.Data.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
- "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
- "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
- "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
- "build/netstandard2.0/ref/System.Drawing.dll",
- "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
- "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
- "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
- "build/netstandard2.0/ref/System.Globalization.dll",
- "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
- "build/netstandard2.0/ref/System.IO.Compression.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
- "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
- "build/netstandard2.0/ref/System.IO.Pipes.dll",
- "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
- "build/netstandard2.0/ref/System.IO.dll",
- "build/netstandard2.0/ref/System.Linq.Expressions.dll",
- "build/netstandard2.0/ref/System.Linq.Parallel.dll",
- "build/netstandard2.0/ref/System.Linq.Queryable.dll",
- "build/netstandard2.0/ref/System.Linq.dll",
- "build/netstandard2.0/ref/System.Net.Http.dll",
- "build/netstandard2.0/ref/System.Net.NameResolution.dll",
- "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
- "build/netstandard2.0/ref/System.Net.Ping.dll",
- "build/netstandard2.0/ref/System.Net.Primitives.dll",
- "build/netstandard2.0/ref/System.Net.Requests.dll",
- "build/netstandard2.0/ref/System.Net.Security.dll",
- "build/netstandard2.0/ref/System.Net.Sockets.dll",
- "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.dll",
- "build/netstandard2.0/ref/System.Net.dll",
- "build/netstandard2.0/ref/System.Numerics.dll",
- "build/netstandard2.0/ref/System.ObjectModel.dll",
- "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
- "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
- "build/netstandard2.0/ref/System.Reflection.dll",
- "build/netstandard2.0/ref/System.Resources.Reader.dll",
- "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
- "build/netstandard2.0/ref/System.Resources.Writer.dll",
- "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
- "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
- "build/netstandard2.0/ref/System.Runtime.Handles.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
- "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
- "build/netstandard2.0/ref/System.Runtime.dll",
- "build/netstandard2.0/ref/System.Security.Claims.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
- "build/netstandard2.0/ref/System.Security.Principal.dll",
- "build/netstandard2.0/ref/System.Security.SecureString.dll",
- "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.dll",
- "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
- "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.dll",
- "build/netstandard2.0/ref/System.Threading.Thread.dll",
- "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
- "build/netstandard2.0/ref/System.Threading.Timer.dll",
- "build/netstandard2.0/ref/System.Threading.dll",
- "build/netstandard2.0/ref/System.Transactions.dll",
- "build/netstandard2.0/ref/System.ValueTuple.dll",
- "build/netstandard2.0/ref/System.Web.dll",
- "build/netstandard2.0/ref/System.Windows.dll",
- "build/netstandard2.0/ref/System.Xml.Linq.dll",
- "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
- "build/netstandard2.0/ref/System.Xml.Serialization.dll",
- "build/netstandard2.0/ref/System.Xml.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.dll",
- "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
- "build/netstandard2.0/ref/System.Xml.dll",
- "build/netstandard2.0/ref/System.dll",
- "build/netstandard2.0/ref/mscorlib.dll",
- "build/netstandard2.0/ref/netstandard.dll",
- "build/netstandard2.0/ref/netstandard.xml",
- "lib/netstandard1.0/_._"
- ]
- },
- "Newtonsoft.Json/11.0.2": {
- "sha512": "IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
- "type": "package",
- "path": "newtonsoft.json/11.0.2",
- "files": [
- "LICENSE.md",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/netstandard1.3/Newtonsoft.Json.dll",
- "lib/netstandard1.3/Newtonsoft.Json.xml",
- "lib/netstandard2.0/Newtonsoft.Json.dll",
- "lib/netstandard2.0/Newtonsoft.Json.xml",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "newtonsoft.json.11.0.2.nupkg.sha512",
- "newtonsoft.json.nuspec"
- ]
- }
- },
- "projectFileDependencyGroups": {
- ".NETStandard,Version=v2.0": [
- "NETStandard.Library >= 2.0.1",
- "Newtonsoft.Json >= 11.0.2"
- ]
- },
- "packageFolders": {
- "C:\\Users\\Dylan Perks\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback": {},
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
- },
- "project": {
- "version": "1.1.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj",
- "projectName": "Ultz.BeagleFramework",
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj",
- "packagesPath": "C:\\Users\\Dylan Perks\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ],
- "configFilePaths": [
- "C:\\Users\\Dylan Perks\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netstandard2.0": {
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "dependencies": {
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.1, )",
- "autoReferenced": true
- },
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[11.0.2, )"
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Ultz.BeagleFramework/obj/project.packagespec.json b/Ultz.BeagleFramework/obj/project.packagespec.json
deleted file mode 100644
index c158828..0000000
--- a/Ultz.BeagleFramework/obj/project.packagespec.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "version": "1.1.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj",
- "projectName": "Ultz.BeagleFramework",
- "projectPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\Ultz.BeagleFramework.csproj",
- "outputPath": "C:\\Users\\Dylan Perks\\Documents\\_Important Documents\\Ultz.BeagleFramework\\Ultz.BeagleFramework\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback",
- "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "frameworks": {
- "netstandard2.0": {
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "dependencies": {
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.1, )",
- "autoReferenced": true
- },
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[11.0.2, )"
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- }
-}
\ No newline at end of file
diff --git a/src/DemoOne/DemoOne.csproj b/src/DemoOne/DemoOne.csproj
new file mode 100644
index 0000000..c6ce688
--- /dev/null
+++ b/src/DemoOne/DemoOne.csproj
@@ -0,0 +1,18 @@
+
+
+
+ Exe
+ netcoreapp2.0
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/DemoOne/Program.cs b/src/DemoOne/Program.cs
new file mode 100644
index 0000000..91d739a
--- /dev/null
+++ b/src/DemoOne/Program.cs
@@ -0,0 +1,40 @@
+#region
+
+using System;
+using System.Data.SqlClient;
+using System.Linq;
+using Ultz.BeagleFramework.Core;
+using Ultz.BeagleFramework.SqlServer;
+
+#endregion
+
+namespace DemoOne
+{
+ internal class Program
+ {
+ private static void Main(string[] args)
+ {
+ using (var conn = new SqlConnection
+ (
+ $"Server={Input("Server: ")};Database={Input("Database: ")};User Id={Input("User ID: ")};Password={Input("Password: ")};"
+ ))
+ {
+ conn.Open();
+ using (var beagle = new BeagleContext(new SqlStorageEngine(conn)))
+ {
+ using (var table = beagle.GetTable(Input("Table: ")))
+ {
+ table.Add(new Column("blargh", DataType.Boolean));
+ Console.WriteLine(string.Join(", ", table.Columns.Select(x => x.Name)));
+ }
+ }
+ }
+ }
+
+ private static string Input(string msg)
+ {
+ Console.Write(msg);
+ return Console.ReadLine();
+ }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/BeagleContext.cs b/src/Ultz.BeagleFramework.Core/BeagleContext.cs
new file mode 100644
index 0000000..3fc96ef
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/BeagleContext.cs
@@ -0,0 +1,154 @@
+#region
+
+using System;
+using System.Linq;
+using JetBrains.Annotations;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Core
+{
+ public class BeagleContext : IDisposable
+ {
+ public BeagleContext(IStorageEngine engine)
+ {
+ Engine = engine;
+ }
+
+ public IStorageEngine Engine { get; }
+
+ [NotNull]
+ public Table GetSchema(SchemaTable table)
+ {
+ var qb = new QueryBuilder().Select().Wildcard().From();
+ switch (table)
+ {
+ case SchemaTable.CheckConstraints:
+ qb.InformationSchema("CHECK_CONSTRAINTS");
+ break;
+ case SchemaTable.ColumnDomainUsage:
+ qb.InformationSchema("COLUMN_DOMAIN_USAGE");
+ break;
+ case SchemaTable.ColumnPrivileges:
+ qb.InformationSchema("COLUMN_PRIVILEGES");
+ break;
+ case SchemaTable.Columns:
+ qb.InformationSchema("COLUMNS");
+ break;
+ case SchemaTable.ConstraintColumnUsage:
+ qb.InformationSchema("CONSTRAINT_COLUMN_USAGE");
+ break;
+ case SchemaTable.ConstraintTableUsage:
+ qb.InformationSchema("CONSTRAINT_TABLE_USAGE");
+ break;
+ case SchemaTable.DomainConstraints:
+ qb.InformationSchema("DOMAIN_CONSTRAINTS");
+ break;
+ case SchemaTable.Domains:
+ qb.InformationSchema("DOMAINS");
+ break;
+ case SchemaTable.KeyColumnUsage:
+ qb.InformationSchema("KEY_COLUMN_USAGE");
+ break;
+ case SchemaTable.Parameters:
+ qb.InformationSchema("PARAMETERS");
+ break;
+ case SchemaTable.ReferentialConstraints:
+ qb.InformationSchema("REFERENTIAL_CONSTRAINTS");
+ break;
+ case SchemaTable.RoutineColumns:
+ qb.InformationSchema("ROUTINE_COLUMNS");
+ break;
+ case SchemaTable.Routines:
+ qb.InformationSchema("ROUTINES");
+ break;
+ case SchemaTable.Schemata:
+ qb.InformationSchema("SCHEMATA");
+ break;
+ case SchemaTable.TableConstraints:
+ qb.InformationSchema("TABLE_CONSTRAINTS");
+ break;
+ case SchemaTable.TablePrivileges:
+ qb.InformationSchema("TABLE_PRIVILEGES");
+ break;
+ case SchemaTable.Tables:
+ qb.InformationSchema("TABLES");
+ break;
+ case SchemaTable.Views:
+ qb.InformationSchema("VIEWS");
+ break;
+ case SchemaTable.ViewColumnUsage:
+ qb.InformationSchema("VIEW_COLUMN_USAGE");
+ break;
+ case SchemaTable.ViewTableUsage:
+ qb.InformationSchema("VIEW_TABLE_USAGE");
+ break;
+ default:
+ throw new ArgumentOutOfRangeException(nameof(table), table, null);
+ }
+
+ return Engine.Execute(qb.Build()).AsTable();
+ }
+
+ [CanBeNull]
+ public Table GetTable(string name)
+ {
+ if (Engine.Execute
+ (
+ new QueryBuilder()
+ .Select()
+ .Column("TABLE_NAME")
+ .From()
+ .InformationSchema("TABLES")
+ .Where()
+ .Column("TABLE_NAME")
+ .Equal()
+ .Value(name)
+ .Build()
+ )
+ .AsTable().Count == 0)
+ {
+ return null;
+ }
+ return Engine.Execute
+ (
+ new QueryBuilder()
+ .Select()
+ .Wildcard()
+ .From()
+ .TableName(name)
+ .Build()
+ )
+ .AsTable(false);
+ }
+
+ [NotNull]
+ public Table CreateTable(string name, Column c1, params Column[] columns)
+ {
+ Engine.Execute
+ (
+ new QueryBuilder()
+ .Create()
+ .Table()
+ .TableName(name)
+ .PseudoColumns
+ (
+ new[] {c1}.Concat(columns).Select(x => (x.Name, x.Type, x.Constraints.ToArray())).ToArray()
+ )
+ .Build()
+ )
+ .AsNonQuery();
+ return GetTable(name);
+ }
+
+ public void DeleteTable(string name)
+ {
+ Engine.Execute(new QueryBuilder().Drop().Table().TableName(name).Build()).AsNonQuery();
+ }
+
+ public void Dispose()
+ {
+ Engine?.Dispose();
+ }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/Clause.cs b/src/Ultz.BeagleFramework.Core/Clause.cs
new file mode 100644
index 0000000..ff92970
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/Clause.cs
@@ -0,0 +1,166 @@
+#region
+
+using System.Collections.Generic;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Core
+{
+ public abstract class Clause
+ {
+ public class Select : Clause
+ {
+ }
+
+ public class Create : Clause
+ {
+ }
+
+ public class Table : Clause
+ {
+ }
+
+ public class Drop : Clause
+ {
+ }
+
+ public class Wildcard : Clause
+ {
+ }
+
+ public class ColumnName : Clause
+ {
+ public string Column { get; set; }
+ }
+
+ public class ColumnNames : Clause
+ {
+ public List Columns { get; set; }
+ public bool Group { get; set; }
+ }
+
+ public class Set : Clause
+ {
+ public new List<(string, object)> Values { get; set; }
+ }
+
+ public class From : Clause
+ {
+ }
+
+ public class TableName : Clause
+ {
+ public new string Table { get; set; }
+ }
+
+ public class Where : Clause
+ {
+ }
+
+ public class And : Clause
+ {
+ }
+
+ public class Not : Clause
+ {
+ }
+
+ public class Or : Clause
+ {
+ }
+
+ public class Equal : Clause
+ {
+ }
+
+ public class NotEqual : Clause
+ {
+ }
+
+ public class Update : Clause
+ {
+ }
+
+ public class GreaterThan : Clause
+ {
+ public bool OrEqualTo { get; set; }
+ }
+
+ public class LessThan : Clause
+ {
+ public bool OrEqualTo { get; set; }
+ }
+
+ public class Between : Clause
+ {
+ }
+
+ public class Like : Clause
+ {
+ }
+
+ public class In : Clause
+ {
+ }
+
+ public class Insert : Clause
+ {
+ }
+
+ public class Into : Clause
+ {
+ }
+
+ public class Delete : Clause
+ {
+ }
+
+ public class RowNumber : Clause
+ {
+ }
+
+ public class Value : Clause
+ {
+ public object Item { get; set; }
+ }
+
+ public class Values : Clause
+ {
+ public object[] Items { get; set; }
+ }
+
+ public class ValuesGroup : Clause
+ {
+ public Values[] Items { get; set; }
+ }
+
+ public class PseudoColumn : Clause
+ {
+ public string Name { get; set; }
+ public DataType Type { get; set; }
+ public Constraint[] Constraints { get; set; }
+ }
+
+ public class PseudoColumnGroup : Clause
+ {
+ public PseudoColumn[] Columns { get; set; }
+ }
+
+ public class Alter : Clause
+ {
+ }
+
+ public class Add : Clause
+ {
+ }
+
+ public class Column : Clause
+ {
+ }
+
+ public class InformationSchema : Clause
+ {
+ public string Collection { get; set; }
+ }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/Column.cs b/src/Ultz.BeagleFramework.Core/Column.cs
new file mode 100644
index 0000000..e43dc53
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/Column.cs
@@ -0,0 +1,27 @@
+#region
+
+using System.Collections.Generic;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Core
+{
+ public class Column
+ {
+ public Column(string name, DataType type, bool primaryKey = false)
+ {
+ Name = name;
+ Type = type;
+ Constraints = new List(primaryKey ? new []{new Constraint.PrimaryKey()} : new Constraint[0]);
+ }
+ public Column(string name, DataType type, List constraints)
+ {
+ Name = name;
+ Type = type;
+ Constraints = constraints;
+ }
+ public string Name { get; set; }
+ public DataType Type { get; set; }
+ public List Constraints { get; set; }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/Constraint.cs b/src/Ultz.BeagleFramework.Core/Constraint.cs
new file mode 100644
index 0000000..8522be3
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/Constraint.cs
@@ -0,0 +1,37 @@
+#region
+
+#endregion
+
+namespace Ultz.BeagleFramework.Core
+{
+ public abstract class Constraint
+ {
+ public class PrimaryKey : Constraint
+ {
+ }
+
+ public class ForeignKey : Constraint
+ {
+ public string ForeignColumn { get; set; }
+ public string ForeignTable { get; set; }
+ }
+
+ public class NotNull : Constraint
+ {
+ }
+
+ public class Unique : Constraint
+ {
+ }
+
+ public class Check : Constraint
+ {
+ public Query Condition { get; set; }
+ }
+
+ public class Default : Constraint
+ {
+ public object Value { get; set; }
+ }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/DataType.cs b/src/Ultz.BeagleFramework.Core/DataType.cs
new file mode 100644
index 0000000..a3cfbd8
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/DataType.cs
@@ -0,0 +1,50 @@
+#region
+
+using System.Data;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Core
+{
+ public class DataType
+ {
+ public static DataType AnsiString => new DataType {Type = DbType.AnsiString};
+ public static DataType Binary => new DataType {Type = DbType.Binary};
+ public static DataType Byte => new DataType {Type = DbType.Byte};
+ public static DataType Boolean => new DataType {Type = DbType.Boolean};
+ public static DataType Currency => new DataType {Type = DbType.Currency};
+ public static DataType Date => new DataType {Type = DbType.Date};
+ public static DataType DateTime => new DataType {Type = DbType.DateTime};
+ public static DataType Decimal => new DataType {Type = DbType.Decimal};
+ public static DataType Double => new DataType {Type = DbType.Double};
+ public static DataType Guid => new DataType {Type = DbType.Guid};
+ public static DataType Int16 => new DataType {Type = DbType.Int16};
+ public static DataType Int32 => new DataType {Type = DbType.Int32};
+ public static DataType Int64 => new DataType {Type = DbType.Int64};
+ public static DataType Object => new DataType {Type = DbType.Object};
+ public static DataType SByte => new DataType {Type = DbType.SByte};
+ public static DataType Single => new DataType {Type = DbType.Single};
+ public static DataType String => new DataType {Type = DbType.String};
+ public static DataType Time => new DataType {Type = DbType.Time};
+ public static DataType UInt16 => new DataType {Type = DbType.UInt16};
+ public static DataType UInt32 => new DataType {Type = DbType.UInt32};
+ public static DataType UInt64 => new DataType {Type = DbType.UInt64};
+ public static DataType VarNumeric => new DataType {Type = DbType.VarNumeric};
+ public static DataType Xml => new DataType {Type = DbType.Xml};
+ public static DataType DateTime2 => new DataType {Type = DbType.DateTime2};
+ public static DataType DateTimeOffset => new DataType {Type = DbType.DateTimeOffset};
+
+ public static DataType AnsiStringFixedLength(int length)
+ {
+ return new DataType {Type = DbType.AnsiStringFixedLength, Length = length};
+ }
+
+ public static DataType StringFixedLength(int length)
+ {
+ return new DataType {Type = DbType.StringFixedLength, Length = length};
+ }
+
+ public DbType Type { get; set; }
+ public int Length { get; set; } = -1;
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/Field.cs b/src/Ultz.BeagleFramework.Core/Field.cs
new file mode 100644
index 0000000..6d47c64
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/Field.cs
@@ -0,0 +1,7 @@
+namespace Ultz.BeagleFramework.Core
+{
+ public class Field
+ {
+ public object Value { get; set; }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/IColumnCollection.cs b/src/Ultz.BeagleFramework.Core/IColumnCollection.cs
new file mode 100644
index 0000000..7f9e639
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/IColumnCollection.cs
@@ -0,0 +1,12 @@
+using System.Collections.Generic;
+
+namespace Ultz.BeagleFramework.Core
+{
+ public interface IColumnCollection : IReadOnlyList
+ {
+ int IndexOf(string col);
+ }
+ public interface IRowCollection : IReadOnlyList
+ {
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/IQuery.cs b/src/Ultz.BeagleFramework.Core/IQuery.cs
new file mode 100644
index 0000000..358f4b0
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/IQuery.cs
@@ -0,0 +1,17 @@
+#region
+
+using System.Collections.Generic;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Core
+{
+ public interface IQuery
+ {
+ Query Query { get; }
+ int AsNonQuery();
+ object AsScalar();
+ Table AsTable(bool readOnly = true);
+ (IReadOnlyList, IReadOnlyList) AsLists();
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/IStorageEngine.cs b/src/Ultz.BeagleFramework.Core/IStorageEngine.cs
new file mode 100644
index 0000000..49a2bdc
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/IStorageEngine.cs
@@ -0,0 +1,13 @@
+#region
+
+using System;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Core
+{
+ public interface IStorageEngine : IDisposable
+ {
+ IQuery Execute(Query query);
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/Query.cs b/src/Ultz.BeagleFramework.Core/Query.cs
new file mode 100644
index 0000000..b282206
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/Query.cs
@@ -0,0 +1,12 @@
+namespace Ultz.BeagleFramework.Core
+{
+ public class Query
+ {
+ public Query(params Clause[] clauses)
+ {
+ Clauses = clauses;
+ }
+
+ public Clause[] Clauses { get; }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/QueryBuilder.cs b/src/Ultz.BeagleFramework.Core/QueryBuilder.cs
new file mode 100644
index 0000000..0d453a4
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/QueryBuilder.cs
@@ -0,0 +1,258 @@
+#region
+
+using System.Collections.Generic;
+using System.Linq;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Core
+{
+ public class QueryBuilder
+ {
+ private List Clauses { get; } = new List();
+
+ public Query Build()
+ {
+ return new Query(Clauses.ToArray());
+ }
+
+ public QueryBuilder Select()
+ {
+ Clauses.Add(new Clause.Select());
+ return this;
+ }
+
+ public QueryBuilder Wildcard()
+ {
+ Clauses.Add(new Clause.Wildcard());
+ return this;
+ }
+
+ public QueryBuilder Column()
+ {
+ Clauses.Add(new Clause.Column());
+ return this;
+ }
+
+ public QueryBuilder InformationSchema(string collection)
+ {
+ Clauses.Add(new Clause.InformationSchema(){Collection = collection});
+ return this;
+ }
+
+ public QueryBuilder Column(string name)
+ {
+ Clauses.Add(new Clause.ColumnName {Column = name});
+ return this;
+ }
+
+ public QueryBuilder Columns(params string[] names)
+ {
+ return Columns(false, names);
+ }
+
+ public QueryBuilder Columns(bool parentheses, params string[] names)
+ {
+ Clauses.Add(new Clause.ColumnNames {Columns = names.ToList(), Group = parentheses});
+ return this;
+ }
+
+ public QueryBuilder From()
+ {
+ Clauses.Add(new Clause.From());
+ return this;
+ }
+
+ public QueryBuilder TableName(string name)
+ {
+ Clauses.Add(new Clause.TableName {Table = name});
+ return this;
+ }
+
+ public QueryBuilder Where()
+ {
+ Clauses.Add(new Clause.Where());
+ return this;
+ }
+
+ public QueryBuilder And()
+ {
+ Clauses.Add(new Clause.And());
+ return this;
+ }
+
+ public QueryBuilder Not()
+ {
+ Clauses.Add(new Clause.Not());
+ return this;
+ }
+
+ public QueryBuilder Or()
+ {
+ Clauses.Add(new Clause.Or());
+ return this;
+ }
+
+ public QueryBuilder Equal()
+ {
+ Clauses.Add(new Clause.Equal());
+ return this;
+ }
+
+ public QueryBuilder NotEqual()
+ {
+ Clauses.Add(new Clause.NotEqual());
+ return this;
+ }
+
+ public QueryBuilder GreaterThan()
+ {
+ Clauses.Add(new Clause.GreaterThan());
+ return this;
+ }
+
+ public QueryBuilder LessThan()
+ {
+ Clauses.Add(new Clause.LessThan());
+ return this;
+ }
+
+ public QueryBuilder GreaterThanOrEqualTo()
+ {
+ Clauses.Add(new Clause.GreaterThan {OrEqualTo = true});
+ return this;
+ }
+
+ public QueryBuilder LessThanOrEqualTo()
+ {
+ Clauses.Add(new Clause.LessThan {OrEqualTo = true});
+ return this;
+ }
+
+ public QueryBuilder Between()
+ {
+ Clauses.Add(new Clause.Between());
+ return this;
+ }
+
+ public QueryBuilder Like()
+ {
+ Clauses.Add(new Clause.Like());
+ return this;
+ }
+
+ public QueryBuilder In()
+ {
+ Clauses.Add(new Clause.In());
+ return this;
+ }
+
+ public QueryBuilder Insert()
+ {
+ Clauses.Add(new Clause.Insert());
+ return this;
+ }
+
+ public QueryBuilder Into()
+ {
+ Clauses.Add(new Clause.Into());
+ return this;
+ }
+
+ public QueryBuilder Delete()
+ {
+ Clauses.Add(new Clause.Delete());
+ return this;
+ }
+
+ public QueryBuilder RowNumber()
+ {
+ Clauses.Add(new Clause.RowNumber());
+ return this;
+ }
+
+ public QueryBuilder Value(object value)
+ {
+ Clauses.Add(new Clause.Value {Item = value});
+ return this;
+ }
+
+ public QueryBuilder Values(params object[] values)
+ {
+ Clauses.Add(new Clause.Values {Items = values});
+ return this;
+ }
+
+ public QueryBuilder Set(params (string, object)[] values)
+ {
+ Clauses.Add(new Clause.Set {Values = values.ToList()});
+ return this;
+ }
+
+ public QueryBuilder Update()
+ {
+ Clauses.Add(new Clause.Update());
+ return this;
+ }
+
+ public QueryBuilder Create()
+ {
+ Clauses.Add(new Clause.Create());
+ return this;
+ }
+
+ public QueryBuilder Table()
+ {
+ Clauses.Add(new Clause.Table());
+ return this;
+ }
+
+ public QueryBuilder PseudoColumns(params Clause.PseudoColumn[] values)
+ {
+ Clauses.Add(new Clause.PseudoColumnGroup() {Columns = values});
+ return this;
+ }
+
+ public QueryBuilder PseudoColumns(params (string, DataType)[] values)
+ {
+ Clauses.Add
+ (
+ new Clause.PseudoColumnGroup()
+ {Columns = values.Select(x => new Clause.PseudoColumn() {Name = x.Item1, Type = x.Item2}).ToArray()}
+ );
+ return this;
+ }
+
+ public QueryBuilder PseudoColumns(params (string, DataType, Constraint[])[] values)
+ {
+ Clauses.Add
+ (
+ new Clause.PseudoColumnGroup()
+ {
+ Columns = values.Select
+ (x => new Clause.PseudoColumn() {Name = x.Item1, Type = x.Item2, Constraints = x.Item3})
+ .ToArray()
+ }
+ );
+ return this;
+ }
+
+ public QueryBuilder Drop()
+ {
+ Clauses.Add(new Clause.Drop());
+ return this;
+ }
+
+ public QueryBuilder Alter()
+ {
+ Clauses.Add(new Clause.Alter());
+ return this;
+ }
+
+ public QueryBuilder Add()
+ {
+ Clauses.Add(new Clause.Add());
+ return this;
+ }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/Row.cs b/src/Ultz.BeagleFramework.Core/Row.cs
new file mode 100644
index 0000000..5742564
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/Row.cs
@@ -0,0 +1,82 @@
+#region
+
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using System.Linq;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Core
+{
+ public class Row : IEnumerable
+ {
+ private readonly Field[] _fields;
+ private string _primaryKey;
+ private object _primaryKeyValue;
+
+ public Row(IEnumerable fields)
+ {
+ _fields = fields.ToArray();
+ }
+ public Row(params Field[] fields)
+ {
+ _fields = fields;
+ }
+ public Row(params object[] fields)
+ {
+ _fields = fields.Select(x => new Field(){Value = x}).ToArray();
+ }
+
+ public Table Table { get; private set; }
+
+ public bool IsReadOnly => !(Table != null && Table.CanPush && Table.Columns.Any
+ (x => x.Constraints.Any(y => y is Constraint.PrimaryKey)));
+
+ public Field this[int index] => _fields[index];
+
+ public Field this[string index] =>
+ _fields[Table?.Columns.IndexOf(index)
+ ?? throw new NotSupportedException("This row isn't associated with a table.")];
+
+ public IEnumerator GetEnumerator()
+ {
+ return _fields.Cast().GetEnumerator();
+ }
+
+ IEnumerator IEnumerable.GetEnumerator()
+ {
+ return GetEnumerator();
+ }
+
+ public void Associate(Table table)
+ {
+ _primaryKey = table.Columns.FirstOrDefault(x => x.Constraints.Any(y => y is Constraint.PrimaryKey))?.Name;
+ _primaryKeyValue = _fields[table.Columns.Where(x => x.Name == _primaryKey).Select((x, y) => y).Min()].Value;
+ Table = table;
+ }
+
+ public bool SaveChanges()
+ {
+ if (IsReadOnly)
+ throw new NotSupportedException();
+ return Table.Engine.Execute
+ (
+ new QueryBuilder().Update()
+ .TableName(Table.Name)
+ .Set
+ (
+ _fields.Select((x, y) => (Table.Columns[y].Name, x.Value))
+ .Where((x, y) => x.Name != _primaryKey)
+ .ToArray()
+ )
+ .Where()
+ .Column(_primaryKey)
+ .Equal()
+ .Value(_primaryKeyValue)
+ .Build()
+ )
+ .AsNonQuery() > 0;
+ }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/SchemaTable.cs b/src/Ultz.BeagleFramework.Core/SchemaTable.cs
new file mode 100644
index 0000000..24dc887
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/SchemaTable.cs
@@ -0,0 +1,26 @@
+namespace Ultz.BeagleFramework.Core
+{
+ public enum SchemaTable
+ {
+ CheckConstraints,
+ ColumnDomainUsage,
+ ColumnPrivileges,
+ Columns,
+ ConstraintColumnUsage,
+ ConstraintTableUsage,
+ DomainConstraints,
+ Domains,
+ KeyColumnUsage,
+ Parameters,
+ ReferentialConstraints,
+ RoutineColumns,
+ Routines,
+ Schemata,
+ TableConstraints,
+ TablePrivileges,
+ Tables,
+ Views,
+ ViewColumnUsage,
+ ViewTableUsage
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/Table.cs b/src/Ultz.BeagleFramework.Core/Table.cs
new file mode 100644
index 0000000..49dd873
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/Table.cs
@@ -0,0 +1,158 @@
+#region
+
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using System.Linq;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Core
+{
+ public class Table : ICollection, IDisposable
+ {
+ public Table
+ (
+ IStorageEngine engine,
+ string name,
+ IRowCollection rows,
+ IColumnCollection cols,
+ Query sql,
+ bool isReadOnly = true
+ )
+ {
+ Columns = cols;
+ foreach (var row in rows) row.Associate(this);
+
+ Rows = rows;
+ Query = sql;
+ Name = name;
+ Engine = engine;
+ IsReadOnly = isReadOnly;
+ }
+
+ public bool CanPush => !IsReadOnly && CanPull;
+ public Query Query { get; }
+ public IColumnCollection Columns { get; }
+ public IRowCollection Rows { get; }
+ public IStorageEngine Engine { get; }
+ public string Name { get; }
+ public bool CanPull => Query != null && Engine != null;
+
+ public Row this[int index] => Rows[index];
+
+ public IEnumerator GetEnumerator()
+ {
+ return Rows.GetEnumerator();
+ }
+
+ IEnumerator IEnumerable.GetEnumerator()
+ {
+ return GetEnumerator();
+ }
+
+ public void Add(Row item)
+ {
+ if (item == null)
+ throw new ArgumentNullException(nameof(item));
+ item.Associate(this);
+ Engine.Execute
+ (
+ new QueryBuilder().Insert()
+ .Into()
+ .TableName(Name)
+ .Columns(true, item.Where(x => x.Value != null).Select((_, x) => Columns[x].Name).ToArray())
+ .Values(item.Where(x => x.Value != null).Select(x => x.Value).ToArray())
+ .Build()
+ )
+ .AsNonQuery();
+ }
+
+ public void Add(Column item)
+ {
+ Engine.Execute
+ (
+ new QueryBuilder().Alter()
+ .Table()
+ .TableName(Name)
+ .Add()
+ .PseudoColumns
+ (
+ new Clause.PseudoColumn()
+ {Constraints = item.Constraints.ToArray(), Name = item.Name, Type = item.Type}
+ )
+ .Build()
+ )
+ .AsNonQuery();
+ }
+
+ public void Clear()
+ {
+ Engine.Execute(new QueryBuilder().Delete().From().TableName(Name).Build()).AsNonQuery();
+ }
+
+ public bool Contains(Column item)
+ {
+ if (item == null)
+ throw new ArgumentNullException(nameof(item));
+ return Columns.Contains(item);
+ }
+
+ public bool Contains(Row item)
+ {
+ if (item == null)
+ throw new ArgumentNullException(nameof(item));
+ return Rows.Any(x => x.Select(y => y.Value).SequenceEqual(item.Select(y => y.Value)));
+ }
+
+ public void CopyTo(Row[] array, int arrayIndex)
+ {
+ for (var i = arrayIndex; i < array.Length; i++) array[i] = Rows[i - arrayIndex];
+ }
+
+ public bool Remove(Row item)
+ {
+ if (item == null)
+ throw new ArgumentNullException(nameof(item));
+ return Engine.Execute
+ (
+ new Query
+ (
+ new QueryBuilder().Delete()
+ .From()
+ .TableName(Name)
+ .Where()
+ .Build()
+ .Clauses.Concat
+ (
+ item.SelectMany
+ (
+ (x, y) => new Clause[]
+ {
+ new Clause.ColumnName {Column = Columns[y].Name}, new Clause.Equal(),
+ new Clause.Value {Item = x.Value}
+ }
+ )
+ )
+ .ToArray()
+ )
+ )
+ .AsNonQuery() > 0;
+ }
+
+ public bool Remove(Column item)
+ {
+ if (item == null)
+ throw new ArgumentNullException(nameof(item));
+ return Engine.Execute
+ (new QueryBuilder().Alter().Table().TableName(item.Name).Drop().Column().Column(item.Name).Build()).AsNonQuery() >= 1;
+ }
+
+ public int Count => Rows.Count;
+ public bool IsReadOnly { get; }
+
+ public void Dispose()
+ {
+ }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Core/Ultz.BeagleFramework.Core.csproj b/src/Ultz.BeagleFramework.Core/Ultz.BeagleFramework.Core.csproj
new file mode 100644
index 0000000..5095dd6
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Core/Ultz.BeagleFramework.Core.csproj
@@ -0,0 +1,12 @@
+
+
+
+ netstandard2.0
+ latest
+
+
+
+
+
+
+
diff --git a/src/Ultz.BeagleFramework.Sql/SqlEngineBase.cs b/src/Ultz.BeagleFramework.Sql/SqlEngineBase.cs
new file mode 100644
index 0000000..1124429
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Sql/SqlEngineBase.cs
@@ -0,0 +1,31 @@
+#region
+
+using System.Data.Common;
+using Ultz.BeagleFramework.Core;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Sql
+{
+ public abstract class SqlEngineBase : IStorageEngine
+ {
+ protected SqlEngineBase(string connectionString)
+ {
+ }
+ protected SqlEngineBase(DbConnection connection)
+ {
+ Connection = connection;
+ }
+ public DbConnection Connection { get; protected set; }
+ public IQuery Execute(Query query)
+ {
+ return new SqlQuery(this, query);
+ }
+ public abstract DbCommand Translate(Query query);
+
+ public void Dispose()
+ {
+ Connection?.Dispose();
+ }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Sql/SqlQuery.cs b/src/Ultz.BeagleFramework.Sql/SqlQuery.cs
new file mode 100644
index 0000000..1513a23
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Sql/SqlQuery.cs
@@ -0,0 +1,43 @@
+#region
+
+using System.Collections.Generic;
+using Ultz.BeagleFramework.Core;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Sql
+{
+ public class SqlQuery : IQuery
+ {
+ public SqlQuery(SqlEngineBase engine, Query query)
+ {
+ Engine = engine;
+ Query = query;
+ }
+
+ internal SqlEngineBase Engine { get; }
+ public Query Query { get; }
+
+ public int AsNonQuery()
+ {
+ return Engine.Translate(Query).ExecuteNonQuery();
+ }
+
+ public object AsScalar()
+ {
+ return Engine.Translate(Query).ExecuteScalar();
+ }
+
+ public Table AsTable(bool readOnly = true)
+ {
+ var tbl = new SqlTable(Engine.Translate(Query));
+ return new Table(Engine, tbl.Name, tbl, tbl, Query, readOnly);
+ }
+
+ public (IReadOnlyList, IReadOnlyList) AsLists()
+ {
+ var tbl = new SqlTable(Engine.Translate(Query));
+ return (tbl, tbl);
+ }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Sql/SqlTable.cs b/src/Ultz.BeagleFramework.Sql/SqlTable.cs
new file mode 100644
index 0000000..f27e1ad
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Sql/SqlTable.cs
@@ -0,0 +1,81 @@
+#region
+
+using System.Collections;
+using System.Collections.Generic;
+using System.Data;
+using System.Data.Common;
+using System.Linq;
+using Ultz.BeagleFramework.Core;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Sql
+{
+ public class SqlTable : IRowCollection, IColumnCollection
+ {
+ private readonly DbCommand _cmd;
+ private IEnumerable _columns;
+ private IEnumerable _rows;
+
+ public SqlTable(DbCommand cmd)
+ {
+ _cmd = cmd;
+ Read();
+ }
+
+ public string Name { get; private set; }
+
+ IEnumerator IEnumerable.GetEnumerator()
+ {
+ Read();
+ return _columns.GetEnumerator();
+ }
+
+ int IReadOnlyCollection.Count => (_columns ?? Read().Item2).Count();
+
+ Column IReadOnlyList.this[int index] => (_columns ?? Read().Item2).ElementAtOrDefault(index);
+
+ public int IndexOf(string col)
+ {
+ return (_columns ?? Read().Item2).TakeWhile(x => x.Name != col).Count();
+ }
+
+ public IEnumerator GetEnumerator()
+ {
+ Read();
+ return _rows.GetEnumerator();
+ }
+
+ IEnumerator IEnumerable.GetEnumerator()
+ {
+ Read();
+ return _rows.GetEnumerator();
+ }
+
+ int IReadOnlyCollection.Count => (_rows ?? Read().Item1).Count();
+
+ Row IReadOnlyList.this[int index] => (_rows ?? Read().Item1).ElementAtOrDefault(index);
+
+ public (IEnumerable, IEnumerable) Read()
+ {
+ using (var reader = _cmd.ExecuteReader(CommandBehavior.KeyInfo))
+ {
+ _columns = reader.GetColumnSchema()
+ .Select
+ (
+ (x, y) =>
+ {
+ Name = x.BaseTableName;
+ return new Column(x.ColumnName, SqlUtils.ConvertToDataType(x), SqlUtils.GetConstraints(x).ToList());
+ }
+ )
+ .ToList();
+ _rows = reader.Enumerate()
+ .Select(x => new Row(_columns.Select((y, z) => new Field {Value = x[z]})))
+ .ToList();
+ }
+
+ return (_rows, _columns);
+ }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Sql/SqlUtils.cs b/src/Ultz.BeagleFramework.Sql/SqlUtils.cs
new file mode 100644
index 0000000..496168a
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Sql/SqlUtils.cs
@@ -0,0 +1,79 @@
+#region
+
+using System;
+using System.Collections.Generic;
+using System.Data;
+using System.Data.Common;
+using Ultz.BeagleFramework.Core;
+using Constraint = Ultz.BeagleFramework.Core.Constraint;
+
+#endregion
+
+namespace Ultz.BeagleFramework.Sql
+{
+ public static class SqlUtils
+ {
+ private static readonly Dictionary _typeMap = new Dictionary
+ {
+ {typeof(byte), DbType.Byte},
+ {typeof(sbyte), DbType.SByte},
+ {typeof(short), DbType.Int16},
+ {typeof(ushort), DbType.UInt16},
+ {typeof(int), DbType.Int32},
+ {typeof(uint), DbType.UInt32},
+ {typeof(long), DbType.Int64},
+ {typeof(ulong), DbType.UInt64},
+ {typeof(float), DbType.Single},
+ {typeof(double), DbType.Double},
+ {typeof(decimal), DbType.Decimal},
+ {typeof(bool), DbType.Boolean},
+ {typeof(string), DbType.String},
+ {typeof(char), DbType.StringFixedLength},
+ {typeof(Guid), DbType.Guid},
+ {typeof(DateTime), DbType.DateTime},
+ {typeof(DateTimeOffset), DbType.DateTimeOffset},
+ {typeof(byte[]), DbType.Binary},
+ {typeof(byte?), DbType.Byte},
+ {typeof(sbyte?), DbType.SByte},
+ {typeof(short?), DbType.Int16},
+ {typeof(ushort?), DbType.UInt16},
+ {typeof(int?), DbType.Int32},
+ {typeof(uint?), DbType.UInt32},
+ {typeof(long?), DbType.Int64},
+ {typeof(ulong?), DbType.UInt64},
+ {typeof(float?), DbType.Single},
+ {typeof(double?), DbType.Double},
+ {typeof(decimal?), DbType.Decimal},
+ {typeof(bool?), DbType.Boolean},
+ {typeof(char?), DbType.StringFixedLength},
+ {typeof(Guid?), DbType.Guid},
+ {typeof(DateTime?), DbType.DateTime},
+ {typeof(DateTimeOffset?), DbType.DateTimeOffset},
+ {typeof(TimeSpan?), DbType.Time},
+ {typeof(object), DbType.Object}
+ };
+
+ public static DataType ConvertToDataType(DbColumn col)
+ {
+ return new DataType
+ {
+ Type = _typeMap.ContainsKey(col.DataType) ? _typeMap[col.DataType] : DbType.Object,
+ Length = col.ColumnSize ?? -1
+ };
+ }
+
+ public static IEnumerable Enumerate(this IDataReader reader)
+ {
+ while (reader.Read()) yield return reader;
+ }
+
+ public static IEnumerable GetConstraints(DbColumn dbColumn)
+ {
+ if (dbColumn.IsUnique.HasValue && dbColumn.IsUnique.Value) yield return new Constraint.Unique();
+
+ if (dbColumn.AllowDBNull.HasValue && !dbColumn.AllowDBNull.Value) yield return new Constraint.NotNull();
+
+ if (dbColumn.IsKey.HasValue && dbColumn.IsKey.Value) yield return new Constraint.PrimaryKey();
+ }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.Sql/Ultz.BeagleFramework.Sql.csproj b/src/Ultz.BeagleFramework.Sql/Ultz.BeagleFramework.Sql.csproj
new file mode 100644
index 0000000..4aac6de
--- /dev/null
+++ b/src/Ultz.BeagleFramework.Sql/Ultz.BeagleFramework.Sql.csproj
@@ -0,0 +1,12 @@
+
+
+
+ netstandard2.0
+ latest
+
+
+
+
+
+
+
diff --git a/src/Ultz.BeagleFramework.SqlServer/SqlStorageEngine.cs b/src/Ultz.BeagleFramework.SqlServer/SqlStorageEngine.cs
new file mode 100644
index 0000000..5db0713
--- /dev/null
+++ b/src/Ultz.BeagleFramework.SqlServer/SqlStorageEngine.cs
@@ -0,0 +1,319 @@
+using System;
+using System.Collections.Generic;
+using System.Data;
+using System.Data.Common;
+using System.Data.SqlClient;
+using System.Diagnostics;
+using System.Linq;
+using Ultz.BeagleFramework.Core;
+using Ultz.BeagleFramework.Sql;
+using Constraint = Ultz.BeagleFramework.Core.Constraint;
+using DbTypeMapEntry = System.Tuple;
+
+namespace Ultz.BeagleFramework.SqlServer
+{
+ public class SqlStorageEngine : SqlEngineBase
+ {
+ public SqlStorageEngine(string connectionString) : base(connectionString)
+ {
+ Connection = new SqlConnection(connectionString);
+ }
+
+ public SqlStorageEngine(SqlConnection connection) : base(connection)
+ {
+ }
+
+ public override DbCommand Translate(Query query)
+ {
+ var values = new List();
+ var str = ToString(query, values);
+ Debug.WriteLine("sql: " + str);
+ var cmd = new SqlCommand(str, (SqlConnection) Connection);
+ values.ForEach(x => cmd.Parameters.Add(x));
+ return cmd;
+ }
+
+ public string ToString(Query query, List values)
+ {
+ var str = "";
+ foreach (var clause in query.Clauses)
+ {
+ switch (clause)
+ {
+ case Clause.Add _:
+ str += "ADD";
+ break;
+ case Clause.Alter _:
+ str += "ALTER";
+ break;
+ case Clause.Value value:
+ values.Add(new SqlParameter("Parameter" + values.Count, value.Item));
+ str += "@Parameter" + (values.Count - 1);
+ break;
+ case Clause.RowNumber _:
+ str += "ROW_NUMBER()";
+ break;
+ case Clause.TableName tblName:
+ str += "[" + tblName.Table + "]";
+ break;
+ case Clause.ColumnName colName:
+ str += "[" + colName.Column + "]";
+ break;
+ case Clause.In _:
+ str += "IN";
+ break;
+ case Clause.InformationSchema informationSchema:
+ str += "INFORMATION_SCHEMA";
+ if (informationSchema.Collection != null)
+ str += "." + informationSchema.Collection;
+ break;
+ case Clause.Or _:
+ str += "OR";
+ break;
+ case Clause.PseudoColumn pseudoColumn:
+ str += pseudoColumn.Name + " " + GetType(pseudoColumn.Type);
+ break;
+ case Clause.And _:
+ str += "AND";
+ break;
+ case Clause.Not _:
+ str += "NOT";
+ break;
+ case Clause.Set set:
+ if (set.Values == null)
+ {
+ str += "SET";
+ }
+ else if (set.Values.Count != 0)
+ {
+ str += "SET ";
+ var setquery = new List();
+ foreach (var (key, item) in set.Values)
+ {
+ values.Add(new SqlParameter("Parameter" + values.Count, item));
+ setquery.Add(key + " = @Parameter" + (values.Count - 1));
+ }
+
+ str += string.Join(", ", setquery);
+ }
+
+ break;
+ case Clause.From _:
+ str += "FROM";
+ break;
+ case Clause.Into _:
+ str += "INTO";
+ break;
+ case Clause.Like _:
+ str += "LIKE";
+ break;
+ case Clause.Equal _:
+ str += "=";
+ break;
+ case Clause.Where _:
+ str += "WHERE";
+ break;
+ case Clause.Delete _:
+ str += "DELETE";
+ break;
+ case Clause.Insert _:
+ str += "INSERT";
+ break;
+ case Clause.Select _:
+ str += "SELECT";
+ break;
+ case Clause.Update _:
+ str += "UPDATE";
+ break;
+ case Clause.Values vals:
+ str += "VALUES(";
+ var param = new List();
+ foreach (var item in vals.Items)
+ {
+ values.Add(new SqlParameter("Parameter" + values.Count, item));
+ param.Add("@Parameter" + (values.Count - 1));
+ }
+
+ str += string.Join(", ", param);
+ str += ")";
+ break;
+ case Clause.Between _:
+ str += "BETWEEN";
+ break;
+ case Clause.Column _:
+ str += "COLUMN";
+ break;
+ case Clause.Wildcard _:
+ str += "*";
+ break;
+ case Clause.ValuesGroup vals:
+ str += string.Join
+ (
+ ", ", vals.Items.Select
+ (
+ x =>
+ {
+ var str2 = "VALUES(";
+ var param2 = new List();
+ foreach (var item in vals.Items)
+ {
+ values.Add(new SqlParameter("Parameter" + values.Count, item));
+ param2.Add("@Parameter" + (values.Count - 1));
+ }
+
+ str2 += string.Join(", ", param2);
+ str2 += ")";
+ return str2;
+ }
+ )
+ );
+ break;
+ case Clause.LessThan lt:
+ str += "<" + (lt.OrEqualTo ? "=" : "");
+ break;
+ case Clause.GreaterThan gt:
+ str += ">" + (gt.OrEqualTo ? "=" : "");
+ break;
+ case Clause.NotEqual _:
+ str += "!=";
+ break;
+ case Clause.ColumnNames cols:
+ if (cols.Group)
+ str += "(";
+ str += string.Join(", ", cols.Columns);
+ if (cols.Group)
+ str += ")";
+ break;
+ case Clause.PseudoColumnGroup cols:
+ str += string.Join
+ (
+ ", ",
+ GetWithConstraints
+ (
+ cols.Columns.Select
+ (x => "[" + x.Name + "] " + GetType(x.Type)), cols.Columns, values
+ )
+ );
+ break;
+ case Clause.Drop _:
+ str += "DROP";
+ break;
+ case Clause.Table _:
+ str += "TABLE";
+ break;
+ case Clause.Create _:
+ str += "CREATE";
+ break;
+ }
+
+ str += " ";
+ }
+
+ return str;
+ }
+
+ private IEnumerable GetWithConstraints
+ (IEnumerable q, Clause.PseudoColumn[] cols, List values)
+ {
+ var strs = q.ToArray();
+ for (var index = 0; index < cols.Length; index++)
+ {
+ var col = cols[index];
+ foreach (var con in col.Constraints)
+ {
+ switch (con)
+ {
+ case Constraint.Check ch:
+ strs[index] += " CHECK (" + ToString(ch.Condition, values) + ")";
+ break;
+ case Constraint.Default df:
+ strs[index] += " DEFAULT @Parameter" + values.Count;
+ values.Add(new SqlParameter("Parameter" + values.Count, df.Value));
+ break;
+ case Constraint.ForeignKey fk:
+ strs[index] += " FOREIGN KEY REFERENCES " + fk.ForeignTable + "(" + fk.ForeignColumn + ")";
+ break;
+ case Constraint.NotNull _:
+ strs[index] += " NOT NULL";
+ break;
+ case Constraint.PrimaryKey _:
+ strs[index] += " PRIMARY KEY";
+ break;
+ case Constraint.Unique _:
+ strs[index] += " UNIQUE";
+ break;
+ }
+ }
+ }
+
+ return strs;
+ }
+
+ private static string GetType(DataType type)
+ {
+ switch (type.Type)
+ {
+ case DbType.AnsiString:
+ return "varchar("+(type.Length == -1 ? "max" : type.Length.ToString())+")";
+ case DbType.AnsiStringFixedLength:
+ if (type.Length < 1)
+ throw new ArgumentOutOfRangeException(nameof(type.Length),"A length must be specified for a fixed-length string.");
+ return "char("+type.Length+")";
+ case DbType.Binary:
+ return "varbinary("+(type.Length == -1 ? "max" : type.Length.ToString())+")";
+ case DbType.Boolean:
+ return "bit";
+ case DbType.Byte:
+ return "tinyint";
+ case DbType.Currency:
+ return "money";
+ case DbType.Date:
+ return "date";
+ case DbType.DateTime:
+ return "datetime";
+ case DbType.DateTime2:
+ return "datetime2";
+ case DbType.DateTimeOffset:
+ return "datetimeoffset";
+ case DbType.Decimal:
+ return "decimal";
+ case DbType.Double:
+ return "float";
+ case DbType.Guid:
+ return "uniqueidentifier";
+ case DbType.Int16:
+ return "smallint";
+ case DbType.Int32:
+ return "int";
+ case DbType.Int64:
+ return "bigint";
+ case DbType.Object:
+ return "sql_variant";
+ case DbType.SByte:
+ return "smallint";
+ case DbType.Single:
+ return "real";
+ case DbType.String:
+ return "nvarchar("+(type.Length == -1 ? "max" : type.Length.ToString())+")";
+ case DbType.StringFixedLength:
+ if (type.Length < 1)
+ throw new ArgumentOutOfRangeException(nameof(type.Length),"A length must be specified for a fixed-length string.");
+ return "nchar("+type.Length+")";
+ case DbType.Time:
+ return "time";
+ case DbType.UInt16:
+ return "int";
+ case DbType.UInt32:
+ return "bigint";
+ case DbType.UInt64:
+ return "decimal(20,0)";
+ case DbType.VarNumeric:
+ throw new ArgumentException("Couldn't map DbType VarNumeric", nameof(type.Type));
+ case DbType.Xml:
+ return "xml";
+ default:
+ throw new ArgumentOutOfRangeException();
+ }
+ }
+ }
+}
diff --git a/src/Ultz.BeagleFramework.SqlServer/Ultz.BeagleFramework.SqlServer.csproj b/src/Ultz.BeagleFramework.SqlServer/Ultz.BeagleFramework.SqlServer.csproj
new file mode 100644
index 0000000..d4954a9
--- /dev/null
+++ b/src/Ultz.BeagleFramework.SqlServer/Ultz.BeagleFramework.SqlServer.csproj
@@ -0,0 +1,15 @@
+
+
+
+ netstandard2.0
+
+
+
+
+
+
+
+
+
+
+
| | |