Robert Angers
Robert Angers
Using this [How to migrate from Newtonsoft.Json to System.Text.Json](https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-migrate-from-newtonsoft-how-to?pivots=dotnet-6-0) If .NET core 3.1 should be the minimum supported framework version supported; It would be a great time to drop `Newtonsoft.Json`...
#276 Dropping Dependency `NewtonSoft.Json`
Hi @sjh37, I am having some trouble with settings/running the tests 1. Categorize the tests / database technologie. 2. Have a "pre-test" to generate/recreate the db - Have you every...
Hi Simon (@sjh37) Here is an example of using multi-targeting. This could also help reduce the number of **Test.Integration.xxx** and maybe use one for **netcoreapp3.1;net5.0;net6.0** and one for **net461;net462;net471;net472;net48** (and...
When Targetting .net 6.0 and using ef6, Severity Code Description Project File Line Suppression State Error CS0534 'FakeDbSet' does not implement inherited abstract member 'DbSet.EntityType.get' Tester.Integration.EFCore5 (net6.0) C:\\EntityFramework-Reverse-POCO-Code-First-Generator\Tester.Integration.EfCore5\Northwind.cs 939 Active...
Our testing requirements requires us to use SQLite. However, when generating the model, certain database types, like int should become "INTEGER"; ie for AUTOINCREMENT (ie IDENTITY columns); Would it possible...
Would it be possible with the DB.DatabaseFor(*dbName*) to also have support for a "tenant". This would enable the storage of the same entity type, but in different database depending on...
When there happens to have an error in the connection string, for example a password rotation/change. The WebApp won't even start. ``System.AggregateException: One or more errors occurred. (Unable to authenticate...
The MongoClient has a **MongoDatabaseSettings** public override sealed IMongoDatabase GetDatabase( string name, MongoDatabaseSettings settings = null) { } Is it possible to expose the same for DB.Database(string) >> DB.Database(string, MongoDatabaseSettings=null)...
Updated to DAPR 1.8.4 and Updated nuget references Of course I have successfully ran it locally and verified the UI + login + adding stuff to the kart + checkout