diff --git a/.gitignore b/.gitignore index 0dcae47..aace374 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ src/bin/ src/obj/ -src/.vs/ \ No newline at end of file +src/.vs/ +examples/UsingStateExample/bin +examples/UsingStateExample/obj +examples/UsingStateExample/.vs +examples/UsingStateExample/UsingStateExample.csproj.user +examples/UsingStateExample/UsingStateExample.sln +examples/UsingStateExample/nuget.config diff --git a/examples/UsingStateExample/.vs/UsingStateExample/DesignTimeBuild/.dtbcache.v2 b/examples/UsingStateExample/.vs/UsingStateExample/DesignTimeBuild/.dtbcache.v2 deleted file mode 100644 index bd4d687..0000000 Binary files a/examples/UsingStateExample/.vs/UsingStateExample/DesignTimeBuild/.dtbcache.v2 and /dev/null differ diff --git a/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/02651231-5d88-4fab-9000-0273b2feeb10.vsidx b/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/02651231-5d88-4fab-9000-0273b2feeb10.vsidx deleted file mode 100644 index 3e075e1..0000000 Binary files a/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/02651231-5d88-4fab-9000-0273b2feeb10.vsidx and /dev/null differ diff --git a/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/14396925-12d3-4c6e-8e94-43316dd0720a.vsidx b/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/14396925-12d3-4c6e-8e94-43316dd0720a.vsidx deleted file mode 100644 index d1d618e..0000000 Binary files a/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/14396925-12d3-4c6e-8e94-43316dd0720a.vsidx and /dev/null differ diff --git a/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/4a5e15e0-fa6b-4b30-a75b-404909e8cc33.vsidx b/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/4a5e15e0-fa6b-4b30-a75b-404909e8cc33.vsidx deleted file mode 100644 index e659b9d..0000000 Binary files a/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/4a5e15e0-fa6b-4b30-a75b-404909e8cc33.vsidx and /dev/null differ diff --git a/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/7fe80966-5466-4622-b184-208f40de5d5d.vsidx b/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/7fe80966-5466-4622-b184-208f40de5d5d.vsidx deleted file mode 100644 index 6be17d1..0000000 Binary files a/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/7fe80966-5466-4622-b184-208f40de5d5d.vsidx and /dev/null differ diff --git a/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/ba5a1134-0071-4fac-a9fa-68e3373602c3.vsidx b/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/ba5a1134-0071-4fac-a9fa-68e3373602c3.vsidx deleted file mode 100644 index f15f9dc..0000000 Binary files a/examples/UsingStateExample/.vs/UsingStateExample/FileContentIndex/ba5a1134-0071-4fac-a9fa-68e3373602c3.vsidx and /dev/null differ diff --git a/examples/UsingStateExample/.vs/UsingStateExample/v17/.suo b/examples/UsingStateExample/.vs/UsingStateExample/v17/.suo deleted file mode 100644 index 2891ee1..0000000 Binary files a/examples/UsingStateExample/.vs/UsingStateExample/v17/.suo and /dev/null differ diff --git a/examples/UsingStateExample/UsingStateExample.csproj.user b/examples/UsingStateExample/UsingStateExample.csproj.user deleted file mode 100644 index 417d628..0000000 --- a/examples/UsingStateExample/UsingStateExample.csproj.user +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Form - - - Form - - - \ No newline at end of file diff --git a/examples/UsingStateExample/UsingStateExample.sln b/examples/UsingStateExample/UsingStateExample.sln deleted file mode 100644 index 52a89b0..0000000 --- a/examples/UsingStateExample/UsingStateExample.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.7.34024.191 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UsingStateExample", "UsingStateExample.csproj", "{25534EC2-BF72-44CC-B128-42AC9C23A232}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {25534EC2-BF72-44CC-B128-42AC9C23A232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {25534EC2-BF72-44CC-B128-42AC9C23A232}.Debug|Any CPU.Build.0 = Debug|Any CPU - {25534EC2-BF72-44CC-B128-42AC9C23A232}.Release|Any CPU.ActiveCfg = Release|Any CPU - {25534EC2-BF72-44CC-B128-42AC9C23A232}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {B1C2488C-A420-4E12-B41D-612BA5ED29B3} - EndGlobalSection -EndGlobal diff --git a/examples/UsingStateExample/bin/Debug/net7.0-windows/Newtonsoft.Json.dll b/examples/UsingStateExample/bin/Debug/net7.0-windows/Newtonsoft.Json.dll deleted file mode 100644 index d035c38..0000000 Binary files a/examples/UsingStateExample/bin/Debug/net7.0-windows/Newtonsoft.Json.dll and /dev/null differ diff --git a/examples/UsingStateExample/bin/Debug/net7.0-windows/SSDCourseworkTooling.dll b/examples/UsingStateExample/bin/Debug/net7.0-windows/SSDCourseworkTooling.dll deleted file mode 100644 index 92d735a..0000000 Binary files a/examples/UsingStateExample/bin/Debug/net7.0-windows/SSDCourseworkTooling.dll and /dev/null differ diff --git a/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.deps.json b/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.deps.json deleted file mode 100644 index 0cc140a..0000000 --- a/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.deps.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v7.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v7.0": { - "UsingStateExample/1.0.0": { - "dependencies": { - "SSDCourseworkTooling": "1.0.0-beta15" - }, - "runtime": { - "UsingStateExample.dll": {} - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "SSDCourseworkTooling/1.0.0-beta15": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net7.0-windows7.0/SSDCourseworkTooling.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "UsingStateExample/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "SSDCourseworkTooling/1.0.0-beta15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V5GprvZ1FMHgH/NQvYzKpzxOLF3ZNCjIO3N5MmgmiDR74rMNxC69We0xxthReyuu7hf1OCp67chtJXX41gVabA==", - "path": "ssdcourseworktooling/1.0.0-beta15", - "hashPath": "ssdcourseworktooling.1.0.0-beta15.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.dll b/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.dll deleted file mode 100644 index 8fd2b80..0000000 Binary files a/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.dll and /dev/null differ diff --git a/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.exe b/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.exe deleted file mode 100644 index c9ad13e..0000000 Binary files a/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.exe and /dev/null differ diff --git a/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.pdb b/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.pdb deleted file mode 100644 index 057e848..0000000 Binary files a/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.pdb and /dev/null differ diff --git a/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.runtimeconfig.json b/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.runtimeconfig.json deleted file mode 100644 index 7b1a726..0000000 --- a/examples/UsingStateExample/bin/Debug/net7.0-windows/UsingStateExample.runtimeconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net7.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "7.0.0" - }, - { - "name": "Microsoft.WindowsDesktop.App", - "version": "7.0.0" - } - ] - } -} \ No newline at end of file diff --git a/examples/UsingStateExample/nuget.config b/examples/UsingStateExample/nuget.config deleted file mode 100644 index 41f4429..0000000 --- a/examples/UsingStateExample/nuget.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/examples/UsingStateExample/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs deleted file mode 100644 index 4257f4b..0000000 --- a/examples/UsingStateExample/obj/Debug/net7.0-windows/.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/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.AssemblyInfo.cs b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.AssemblyInfo.cs deleted file mode 100644 index 0e342cd..0000000 --- a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.AssemblyInfo.cs +++ /dev/null @@ -1,25 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("UsingStateExample")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("UsingStateExample")] -[assembly: System.Reflection.AssemblyTitleAttribute("UsingStateExample")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] -[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.AssemblyInfoInputs.cache b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.AssemblyInfoInputs.cache deleted file mode 100644 index 4c01830..0000000 --- a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -1f9d2cb4178dd8d7a6f0f64336b494ab96099b10 diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.GeneratedMSBuildEditorConfig.editorconfig b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 2bc1066..0000000 --- a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -is_global = true -build_property.ApplicationManifest = -build_property.StartupObject = -build_property.ApplicationDefaultFont = -build_property.ApplicationHighDpiMode = -build_property.ApplicationUseCompatibleTextRendering = -build_property.ApplicationVisualStyles = -build_property.TargetFramework = net7.0-windows -build_property.TargetPlatformMinVersion = 7.0 -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = UsingStateExample -build_property.ProjectDir = C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\ diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.GlobalUsings.g.cs b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.GlobalUsings.g.cs deleted file mode 100644 index 84bbb89..0000000 --- a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.GlobalUsings.g.cs +++ /dev/null @@ -1,10 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.Drawing; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; -global using global::System.Windows.Forms; diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.assets.cache b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.assets.cache deleted file mode 100644 index b77d69a..0000000 Binary files a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.assets.cache and /dev/null differ diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.AssemblyReference.cache b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.AssemblyReference.cache deleted file mode 100644 index f591a35..0000000 Binary files a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.AssemblyReference.cache and /dev/null differ diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.BuildWithSkipAnalyzers b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.BuildWithSkipAnalyzers deleted file mode 100644 index e69de29..0000000 diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.CopyComplete b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.CoreCompileInputs.cache b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.CoreCompileInputs.cache deleted file mode 100644 index f56f5e3..0000000 --- a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -331db9089a2f84e5611df375b5b254db6326d370 diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.FileListAbsolute.txt b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.FileListAbsolute.txt deleted file mode 100644 index 420e1b9..0000000 --- a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,21 +0,0 @@ -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\bin\Debug\net7.0-windows\UsingStateExample.exe -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\bin\Debug\net7.0-windows\UsingStateExample.deps.json -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\bin\Debug\net7.0-windows\UsingStateExample.runtimeconfig.json -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\bin\Debug\net7.0-windows\UsingStateExample.dll -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\bin\Debug\net7.0-windows\UsingStateExample.pdb -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\bin\Debug\net7.0-windows\Newtonsoft.Json.dll -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\bin\Debug\net7.0-windows\SSDCourseworkTooling.dll -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\UsingStateExample.csproj.AssemblyReference.cache -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\UsingStateExample.formLogin.resources -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\UsingStateExample.formMenu.resources -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\UsingStateExample.csproj.GenerateResource.cache -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\UsingStateExample.GeneratedMSBuildEditorConfig.editorconfig -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\UsingStateExample.AssemblyInfoInputs.cache -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\UsingStateExample.AssemblyInfo.cs -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\UsingStateExample.csproj.CoreCompileInputs.cache -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\UsingStateExample.csproj.CopyComplete -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\UsingStateExample.dll -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\refint\UsingStateExample.dll -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\UsingStateExample.pdb -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\UsingStateExample.genruntimeconfig.cache -C:\Users\i hate windows\Documents\GitHub\ssd-winforms-tooling\examples\UsingStateExample\obj\Debug\net7.0-windows\ref\UsingStateExample.dll diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.GenerateResource.cache b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.GenerateResource.cache deleted file mode 100644 index 1b98c64..0000000 Binary files a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.csproj.GenerateResource.cache and /dev/null differ diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.designer.deps.json b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.designer.deps.json deleted file mode 100644 index 0a35db2..0000000 --- a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.designer.deps.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v7.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v7.0": { - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "SSDCourseworkTooling/1.0.0-beta15": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net7.0-windows7.0/SSDCourseworkTooling.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "SSDCourseworkTooling/1.0.0-beta15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V5GprvZ1FMHgH/NQvYzKpzxOLF3ZNCjIO3N5MmgmiDR74rMNxC69We0xxthReyuu7hf1OCp67chtJXX41gVabA==", - "path": "ssdcourseworktooling/1.0.0-beta15", - "hashPath": "ssdcourseworktooling.1.0.0-beta15.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.designer.runtimeconfig.json b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.designer.runtimeconfig.json deleted file mode 100644 index de6d428..0000000 --- a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.designer.runtimeconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net7.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "7.0.0" - }, - { - "name": "Microsoft.WindowsDesktop.App", - "version": "7.0.0" - } - ], - "additionalProbingPaths": [ - "C:\\Users\\i hate windows\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\i hate windows\\.nuget\\packages", - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configProperties": { - "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true - } - } -} \ No newline at end of file diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.dll b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.dll deleted file mode 100644 index 8fd2b80..0000000 Binary files a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.dll and /dev/null differ diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.formLogin.resources b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.formLogin.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.formLogin.resources and /dev/null differ diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.formMenu.resources b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.formMenu.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.formMenu.resources and /dev/null differ diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.genruntimeconfig.cache b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.genruntimeconfig.cache deleted file mode 100644 index 48e0197..0000000 --- a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -455c6b612b1b4adef9227b76b36b076c51b5fa77 diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.pdb b/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.pdb deleted file mode 100644 index 057e848..0000000 Binary files a/examples/UsingStateExample/obj/Debug/net7.0-windows/UsingStateExample.pdb and /dev/null differ diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/apphost.exe b/examples/UsingStateExample/obj/Debug/net7.0-windows/apphost.exe deleted file mode 100644 index c9ad13e..0000000 Binary files a/examples/UsingStateExample/obj/Debug/net7.0-windows/apphost.exe and /dev/null differ diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/ref/UsingStateExample.dll b/examples/UsingStateExample/obj/Debug/net7.0-windows/ref/UsingStateExample.dll deleted file mode 100644 index eed9e59..0000000 Binary files a/examples/UsingStateExample/obj/Debug/net7.0-windows/ref/UsingStateExample.dll and /dev/null differ diff --git a/examples/UsingStateExample/obj/Debug/net7.0-windows/refint/UsingStateExample.dll b/examples/UsingStateExample/obj/Debug/net7.0-windows/refint/UsingStateExample.dll deleted file mode 100644 index eed9e59..0000000 Binary files a/examples/UsingStateExample/obj/Debug/net7.0-windows/refint/UsingStateExample.dll and /dev/null differ diff --git a/examples/UsingStateExample/obj/UsingStateExample.csproj.nuget.dgspec.json b/examples/UsingStateExample/obj/UsingStateExample.csproj.nuget.dgspec.json deleted file mode 100644 index 5f4cf1e..0000000 --- a/examples/UsingStateExample/obj/UsingStateExample.csproj.nuget.dgspec.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\examples\\UsingStateExample\\UsingStateExample.csproj": {} - }, - "projects": { - "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\examples\\UsingStateExample\\UsingStateExample.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\examples\\UsingStateExample\\UsingStateExample.csproj", - "projectName": "UsingStateExample", - "projectPath": "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\examples\\UsingStateExample\\UsingStateExample.csproj", - "packagesPath": "C:\\Users\\i hate windows\\.nuget\\packages\\", - "outputPath": "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\examples\\UsingStateExample\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\examples\\UsingStateExample\\NuGet.Config", - "C:\\Users\\i hate windows\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net7.0-windows" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\src": {}, - "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\src\\bin\\Debug": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net7.0-windows7.0": { - "targetAlias": "net7.0-windows", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net7.0-windows7.0": { - "targetAlias": "net7.0-windows", - "dependencies": { - "SSDCourseworkTooling": { - "target": "Package", - "version": "[1.0.0-beta15, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - }, - "Microsoft.WindowsDesktop.App.WindowsForms": { - "privateAssets": "none" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/examples/UsingStateExample/obj/UsingStateExample.csproj.nuget.g.props b/examples/UsingStateExample/obj/UsingStateExample.csproj.nuget.g.props deleted file mode 100644 index f764ef5..0000000 --- a/examples/UsingStateExample/obj/UsingStateExample.csproj.nuget.g.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\i hate windows\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 6.7.0 - - - - - - \ No newline at end of file diff --git a/examples/UsingStateExample/obj/UsingStateExample.csproj.nuget.g.targets b/examples/UsingStateExample/obj/UsingStateExample.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/examples/UsingStateExample/obj/UsingStateExample.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/examples/UsingStateExample/obj/project.assets.json b/examples/UsingStateExample/obj/project.assets.json deleted file mode 100644 index 8d4d1dd..0000000 --- a/examples/UsingStateExample/obj/project.assets.json +++ /dev/null @@ -1,160 +0,0 @@ -{ - "version": 3, - "targets": { - "net7.0-windows7.0": { - "Newtonsoft.Json/13.0.3": { - "type": "package", - "compile": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - } - }, - "SSDCourseworkTooling/1.0.0-beta15": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "compile": { - "lib/net7.0-windows7.0/SSDCourseworkTooling.dll": {} - }, - "runtime": { - "lib/net7.0-windows7.0/SSDCourseworkTooling.dll": {} - }, - "frameworkReferences": [ - "Microsoft.WindowsDesktop.App.WindowsForms" - ] - } - } - }, - "libraries": { - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "type": "package", - "path": "newtonsoft.json/13.0.3", - "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.3.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" - ] - }, - "SSDCourseworkTooling/1.0.0-beta15": { - "sha512": "V5GprvZ1FMHgH/NQvYzKpzxOLF3ZNCjIO3N5MmgmiDR74rMNxC69We0xxthReyuu7hf1OCp67chtJXX41gVabA==", - "type": "package", - "path": "ssdcourseworktooling/1.0.0-beta15", - "files": [ - ".nupkg.metadata", - "LICENSE", - "README.md", - "lib/net7.0-windows7.0/SSDCourseworkTooling.dll", - "ssdcourseworktooling.1.0.0-beta15.nupkg.sha512", - "ssdcourseworktooling.nuspec" - ] - } - }, - "projectFileDependencyGroups": { - "net7.0-windows7.0": [ - "SSDCourseworkTooling >= 1.0.0-beta15" - ] - }, - "packageFolders": { - "C:\\Users\\i hate windows\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\examples\\UsingStateExample\\UsingStateExample.csproj", - "projectName": "UsingStateExample", - "projectPath": "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\examples\\UsingStateExample\\UsingStateExample.csproj", - "packagesPath": "C:\\Users\\i hate windows\\.nuget\\packages\\", - "outputPath": "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\examples\\UsingStateExample\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\examples\\UsingStateExample\\NuGet.Config", - "C:\\Users\\i hate windows\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net7.0-windows" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\src": {}, - "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\src\\bin\\Debug": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net7.0-windows7.0": { - "targetAlias": "net7.0-windows", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net7.0-windows7.0": { - "targetAlias": "net7.0-windows", - "dependencies": { - "SSDCourseworkTooling": { - "target": "Package", - "version": "[1.0.0-beta15, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - }, - "Microsoft.WindowsDesktop.App.WindowsForms": { - "privateAssets": "none" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/examples/UsingStateExample/obj/project.nuget.cache b/examples/UsingStateExample/obj/project.nuget.cache deleted file mode 100644 index 7da7ef9..0000000 --- a/examples/UsingStateExample/obj/project.nuget.cache +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "xHYQANd5Qo58JYod3UCjj50Azmk8nDsKkqnBO/mnV8mkh0OTA+kHIoQJos/Pm61+d4PWUUee+stvAViWpJGXbA==", - "success": true, - "projectFilePath": "C:\\Users\\i hate windows\\Documents\\GitHub\\ssd-winforms-tooling\\examples\\UsingStateExample\\UsingStateExample.csproj", - "expectedPackageFiles": [ - "C:\\Users\\i hate windows\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", - "C:\\Users\\i hate windows\\.nuget\\packages\\ssdcourseworktooling\\1.0.0-beta15\\ssdcourseworktooling.1.0.0-beta15.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/src/FormSystem/FormManager.cs b/src/FormSystem/FormManager.cs index ccecec6..eb77ccf 100644 --- a/src/FormSystem/FormManager.cs +++ b/src/FormSystem/FormManager.cs @@ -15,7 +15,6 @@ public static class FormManager { _master = new formMaster(); - Trigger(); if (callback is Action action)