update misc stuff to work better with vs code and vs

This commit is contained in:
13xforever
2025-12-27 06:48:02 +05:00
parent 5018869659
commit b0810f31be
3 changed files with 3 additions and 4 deletions

View File

@@ -3,14 +3,14 @@
"isRoot": true, "isRoot": true,
"tools": { "tools": {
"strawberryshake.tools": { "strawberryshake.tools": {
"version": "15.1.8", "version": "15.1.11",
"commands": [ "commands": [
"dotnet-graphql" "dotnet-graphql"
], ],
"rollForward": false "rollForward": false
}, },
"dotnet-ef": { "dotnet-ef": {
"version": "9.0.8", "version": "10.0.1",
"commands": [ "commands": [
"dotnet-ef" "dotnet-ef"
], ],

View File

@@ -57,7 +57,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.1" /> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.1"> <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.1">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.1" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.1" /> <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.1" />

View File

@@ -36,7 +36,6 @@ internal static class Program
//AppDomain.CurrentDomain.SetData("REGEX_DEFAULT_MATCH_TIMEOUT", TimeSpan.FromMilliseconds(100)); //AppDomain.CurrentDomain.SetData("REGEX_DEFAULT_MATCH_TIMEOUT", TimeSpan.FromMilliseconds(100));
Regex.CacheSize = 200; // default is 15, we need more for content filter Regex.CacheSize = 200; // default is 15, we need more for content filter
try try
{ {
Console.OutputEncoding = Encoding.UTF8; Console.OutputEncoding = Encoding.UTF8;