Refactor code structure for improved readability and maintainability

This commit is contained in:
Suphonchai Phoonsawat 2026-03-19 10:25:55 +07:00
parent 31dc3a73b7
commit 7e51ed10d2
43 changed files with 7406 additions and 9085 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,20 +1,20 @@
{
"runtimeOptions": {
"tfm": "net7.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "7.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
{
"runtimeOptions": {
"tfm": "net7.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "7.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

View file

0
bin/Debug/net7.0/Microsoft.CodeAnalysis.CSharp.dll Normal file → Executable file
View file

0
bin/Debug/net7.0/Microsoft.CodeAnalysis.Razor.dll Normal file → Executable file
View file

0
bin/Debug/net7.0/Microsoft.CodeAnalysis.dll Normal file → Executable file
View file

View file

View file

@ -4,6 +4,6 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="private_nuget" value="https://nuget.frappet.synology.me/v3/index.json" />
<!-- <add key="private_nuget" value="https://nuget.frappet.synology.me/v3/index.json" /> -->
</packageSources>
</configuration>

0
bin/Debug/net7.0/runtimes/win-arm64/native/sni.dll Normal file → Executable file
View file

0
bin/Debug/net7.0/runtimes/win-x64/native/sni.dll Normal file → Executable file
View file

0
bin/Debug/net7.0/runtimes/win-x86/native/sni.dll Normal file → Executable file
View file