Michael Freidgeim

Results 32 comments of Michael Freidgeim

@tbasallo, By default in DbResourceProvider IgnoreCase =true. https://github.com/RickStrahl/Westwind.Globalization/blob/701eb72f0c85f09b3102feb1334d3466b9e87708/src/Net45/Westwind.Globalization.Web/DbResourceProvider/DbResourceProvider.cs#L93 As you are using DbSimpleResourceProvider, you probably need to set it by yourself like in https://github.com/RickStrahl/Westwind.Globalization/issues/81#issuecomment-260245090 Also ensure that your DB is...

Competitor package HtmlSanitizer has a similar suggestion [Consider replacing AngleSharp (e.g. with HAP) #140](https://github.com/mganss/HtmlSanitizer/issues/140)

ForEach extension implemented in System.ArrayExtensions.ArrayExtensions class, located at the bottom in the same https://github.com/Burtsev-Alexey/net-object-deep-copy/blob/master/ObjectExtensions.cs file

Can be closed as duplicate of https://github.com/Burtsev-Alexey/net-object-deep-copy/issues/22

It can be done as in pull request “[Added ability to opt out of a deep copy for select properties, fields... #16”](https://github.com/Burtsev-Alexey/net-object-deep-copy/pull/16)

> . Since my original post, I've implemented a custom `ExecutionStrategy` that explicitly closes the connection, waits 5 seconds and then re-opens it (via an override of `OnRetry()`) - seems...

Quick feedback: 1.link “Edit on GitHub” on Introduction page https://sqlstreamstore.readthedocs.io/en/latest/ is broken 2. Introduction should include links to GitHub and nuget project locations

According to https://github.com/aspnet/Mvc/issues/6021#issuecomment-290745919 it will be a possible solution for https://github.com/toddams/RazorLight/issues/203

We started to use new version and it gave huge performance improvements: from 90% CPU on Azure Database Server to 1% CPU. I've also added to wiki https://github.com/SQLStreamStore/SQLStreamStore/wiki/Example-of-Migration-to-MsSqlStreamStoreV3

It seems that the whole file https://github.com/SQLStreamStore/SQLStreamStore/blob/master/src/SqlStreamStore.MsSql/ScriptsV3/CreateSchema_v2.sql is not used anymore and can be deleted.