diff --git a/.gitignore b/.gitignore index 68dafe9..2c6c27e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,8 @@ .sass-cache/ -/src/isnd/bin/ -/src/isnd/obj/ -/src/isn/obj -/src/isn/bin -/src/isn/.vscode/ -/test/isnd.tests/obj/ -/test/isnd.tests/bin/ -/packages/ +bin/ +obj/ bower_components/ -/test/isn.tests/bin -/test/isn.tests/obj/ -appsettings.Testing.json -appsettings.Development.json -/wwwroot/.sass-cache/ -/src/isnd/wwwroot/.sass-cache/ -/src/isn.abst/bin -/src/isn.abst/obj -/src/isnd/packages/ -/test/data/test-isn/bin/ -/test/data/test-isn/obj +appsettings.*.json .fake /artifacts/ /.vs/ diff --git a/src/isn.abstract/bin/Debug/net10.0/isn.abst.deps.json b/src/isn.abstract/bin/Debug/net10.0/isn.abst.deps.json deleted file mode 100644 index 393a248..0000000 --- a/src/isn.abstract/bin/Debug/net10.0/isn.abst.deps.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v10.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v10.0": { - "isn.abst/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.4" - }, - "runtime": { - "isn.abst.dll": {} - } - }, - "Newtonsoft.Json/13.0.4": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.4.30916" - } - } - } - } - }, - "libraries": { - "isn.abst/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Newtonsoft.Json/13.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", - "path": "newtonsoft.json/13.0.4", - "hashPath": "newtonsoft.json.13.0.4.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/isn.abstract/bin/Debug/net10.0/isn.abst.dll b/src/isn.abstract/bin/Debug/net10.0/isn.abst.dll deleted file mode 100644 index 10e52c6..0000000 Binary files a/src/isn.abstract/bin/Debug/net10.0/isn.abst.dll and /dev/null differ diff --git a/src/isn.abstract/bin/Debug/net10.0/isn.abst.pdb b/src/isn.abstract/bin/Debug/net10.0/isn.abst.pdb deleted file mode 100644 index 6d212a2..0000000 Binary files a/src/isn.abstract/bin/Debug/net10.0/isn.abst.pdb and /dev/null differ diff --git a/src/isn.abstract/bin/Debug/net10.0/isn.abst.xml b/src/isn.abstract/bin/Debug/net10.0/isn.abst.xml deleted file mode 100644 index 60dd76d..0000000 --- a/src/isn.abstract/bin/Debug/net10.0/isn.abst.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - isn.abst - - - - diff --git a/src/isn.abstract/bin/Debug/net10.0/isn.abstract.deps.json b/src/isn.abstract/bin/Debug/net10.0/isn.abstract.deps.json deleted file mode 100644 index 7ed81f6..0000000 --- a/src/isn.abstract/bin/Debug/net10.0/isn.abstract.deps.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v10.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v10.0": { - "isn.abstract/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.4" - }, - "runtime": { - "isn.abstract.dll": {} - } - }, - "Newtonsoft.Json/13.0.4": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.4.30916" - } - } - } - } - }, - "libraries": { - "isn.abstract/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Newtonsoft.Json/13.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", - "path": "newtonsoft.json/13.0.4", - "hashPath": "newtonsoft.json.13.0.4.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/isn.abstract/bin/Debug/net10.0/isn.abstract.dll b/src/isn.abstract/bin/Debug/net10.0/isn.abstract.dll deleted file mode 100644 index 78bfced..0000000 Binary files a/src/isn.abstract/bin/Debug/net10.0/isn.abstract.dll and /dev/null differ diff --git a/src/isn.abstract/bin/Debug/net10.0/isn.abstract.pdb b/src/isn.abstract/bin/Debug/net10.0/isn.abstract.pdb deleted file mode 100644 index 0678492..0000000 Binary files a/src/isn.abstract/bin/Debug/net10.0/isn.abstract.pdb and /dev/null differ diff --git a/src/isn.abstract/bin/Debug/net10.0/isn.abstract.xml b/src/isn.abstract/bin/Debug/net10.0/isn.abstract.xml deleted file mode 100644 index 0fe637b..0000000 --- a/src/isn.abstract/bin/Debug/net10.0/isn.abstract.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - isn.abstract - - - - diff --git a/src/isn.abstract/bin/Release/net7.0/isn.abst.deps.json b/src/isn.abstract/bin/Release/net7.0/isn.abst.deps.json deleted file mode 100644 index 97aaa9f..0000000 --- a/src/isn.abstract/bin/Release/net7.0/isn.abst.deps.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v7.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v7.0": { - "isn.abst/1.0.7": { - "dependencies": { - "Newtonsoft.Json": "11.0.1" - }, - "runtime": { - "isn.abst.dll": {} - } - }, - "Newtonsoft.Json/11.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.0.1.21818" - } - } - } - } - }, - "libraries": { - "isn.abst/1.0.7": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Newtonsoft.Json/11.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==", - "path": "newtonsoft.json/11.0.1", - "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/isn.abstract/bin/Release/net7.0/isn.abst.dll b/src/isn.abstract/bin/Release/net7.0/isn.abst.dll deleted file mode 100644 index f3c2001..0000000 Binary files a/src/isn.abstract/bin/Release/net7.0/isn.abst.dll and /dev/null differ diff --git a/src/isn.abstract/bin/Release/net7.0/isn.abst.pdb b/src/isn.abstract/bin/Release/net7.0/isn.abst.pdb deleted file mode 100644 index 736c0d1..0000000 Binary files a/src/isn.abstract/bin/Release/net7.0/isn.abst.pdb and /dev/null differ diff --git a/src/isn.abstract/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/src/isn.abstract/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs deleted file mode 100644 index 925b135..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abst.AssemblyInfo.cs b/src/isn.abstract/obj/Debug/net10.0/isn.abst.AssemblyInfo.cs deleted file mode 100644 index d1ef41f..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/isn.abst.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// 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("isn.abst")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute(("1.0.0+Branch.main.Sha.654065d7fef34ba4ed2fb3bca5bc91de9ad16e85.654065d7fef34ba4ed" + - "2fb3bca5bc91de9ad16e85"))] -[assembly: System.Reflection.AssemblyProductAttribute("isn.abst")] -[assembly: System.Reflection.AssemblyTitleAttribute("isn.abst")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abst.AssemblyInfoInputs.cache b/src/isn.abstract/obj/Debug/net10.0/isn.abst.AssemblyInfoInputs.cache deleted file mode 100644 index ff90204..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/isn.abst.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -35f3c5a3870232f21ff3e16eef746b214665afc66c47801cfdcb814577b63219 diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abst.GeneratedMSBuildEditorConfig.editorconfig b/src/isn.abstract/obj/Debug/net10.0/isn.abst.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 237b036..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/isn.abst.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,18 +0,0 @@ -is_global = true -build_property.TargetFramework = net10.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v10.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EntryPointFilePath = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = isn.abst -build_property.ProjectDir = /home/paul/Workspace/isn/src/isn.abst/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 10.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abst.assets.cache b/src/isn.abstract/obj/Debug/net10.0/isn.abst.assets.cache deleted file mode 100644 index e7648f7..0000000 Binary files a/src/isn.abstract/obj/Debug/net10.0/isn.abst.assets.cache and /dev/null differ diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abst.csproj.AssemblyReference.cache b/src/isn.abstract/obj/Debug/net10.0/isn.abst.csproj.AssemblyReference.cache deleted file mode 100644 index 60049d9..0000000 Binary files a/src/isn.abstract/obj/Debug/net10.0/isn.abst.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abst.csproj.CoreCompileInputs.cache b/src/isn.abstract/obj/Debug/net10.0/isn.abst.csproj.CoreCompileInputs.cache deleted file mode 100644 index add35d8..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/isn.abst.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -72d22d4eb569c9ef96c061af79f9d23077e3b11e6d62c4a582cd6f79e1f5254b diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abst.csproj.FileListAbsolute.txt b/src/isn.abstract/obj/Debug/net10.0/isn.abst.csproj.FileListAbsolute.txt deleted file mode 100644 index 1ef4954..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/isn.abst.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,14 +0,0 @@ -/home/paul/Workspace/isn/src/isn.abst/bin/Debug/net10.0/isn.abst.deps.json -/home/paul/Workspace/isn/src/isn.abst/bin/Debug/net10.0/isn.abst.dll -/home/paul/Workspace/isn/src/isn.abst/bin/Debug/net10.0/isn.abst.pdb -/home/paul/Workspace/isn/src/isn.abst/bin/Debug/net10.0/isn.abst.xml -/home/paul/Workspace/isn/src/isn.abst/obj/Debug/net10.0/isn.abst.csproj.AssemblyReference.cache -/home/paul/Workspace/isn/src/isn.abst/obj/Debug/net10.0/isn.abst.GeneratedMSBuildEditorConfig.editorconfig -/home/paul/Workspace/isn/src/isn.abst/obj/Debug/net10.0/isn.abst.AssemblyInfoInputs.cache -/home/paul/Workspace/isn/src/isn.abst/obj/Debug/net10.0/isn.abst.AssemblyInfo.cs -/home/paul/Workspace/isn/src/isn.abst/obj/Debug/net10.0/isn.abst.csproj.CoreCompileInputs.cache -/home/paul/Workspace/isn/src/isn.abst/obj/Debug/net10.0/isn.abst.dll -/home/paul/Workspace/isn/src/isn.abst/obj/Debug/net10.0/refint/isn.abst.dll -/home/paul/Workspace/isn/src/isn.abst/obj/Debug/net10.0/isn.abst.xml -/home/paul/Workspace/isn/src/isn.abst/obj/Debug/net10.0/isn.abst.pdb -/home/paul/Workspace/isn/src/isn.abst/obj/Debug/net10.0/ref/isn.abst.dll diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abst.dll b/src/isn.abstract/obj/Debug/net10.0/isn.abst.dll deleted file mode 100644 index 10e52c6..0000000 Binary files a/src/isn.abstract/obj/Debug/net10.0/isn.abst.dll and /dev/null differ diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abst.pdb b/src/isn.abstract/obj/Debug/net10.0/isn.abst.pdb deleted file mode 100644 index 6d212a2..0000000 Binary files a/src/isn.abstract/obj/Debug/net10.0/isn.abst.pdb and /dev/null differ diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abst.xml b/src/isn.abstract/obj/Debug/net10.0/isn.abst.xml deleted file mode 100644 index 60dd76d..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/isn.abst.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - isn.abst - - - - diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.AssemblyInfo.cs b/src/isn.abstract/obj/Debug/net10.0/isn.abstract.AssemblyInfo.cs deleted file mode 100644 index faa9e4f..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// 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("isn.abstract")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute(("1.0.0+Branch.main.Sha.654065d7fef34ba4ed2fb3bca5bc91de9ad16e85.654065d7fef34ba4ed" + - "2fb3bca5bc91de9ad16e85"))] -[assembly: System.Reflection.AssemblyProductAttribute("isn.abstract")] -[assembly: System.Reflection.AssemblyTitleAttribute("isn.abstract")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.AssemblyInfoInputs.cache b/src/isn.abstract/obj/Debug/net10.0/isn.abstract.AssemblyInfoInputs.cache deleted file mode 100644 index 26d1cb3..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -317b4b9a91262b77159f90cb1c6023d8eb9c8bc3d7fd280ec22f4a746a6412f1 diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.GeneratedMSBuildEditorConfig.editorconfig b/src/isn.abstract/obj/Debug/net10.0/isn.abstract.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 45e97e9..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,18 +0,0 @@ -is_global = true -build_property.TargetFramework = net10.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v10.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EntryPointFilePath = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = isn.abstract -build_property.ProjectDir = /home/paul/Workspace/isn/src/isn.abstract/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 10.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.assets.cache b/src/isn.abstract/obj/Debug/net10.0/isn.abstract.assets.cache deleted file mode 100644 index 54e4c1e..0000000 Binary files a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.assets.cache and /dev/null differ diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.csproj.AssemblyReference.cache b/src/isn.abstract/obj/Debug/net10.0/isn.abstract.csproj.AssemblyReference.cache deleted file mode 100644 index 60049d9..0000000 Binary files a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.csproj.CoreCompileInputs.cache b/src/isn.abstract/obj/Debug/net10.0/isn.abstract.csproj.CoreCompileInputs.cache deleted file mode 100644 index d11ede6..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -dd81d7c2f3859a87431415834fcb4a9ca2c94e7e7f6f514ee9a658a500932bdf diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.csproj.FileListAbsolute.txt b/src/isn.abstract/obj/Debug/net10.0/isn.abstract.csproj.FileListAbsolute.txt deleted file mode 100644 index ebe5ee6..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,14 +0,0 @@ -/home/paul/Workspace/isn/src/isn.abstract/obj/Debug/net10.0/isn.abstract.csproj.AssemblyReference.cache -/home/paul/Workspace/isn/src/isn.abstract/obj/Debug/net10.0/isn.abstract.GeneratedMSBuildEditorConfig.editorconfig -/home/paul/Workspace/isn/src/isn.abstract/obj/Debug/net10.0/isn.abstract.AssemblyInfoInputs.cache -/home/paul/Workspace/isn/src/isn.abstract/obj/Debug/net10.0/isn.abstract.AssemblyInfo.cs -/home/paul/Workspace/isn/src/isn.abstract/obj/Debug/net10.0/isn.abstract.csproj.CoreCompileInputs.cache -/home/paul/Workspace/isn/src/isn.abstract/bin/Debug/net10.0/isn.abstract.deps.json -/home/paul/Workspace/isn/src/isn.abstract/bin/Debug/net10.0/isn.abstract.dll -/home/paul/Workspace/isn/src/isn.abstract/bin/Debug/net10.0/isn.abstract.pdb -/home/paul/Workspace/isn/src/isn.abstract/bin/Debug/net10.0/isn.abstract.xml -/home/paul/Workspace/isn/src/isn.abstract/obj/Debug/net10.0/isn.abstract.dll -/home/paul/Workspace/isn/src/isn.abstract/obj/Debug/net10.0/refint/isn.abstract.dll -/home/paul/Workspace/isn/src/isn.abstract/obj/Debug/net10.0/isn.abstract.xml -/home/paul/Workspace/isn/src/isn.abstract/obj/Debug/net10.0/isn.abstract.pdb -/home/paul/Workspace/isn/src/isn.abstract/obj/Debug/net10.0/ref/isn.abstract.dll diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.dll b/src/isn.abstract/obj/Debug/net10.0/isn.abstract.dll deleted file mode 100644 index 78bfced..0000000 Binary files a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.dll and /dev/null differ diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.pdb b/src/isn.abstract/obj/Debug/net10.0/isn.abstract.pdb deleted file mode 100644 index 0678492..0000000 Binary files a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.pdb and /dev/null differ diff --git a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.xml b/src/isn.abstract/obj/Debug/net10.0/isn.abstract.xml deleted file mode 100644 index 0fe637b..0000000 --- a/src/isn.abstract/obj/Debug/net10.0/isn.abstract.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - isn.abstract - - - - diff --git a/src/isn.abstract/obj/Debug/net10.0/ref/isn.abst.dll b/src/isn.abstract/obj/Debug/net10.0/ref/isn.abst.dll deleted file mode 100644 index f294e84..0000000 Binary files a/src/isn.abstract/obj/Debug/net10.0/ref/isn.abst.dll and /dev/null differ diff --git a/src/isn.abstract/obj/Debug/net10.0/ref/isn.abstract.dll b/src/isn.abstract/obj/Debug/net10.0/ref/isn.abstract.dll deleted file mode 100644 index 075bb8e..0000000 Binary files a/src/isn.abstract/obj/Debug/net10.0/ref/isn.abstract.dll and /dev/null differ diff --git a/src/isn.abstract/obj/Debug/net10.0/refint/isn.abst.dll b/src/isn.abstract/obj/Debug/net10.0/refint/isn.abst.dll deleted file mode 100644 index f294e84..0000000 Binary files a/src/isn.abstract/obj/Debug/net10.0/refint/isn.abst.dll and /dev/null differ diff --git a/src/isn.abstract/obj/Debug/net10.0/refint/isn.abstract.dll b/src/isn.abstract/obj/Debug/net10.0/refint/isn.abstract.dll deleted file mode 100644 index 075bb8e..0000000 Binary files a/src/isn.abstract/obj/Debug/net10.0/refint/isn.abstract.dll and /dev/null differ diff --git a/src/isn.abstract/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/src/isn.abstract/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs deleted file mode 100644 index 4257f4b..0000000 --- a/src/isn.abstract/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/src/isn.abstract/obj/Release/net7.0/isn.abst.AssemblyInfo.cs b/src/isn.abstract/obj/Release/net7.0/isn.abst.AssemblyInfo.cs deleted file mode 100644 index e5ba65f..0000000 --- a/src/isn.abstract/obj/Release/net7.0/isn.abst.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// 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("isn.abst")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.7.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute(("1.0.7+Branch.main.Sha.3695c1742965d93eba0ad851656cfaa3e44ba327.654065d7fef34ba4ed" + - "2fb3bca5bc91de9ad16e85"))] -[assembly: System.Reflection.AssemblyProductAttribute("isn.abst")] -[assembly: System.Reflection.AssemblyTitleAttribute("isn.abst")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.7.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/isn.abstract/obj/Release/net7.0/isn.abst.AssemblyInfoInputs.cache b/src/isn.abstract/obj/Release/net7.0/isn.abst.AssemblyInfoInputs.cache deleted file mode 100644 index 9dde1ce..0000000 --- a/src/isn.abstract/obj/Release/net7.0/isn.abst.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -e4e4cc62d3abf93c8c291257f39b26df3fc603a31b6fa75c47cc7c13707a8afe diff --git a/src/isn.abstract/obj/Release/net7.0/isn.abst.GeneratedMSBuildEditorConfig.editorconfig b/src/isn.abstract/obj/Release/net7.0/isn.abst.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 47823ae..0000000 --- a/src/isn.abstract/obj/Release/net7.0/isn.abst.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,18 +0,0 @@ -is_global = true -build_property.TargetFramework = net7.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v7.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EntryPointFilePath = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = isn.abst -build_property.ProjectDir = /home/paul/Workspace/isn/src/isn.abst/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 7.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/isn.abstract/obj/Release/net7.0/isn.abst.assets.cache b/src/isn.abstract/obj/Release/net7.0/isn.abst.assets.cache deleted file mode 100644 index 9c51f13..0000000 Binary files a/src/isn.abstract/obj/Release/net7.0/isn.abst.assets.cache and /dev/null differ diff --git a/src/isn.abstract/obj/Release/net7.0/isn.abst.csproj.AssemblyReference.cache b/src/isn.abstract/obj/Release/net7.0/isn.abst.csproj.AssemblyReference.cache deleted file mode 100644 index 3a988d9..0000000 Binary files a/src/isn.abstract/obj/Release/net7.0/isn.abst.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/isn.abstract/obj/Release/net7.0/isn.abst.csproj.CoreCompileInputs.cache b/src/isn.abstract/obj/Release/net7.0/isn.abst.csproj.CoreCompileInputs.cache deleted file mode 100644 index 9c00e95..0000000 --- a/src/isn.abstract/obj/Release/net7.0/isn.abst.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -a791e89281a7d040d8cb5488f61f0771f7466c32bc5298e7aa2ddc4c40c2150b diff --git a/src/isn.abstract/obj/Release/net7.0/isn.abst.csproj.FileListAbsolute.txt b/src/isn.abstract/obj/Release/net7.0/isn.abst.csproj.FileListAbsolute.txt deleted file mode 100644 index 9286a3a..0000000 --- a/src/isn.abstract/obj/Release/net7.0/isn.abst.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,12 +0,0 @@ -/home/paul/Workspace/isn/src/isn.abst/bin/Release/net7.0/isn.abst.deps.json -/home/paul/Workspace/isn/src/isn.abst/bin/Release/net7.0/isn.abst.dll -/home/paul/Workspace/isn/src/isn.abst/bin/Release/net7.0/isn.abst.pdb -/home/paul/Workspace/isn/src/isn.abst/obj/Release/net7.0/isn.abst.csproj.AssemblyReference.cache -/home/paul/Workspace/isn/src/isn.abst/obj/Release/net7.0/isn.abst.GeneratedMSBuildEditorConfig.editorconfig -/home/paul/Workspace/isn/src/isn.abst/obj/Release/net7.0/isn.abst.AssemblyInfoInputs.cache -/home/paul/Workspace/isn/src/isn.abst/obj/Release/net7.0/isn.abst.AssemblyInfo.cs -/home/paul/Workspace/isn/src/isn.abst/obj/Release/net7.0/isn.abst.csproj.CoreCompileInputs.cache -/home/paul/Workspace/isn/src/isn.abst/obj/Release/net7.0/isn.abst.dll -/home/paul/Workspace/isn/src/isn.abst/obj/Release/net7.0/refint/isn.abst.dll -/home/paul/Workspace/isn/src/isn.abst/obj/Release/net7.0/isn.abst.pdb -/home/paul/Workspace/isn/src/isn.abst/obj/Release/net7.0/ref/isn.abst.dll diff --git a/src/isn.abstract/obj/Release/net7.0/isn.abst.dll b/src/isn.abstract/obj/Release/net7.0/isn.abst.dll deleted file mode 100644 index f3c2001..0000000 Binary files a/src/isn.abstract/obj/Release/net7.0/isn.abst.dll and /dev/null differ diff --git a/src/isn.abstract/obj/Release/net7.0/isn.abst.pdb b/src/isn.abstract/obj/Release/net7.0/isn.abst.pdb deleted file mode 100644 index 736c0d1..0000000 Binary files a/src/isn.abstract/obj/Release/net7.0/isn.abst.pdb and /dev/null differ diff --git a/src/isn.abstract/obj/Release/net7.0/ref/isn.abst.dll b/src/isn.abstract/obj/Release/net7.0/ref/isn.abst.dll deleted file mode 100644 index 2097054..0000000 Binary files a/src/isn.abstract/obj/Release/net7.0/ref/isn.abst.dll and /dev/null differ diff --git a/src/isn.abstract/obj/Release/net7.0/refint/isn.abst.dll b/src/isn.abstract/obj/Release/net7.0/refint/isn.abst.dll deleted file mode 100644 index 2097054..0000000 Binary files a/src/isn.abstract/obj/Release/net7.0/refint/isn.abst.dll and /dev/null differ diff --git a/src/isn.abstract/obj/isn.abst.csproj.nuget.dgspec.json b/src/isn.abstract/obj/isn.abst.csproj.nuget.dgspec.json deleted file mode 100644 index a8766d6..0000000 --- a/src/isn.abstract/obj/isn.abst.csproj.nuget.dgspec.json +++ /dev/null @@ -1,351 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/paul/Workspace/isn/src/isn.abst/isn.abst.csproj": {} - }, - "projects": { - "/home/paul/Workspace/isn/src/isn.abst/isn.abst.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/paul/Workspace/isn/src/isn.abst/isn.abst.csproj", - "projectName": "isn.abst", - "projectPath": "/home/paul/Workspace/isn/src/isn.abst/isn.abst.csproj", - "packagesPath": "/home/paul/.nuget/packages/", - "outputPath": "/home/paul/Workspace/isn/src/isn.abst/obj/", - "projectStyle": "PackageReference", - "crossTargeting": true, - "configFilePaths": [ - "/home/paul/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "/usr/share/dotnet/library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "dependencies": { - "Newtonsoft.Json": { - "target": "Package", - "version": "[13.0.4, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/isn.abstract/obj/isn.abst.csproj.nuget.g.props b/src/isn.abstract/obj/isn.abst.csproj.nuget.g.props deleted file mode 100644 index a854e5b..0000000 --- a/src/isn.abstract/obj/isn.abst.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/paul/.nuget/packages/ - /home/paul/.nuget/packages/ - PackageReference - 7.0.0 - - - - - \ No newline at end of file diff --git a/src/isn.abstract/obj/isn.abst.csproj.nuget.g.targets b/src/isn.abstract/obj/isn.abst.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/src/isn.abstract/obj/isn.abst.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/src/isn.abstract/obj/isn.abstract.csproj.nuget.dgspec.json b/src/isn.abstract/obj/isn.abstract.csproj.nuget.dgspec.json deleted file mode 100644 index 021b45d..0000000 --- a/src/isn.abstract/obj/isn.abstract.csproj.nuget.dgspec.json +++ /dev/null @@ -1,351 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/paul/Workspace/isn/src/isn.abstract/isn.abstract.csproj": {} - }, - "projects": { - "/home/paul/Workspace/isn/src/isn.abstract/isn.abstract.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/paul/Workspace/isn/src/isn.abstract/isn.abstract.csproj", - "projectName": "isn.abstract", - "projectPath": "/home/paul/Workspace/isn/src/isn.abstract/isn.abstract.csproj", - "packagesPath": "/home/paul/.nuget/packages/", - "outputPath": "/home/paul/Workspace/isn/src/isn.abstract/obj/", - "projectStyle": "PackageReference", - "crossTargeting": true, - "configFilePaths": [ - "/home/paul/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "/usr/share/dotnet/library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "dependencies": { - "Newtonsoft.Json": { - "target": "Package", - "version": "[13.0.4, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/isn.abstract/obj/isn.abstract.csproj.nuget.g.props b/src/isn.abstract/obj/isn.abstract.csproj.nuget.g.props deleted file mode 100644 index a854e5b..0000000 --- a/src/isn.abstract/obj/isn.abstract.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/paul/.nuget/packages/ - /home/paul/.nuget/packages/ - PackageReference - 7.0.0 - - - - - \ No newline at end of file diff --git a/src/isn.abstract/obj/isn.abstract.csproj.nuget.g.targets b/src/isn.abstract/obj/isn.abstract.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/src/isn.abstract/obj/isn.abstract.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/src/isn.abstract/obj/project.assets.json b/src/isn.abstract/obj/project.assets.json deleted file mode 100644 index db01951..0000000 --- a/src/isn.abstract/obj/project.assets.json +++ /dev/null @@ -1,403 +0,0 @@ -{ - "version": 4, - "targets": { - "net10.0": { - "Newtonsoft.Json/13.0.4": { - "type": "package", - "compile": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - } - } - } - }, - "libraries": { - "Newtonsoft.Json/13.0.4": { - "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", - "type": "package", - "path": "newtonsoft.json/13.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.md", - "README.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/net6.0/Newtonsoft.Json.dll", - "lib/net6.0/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", - "newtonsoft.json.13.0.4.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" - ] - } - }, - "projectFileDependencyGroups": { - "net10.0": [ - "Newtonsoft.Json >= 13.0.4" - ] - }, - "packageFolders": { - "/home/paul/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/paul/Workspace/isn/src/isn.abstract/isn.abstract.csproj", - "projectName": "isn.abstract", - "projectPath": "/home/paul/Workspace/isn/src/isn.abstract/isn.abstract.csproj", - "packagesPath": "/home/paul/.nuget/packages/", - "outputPath": "/home/paul/Workspace/isn/src/isn.abstract/obj/", - "projectStyle": "PackageReference", - "crossTargeting": true, - "configFilePaths": [ - "/home/paul/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "/usr/share/dotnet/library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "dependencies": { - "Newtonsoft.Json": { - "target": "Package", - "version": "[13.0.4, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } -} \ No newline at end of file diff --git a/src/isn.abstract/obj/project.nuget.cache b/src/isn.abstract/obj/project.nuget.cache deleted file mode 100644 index 78a419d..0000000 --- a/src/isn.abstract/obj/project.nuget.cache +++ /dev/null @@ -1,10 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "Tj3HKBMoTco=", - "success": true, - "projectFilePath": "/home/paul/Workspace/isn/src/isn.abstract/isn.abstract.csproj", - "expectedPackageFiles": [ - "/home/paul/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/src/isnd/Controllers/HomeController.cs b/src/isnd/Controllers/HomeController.cs index 9571234..399d228 100644 --- a/src/isnd/Controllers/HomeController.cs +++ b/src/isnd/Controllers/HomeController.cs @@ -2,7 +2,6 @@ using isnd.Data; using System.Linq; using isnd.ViewModels; -using Unleash; using System.Reflection; using Isn.Abstract; @@ -14,19 +13,15 @@ namespace isnd.Controllers public class HomeController : Controller { private readonly ApplicationDbContext _dbContext; - private readonly IUnleash _unleashClient; /// /// Home controller ctor /// /// - /// public HomeController( - ApplicationDbContext dbContext, - IUnleash unleashClient) + ApplicationDbContext dbContext) { _dbContext = dbContext; - _unleashClient = unleashClient; } /** @@ -38,8 +33,7 @@ namespace isnd.Controllers { PkgCount = _dbContext.Packages .Where(p => p.Versions.Count > 0) - .Count(), - UnleashClient = _unleashClient + .Count() }); } diff --git a/src/isnd/Controllers/Packages/ApiIndex.cs b/src/isnd/Controllers/Packages/ApiIndex.cs index 9b8f158..eb2fc87 100644 --- a/src/isnd/Controllers/Packages/ApiIndex.cs +++ b/src/isnd/Controllers/Packages/ApiIndex.cs @@ -1,12 +1,10 @@ using Microsoft.AspNetCore.Mvc; using isnd.Services; using isnd.Interfaces; -using Unleash; using System.Linq; using isnd.Entities; using Isn.Abstract; - namespace isnd.Controllers { /// @@ -21,11 +19,10 @@ namespace isnd.Controllers /// Api Controller Constructor /// /// - /// - public ApiController(IPackageManager pm, IUnleash unleashĈlient) + public ApiController(IPackageManager pm) { packageManager = pm; - resources = packageManager.GetResources(unleashĈlient).ToArray(); + resources = packageManager.GetResources().ToArray(); } /// diff --git a/src/isnd/Controllers/Packages/PackagesController.cs b/src/isnd/Controllers/Packages/PackagesController.cs index b6f4e5f..c890314 100644 --- a/src/isnd/Controllers/Packages/PackagesController.cs +++ b/src/isnd/Controllers/Packages/PackagesController.cs @@ -6,7 +6,6 @@ using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using isnd.Data; using isnd.Entities; -using Unleash; using isnd.Interfaces; using Isn.Abstract; @@ -23,7 +22,6 @@ namespace isnd.Controllers private readonly IsndSettings isndSettings; readonly ApplicationDbContext dbContext; private readonly IPackageManager packageManager; - private readonly IUnleash unleashClient; /** * PackagesController @@ -33,7 +31,6 @@ namespace isnd.Controllers ILoggerFactory loggerFactory, IDataProtectionProvider provider, IOptions isndOptions, - IUnleash unleashClient, ApplicationDbContext dbContext, IPackageManager pm) { @@ -42,8 +39,7 @@ namespace isnd.Controllers protector = provider.CreateProtector(isndSettings.ProtectionTitle); this.dbContext = dbContext; packageManager = pm; - this.unleashClient = unleashClient; - resources = packageManager.GetResources(unleashClient).ToArray(); + resources = packageManager.GetResources().ToArray(); } } } diff --git a/src/isnd/Helpers/UnleashHelpers.cs b/src/isnd/Helpers/UnleashHelpers.cs deleted file mode 100644 index bbfc33d..0000000 --- a/src/isnd/Helpers/UnleashHelpers.cs +++ /dev/null @@ -1,40 +0,0 @@ -using System; -using System.Collections.Generic; -using isnd.Entities; -using Microsoft.AspNetCore.Hosting; -using Unleash; -using Unleash.ClientFactory; - -namespace isnd.Helpers -{ - /** - * Helper class for creating an Unleash client. - */ - public static class UnleashHelpers - { - /** - * Creates an Unleash client using the provided environment and settings. - * @param env The web host environment. - * @param unleashClientSettings The settings for the Unleash client. - * @returns An instance of IUnleash. - */ - - public static IUnleash CreateUnleashClient(this IWebHostEnvironment env, - UnleashClientSettings unleashClientSettings) - { - var unleashSettings = new UnleashSettings - { - UnleashApi = new Uri(unleashClientSettings.ApiUrl), - AppName = "isnd", - InstanceTag = env.EnvironmentName, - CustomHttpHeaders = new Dictionary - { - { "Authorization", unleashClientSettings.ClientApiKey } - } - }; - - UnleashClientFactory unleashClientFactory = new UnleashClientFactory(); - return unleashClientFactory.CreateClient(unleashSettings); - } - } -} \ No newline at end of file diff --git a/src/isnd/Interfaces/IPackageManager.cs b/src/isnd/Interfaces/IPackageManager.cs index 6f6798d..9dd8ffc 100644 --- a/src/isnd/Interfaces/IPackageManager.cs +++ b/src/isnd/Interfaces/IPackageManager.cs @@ -7,7 +7,6 @@ using isnd.Data.Packages; using isnd.Services; using isnd.ViewModels; using NuGet.Versioning; -using Unleash; namespace isnd.Interfaces { @@ -32,7 +31,7 @@ namespace isnd.Interfaces /** * GetResources */ - IEnumerable GetResources(IUnleash unleashClient); + IEnumerable GetResources(); /** * UpdateCatalogForAsync */ diff --git a/src/isnd/Services/PackageManager.cs b/src/isnd/Services/PackageManager.cs index 4db3d27..8474ec9 100644 --- a/src/isnd/Services/PackageManager.cs +++ b/src/isnd/Services/PackageManager.cs @@ -1,21 +1,17 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; using System.Threading.Tasks; using Isn.Abstract; using isnd.Data; using isnd.Data.Catalog; using isnd.Data.Packages; -using isnd.Data.Packages.Catalog; using isnd.Entities; -using isnd.Helpers; using isnd.Interfaces; using isnd.ViewModels; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Options; using NuGet.Versioning; -using Unleash; namespace isnd.Services { @@ -25,6 +21,11 @@ namespace isnd.Services ApplicationDbContext dbContext; + /** + * Constructor for the PackageManager class. + * @param dbContext The database context. + * @param siteConfigOptionsOptions The options for the IsndSettings configuration. + */ public PackageManager(ApplicationDbContext dbContext, IOptions siteConfigOptionsOptions) { @@ -33,7 +34,11 @@ namespace isnd.Services extUrl = isndSettings.ExternalUrl + "/"; } - public IEnumerable GetResources(IUnleash unleashClient) + /** + * GetResources + */ + + public IEnumerable GetResources() { var res = new List @@ -62,39 +67,15 @@ namespace isnd.Services Comment = "Base URL of storage where isn package registration info is stored. This base URL includes SemVer 2.0.0 packages." } }; - /* new Resource(extUrl + ApiConfig.Catalog, "Catalog/" + BASE_API_LEVEL) - { - Comment = "Package Catalog Index" - },*/ - - /* res.Add( - ); res.Add( - new Resource(extUrl + "v3.0.0/" + ApiConfig.Registration, "RegistrationsBaseUrl") - { - - Comment = "Base URL of storage where isn package registration info is stored in GZIP format. This base URL includes SemVer 2.0.0 packages." - }); - - res.Add( - new Resource(extUrl + "v3.0.0-beta/" + ApiConfig.Registration, "RegistrationsBaseUrl/3.0.0-beta") - { - Comment = "Base URL of storage where isn package registration info is stored in GZIP format. This base URL includes SemVer 2.0.0 packages." - }); - res.Add( - new Resource(extUrl + "v3.0.0-rc/" + ApiConfig.Registration,"RegistrationsBaseUrl/3.0.0-rc") - { - Comment = "Base URL of storage where isn package registration info is stored in GZIP format. This base URL includes SemVer 2.0.0 packages." - }); - res.Add(new Resource(extUrl + "v3.4.0/" + ApiConfig.Registration,"RegistrationsBaseUrl/3.4.0") - { - Comment = "Base URL of storage where isn package registration info is stored in GZIP format. This base URL includes SemVer 2.0.0 packages." - }); - - res.Add(); */ return res; } + /** + * AutoComplete generation + */ + + public AutoCompleteResult AutoComplete(string id, int skip, int take, bool prerelease = false, string packageType = null) @@ -135,11 +116,17 @@ namespace isnd.Services } - + /** + * CatalogBaseUrl + */ public string CatalogBaseUrl => extUrl; private IsndSettings isndSettings; private string extUrl; + /** + * GetCatalogIndexAsync + */ + public virtual async Task GetCatalogIndexAsync() { diff --git a/src/isnd/Startup.cs b/src/isnd/Startup.cs index dcc7e4c..29d81f7 100644 --- a/src/isnd/Startup.cs +++ b/src/isnd/Startup.cs @@ -54,7 +54,6 @@ namespace isnd var smtpSettingsconf = Configuration.GetSection("Smtp"); var isndSettingsconf = Configuration.GetSection("Isn"); var adminStartupListConf = Configuration.GetSection("AdminList"); - var unleashConf = Configuration.GetSection("Unleash"); services.Configure(options => { @@ -65,7 +64,6 @@ namespace isnd services.Configure(smtpSettingsconf) .Configure(isndSettingsconf) .Configure(adminStartupListConf) - .Configure(unleashConf) .Configure(o => o.Path = "~/migrate") .AddDbContext(options => options.UseNpgsql( @@ -94,20 +92,7 @@ namespace isnd .AddTransient() .AddTransient() .AddSingleton() - .AddSingleton(s => - { - var config = s.GetRequiredService>(); - if (config.Value == null) - throw new System.Exception("No unleash client settings"); - if (config.Value.ApiUrl == null) - throw new System.Exception("No unleash client ApiUrl"); - if (config.Value.ClientApiKey == null) - throw new System.Exception("No unleash client ClientApiKey"); - return s.GetRequiredService().CreateUnleashClient(config.Value); - }); - - - services.AddAuthentication("Bearer") + .AddAuthentication("Bearer") .AddJwtBearer("Bearer", options => { options.Authority = isndSettingsconf.GetValue("ExternalUrl"); diff --git a/src/isnd/ViewModels/HomeIndexViewModel.cs b/src/isnd/ViewModels/HomeIndexViewModel.cs index 3dac63c..1beadca 100644 --- a/src/isnd/ViewModels/HomeIndexViewModel.cs +++ b/src/isnd/ViewModels/HomeIndexViewModel.cs @@ -1,11 +1,8 @@ -using Unleash; - namespace isnd.ViewModels { public class HomeIndexViewModel { public int PkgCount { get; set; } - public IUnleash UnleashClient; } } \ No newline at end of file diff --git a/src/isnd/appsettings.json b/src/isnd/appsettings.json index 61e4a9b..ba98409 100644 --- a/src/isnd/appsettings.json +++ b/src/isnd/appsettings.json @@ -21,11 +21,6 @@ "SenderName": "", "SenderEmail": "" }, - "Unleash": - { - "ClientApiKey": "lame-unleash-client-api-key", - "ApiUrl": "http://localhost:4242/api/" - }, "Logging": { "LogLevel": { "Default": "Warning"