DTLib.Exceptions removed

This commit is contained in:
Timerix22 2022-09-26 17:37:37 +06:00
parent 076affd1e4
commit b2f1b7cb36
5 changed files with 0 additions and 51 deletions

6
.gitmodules vendored
View File

@ -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

@ -1 +0,0 @@
Subproject commit ffddfa21ecd669dc5c1189ac2744737bc084e165

View File

@ -1,18 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<DebugType>portable</DebugType>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU;x64;x86;arm64</Platforms>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Ben.Demystifier\**" />
<None Remove="Ben.Demystifier\**" />
<ProjectReference Include="..\DTLib\DTLib.csproj" />
<ProjectReference Include="Ben.Demystifier\src\Ben.Demystifier\Ben.Demystifier.csproj" />
</ItemGroup>
</Project>

View File

@ -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();
}
}

View File

@ -17,10 +17,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTLib.Dtsod", "DTLib.Dtsod\
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTLib.Network", "DTLib.Network\DTLib.Network.csproj", "{24B7D0A2-0462-424D-B3F5-29A6655FE472}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTLib.Network", "DTLib.Network\DTLib.Network.csproj", "{24B7D0A2-0462-424D-B3F5-29A6655FE472}"
EndProject 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 Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU 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}.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.ActiveCfg = Release|Any CPU
{24B7D0A2-0462-424D-B3F5-29A6655FE472}.Release|Any CPU.Build.0 = 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 EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE