From b2f1b7cb36d4943aef8f5ba801745f406730da68 Mon Sep 17 00:00:00 2001 From: Timerix22 Date: Mon, 26 Sep 2022 17:37:37 +0600 Subject: [PATCH] DTLib.Exceptions removed --- .gitmodules | 6 ------ DTLib.Exceptions/Ben.Demystifier | 1 - DTLib.Exceptions/DTLib.Exceptions.csproj | 18 ------------------ DTLib.Exceptions/MyExceptions.cs | 14 -------------- DTLib.sln | 12 ------------ 5 files changed, 51 deletions(-) delete mode 100644 .gitmodules delete mode 160000 DTLib.Exceptions/Ben.Demystifier delete mode 100644 DTLib.Exceptions/DTLib.Exceptions.csproj delete mode 100644 DTLib.Exceptions/MyExceptions.cs diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index bf76266..0000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "kerep"] - path = kerep - url = https://github.com/Timerix22/kerep.git -[submodule "DTLib.Exceptions/Ben.Demystifier"] - path = DTLib.Exceptions/Ben.Demystifier - url = https://github.com/Timerix22/Ben.Demystifier diff --git a/DTLib.Exceptions/Ben.Demystifier b/DTLib.Exceptions/Ben.Demystifier deleted file mode 160000 index ffddfa2..0000000 --- a/DTLib.Exceptions/Ben.Demystifier +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ffddfa21ecd669dc5c1189ac2744737bc084e165 diff --git a/DTLib.Exceptions/DTLib.Exceptions.csproj b/DTLib.Exceptions/DTLib.Exceptions.csproj deleted file mode 100644 index 0bc67f8..0000000 --- a/DTLib.Exceptions/DTLib.Exceptions.csproj +++ /dev/null @@ -1,18 +0,0 @@ - - - net6.0 - disable - disable - portable - False - Debug;Release - AnyCPU;x64;x86;arm64 - - - - - - - - - diff --git a/DTLib.Exceptions/MyExceptions.cs b/DTLib.Exceptions/MyExceptions.cs deleted file mode 100644 index b542985..0000000 --- a/DTLib.Exceptions/MyExceptions.cs +++ /dev/null @@ -1,14 +0,0 @@ -global using DTLib; -global using DTLib.Extensions; -global using System; -using Ben.Demystifier; - -namespace DTLib.Exceptions; - -public static class MyExceptionHelper -{ - public static string ExToString(Exception ex) - { - return ex.ToStringDemystified(); - } -} diff --git a/DTLib.sln b/DTLib.sln index edbbbe6..d8569c9 100644 --- a/DTLib.sln +++ b/DTLib.sln @@ -17,10 +17,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTLib.Dtsod", "DTLib.Dtsod\ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTLib.Network", "DTLib.Network\DTLib.Network.csproj", "{24B7D0A2-0462-424D-B3F5-29A6655FE472}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTLib.Exceptions", "DTLib.Exceptions\DTLib.Exceptions.csproj", "{A999EC29-ADBA-4A89-8EBD-E28594F6CE0A}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ben.Demystifier", "DTLib.Exceptions\Ben.Demystifier\src\Ben.Demystifier\Ben.Demystifier.csproj", "{001D56C7-08D3-4F24-802C-C11077510D4F}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -43,14 +39,6 @@ Global {24B7D0A2-0462-424D-B3F5-29A6655FE472}.Debug|Any CPU.Build.0 = Debug|Any CPU {24B7D0A2-0462-424D-B3F5-29A6655FE472}.Release|Any CPU.ActiveCfg = Release|Any CPU {24B7D0A2-0462-424D-B3F5-29A6655FE472}.Release|Any CPU.Build.0 = Release|Any CPU - {A999EC29-ADBA-4A89-8EBD-E28594F6CE0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A999EC29-ADBA-4A89-8EBD-E28594F6CE0A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A999EC29-ADBA-4A89-8EBD-E28594F6CE0A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A999EC29-ADBA-4A89-8EBD-E28594F6CE0A}.Release|Any CPU.Build.0 = Release|Any CPU - {001D56C7-08D3-4F24-802C-C11077510D4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {001D56C7-08D3-4F24-802C-C11077510D4F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {001D56C7-08D3-4F24-802C-C11077510D4F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {001D56C7-08D3-4F24-802C-C11077510D4F}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE