Robert Angers

Results 40 comments of Robert Angers

That is your call or course; Some points to consider; - Serialization is faster with `System.Text.Json` - Although `Newtonsoft.Json` was the standard, it's loosing traction in favor `System.Text.Json` - Easier...

@vivet thank you for letting me know.

@vivet I did some testing and did encounter some issues: - some enum values were missing and not parsing correctly - PlaceLocationTye >> Primary_School, - modified the CustomJsonStringEnumConverter to return...

Hi @SykesJohn, One thing you can try is to simply create your custom implementation of this class ( [ServiceCollectionExtensions](https://github.com/vivet/GoogleApi/blob/master/GoogleApi/Extensions/ServiceCollectionExtensions.cs) ) and provide your own implementation of `HttpClient` that don't rely...

Hi @sjh37, Just found this project: [northwind_psql](https://github.com/pthom/northwind_psql) which has some script to create the northwind db under Postgre

@sjh37 In these tests, some artifacts seem to be pointing to your userprofile directories, and these are not in the SCC. >SingleDatabaseReverseEngineerTests.cs L254 var subFolder = templateType == TemplateType.EfCore2 ?...

@sjh37 One more thing... When running the tests locally (**ReverseEngineerSqlCe_EfCore**) I am getting this result: Expected string length 45891 but was 45940. Strings differ at index 4899. Expected: "...UseSqlServer(@"Data Source=C:\\S\\Source...

Hi Simon (@sjh37 ), I have created a fork/branch and preparing a PR for your review, of course you are free to accept or not. More details coming soon.

Hi Simon [@sjh37], Did you release yet ? I would really like to revisit the unit tests project. I would like to integrate the Sqlite part, but for that, I...

Hi Simon (@sjh37 ); The thing that initially broke.... can you check if it's not simply the fact that I had disabled the .pfx code signing from the main assembly...