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,
"tools": {
"strawberryshake.tools": {
"version": "15.1.8",
"version": "15.1.11",
"commands": [
"dotnet-graphql"
],
"rollForward": false
},
"dotnet-ef": {
"version": "9.0.8",
"version": "10.0.1",
"commands": [
"dotnet-ef"
],

View File

@@ -57,7 +57,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<IncludeAssets>runtime; build; native; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" 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));
Regex.CacheSize = 200; // default is 15, we need more for content filter
try
{
Console.OutputEncoding = Encoding.UTF8;