File stream Speed Question
using
statements✅ I DESPERATELY NEED HELP GETTING STARTED
How do you declare an Array's Count property to be consistent within a Struct?
✅ How do I add system.windows.forms?
When using iis run the project the 401 error handled in program.cs is not working(works in localhost
✅ EntityFramework Core trying to add Navigation Property that already exists
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 19: 'UNIQUE constraint failed: AspNetUsers.NormalizedUserName'.
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 19: 'UNIQUE constraint failed: AspNetUsers.NormalizedUserName'.
✅ Roslyn: Get file scoped namespace
Live Templates: Jetbrains Rider
System.Linq.Queryable.Where()
, then also apply this to other methods like Select()
and Count()
. Chat GPT and the Docs talk about setting 'method context' or defining the context its available in, but i cant find where to do this.
i don't appear to understand how this works. the The shortcuts only works if i start with where and doesn't wait for a char within the Where()
. the actual result of this is Where(char => )
...✅ iis problem
RFC3339 to DateTime
✅ [Solved] Linux - Workload ID android is not recognised
Add sound to audio input
Question about IIS /API Issue
Get route information on controller
✅ Html CSS Button
✅ Q about the "?" symbol when declaring vars
✅ Covariant return type properties
How do I reference either the x or y field of a Vector2 depending on some condition?
✅ AddHttpClient and AddHostedService
serviceCollection.AddHostedService<ExampleService>()
and everything works fine. However I now need this service to use it's own HttpClient
. That seemed like no issue, Just add serviceCollection.AddHttpClient<ExampleService>(x => x.Timeout = Timeout.InfiniteTimeSpan)
and I should be good to go, or so I thought..
Everything resolved correctly and the program ran, except for the fact that the injected HttpClient
did not in fact have infinite timeout. A quick breakpoint check later and i find that the configuration action isn't triggering, or from what I found online, that client isn't used at all and it's instead falling back to the standard HttpClient
that AddHttpClient
adds for everything that isn't the targeted type....✅ Obfuscate