Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
31dc3a73b7
commit
7e51ed10d2
43 changed files with 7406 additions and 9085 deletions
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
|
|
@ -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
0
bin/Debug/net7.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll
Normal file → Executable file
0
bin/Debug/net7.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll
Normal file → Executable file
0
bin/Debug/net7.0/Microsoft.AspNetCore.Razor.Language.dll
Normal file → Executable file
0
bin/Debug/net7.0/Microsoft.AspNetCore.Razor.Language.dll
Normal file → Executable file
0
bin/Debug/net7.0/Microsoft.CodeAnalysis.CSharp.dll
Normal file → Executable file
0
bin/Debug/net7.0/Microsoft.CodeAnalysis.CSharp.dll
Normal file → Executable file
0
bin/Debug/net7.0/Microsoft.CodeAnalysis.Razor.dll
Normal file → Executable file
0
bin/Debug/net7.0/Microsoft.CodeAnalysis.Razor.dll
Normal file → Executable file
0
bin/Debug/net7.0/Microsoft.CodeAnalysis.dll
Normal file → Executable file
0
bin/Debug/net7.0/Microsoft.CodeAnalysis.dll
Normal file → Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
bin/Debug/net7.0/System.Net.WebSockets.WebSocketProtocol.dll
Normal file → Executable file
0
bin/Debug/net7.0/System.Net.WebSockets.WebSocketProtocol.dll
Normal file → Executable 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
0
bin/Debug/net7.0/runtimes/win-arm64/native/sni.dll
Normal file → Executable file
0
bin/Debug/net7.0/runtimes/win-x64/native/sni.dll
Normal file → Executable file
0
bin/Debug/net7.0/runtimes/win-x64/native/sni.dll
Normal file → Executable file
0
bin/Debug/net7.0/runtimes/win-x86/native/sni.dll
Normal file → Executable file
0
bin/Debug/net7.0/runtimes/win-x86/native/sni.dll
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue