Mikhail

Results 13 issues of Mikhail

Here is some my own extensions (maybe will be interested to join with Nito's code, like you proj and use it): ``` public static async ValueTask AsValueTask(this ValueTask valueTask) =>...

The line https://github.com/ArthurHub/HTML-Renderer/blob/master/Source/HtmlRenderer.WPF/Adapters/FontFamilyAdapter.cs#L57 throws sometimes exception ArgumentException. More details and workaround http://code.logos.com/blog/2012/11/how-to-crash-many-wpf-applications-wpf-4-edition.html

bug

Sometimes while using AsyncContext.Run I've got the following > System.InvalidOperationException > HResult=0x80131509 > Message=The collection has been marked as complete with regards to additions. > Source= > StackTrace: > >...

GridBase.PreProcess uses sync Count call https://github.com/gustavnavar/Grid.Blazor/blob/master/GridCore/GridBase.cs#L52 In case of sync data source it will be normal behavior. But when we try use own data source (for example based on HttpClient...

HttpClient is global object as a recommendation from MS. It is recommend use single instance per app https://www.aspnetmonsters.com/2016/08/2016-08-27-httpclientwrong/ Think will be good idea allow users pass this instance directly into...

It is new feature https://developer.twitter.com/en/docs/twitter-ads-api/creatives/guides/scheduled-tweets-guide

To make the code style better.

SequenceMutationBase derived mutation has lower limit equal 3 genes minimum. Will be great if you can add the property I can use in my own code. To check all input...

enhancement

**Describe the bug** When assembly (placed as a .net ref source) contains type with TypeConverter attribute (I don't know, maybe any other attribute causes the same) applied to some property...

bug
dotnet

### Bug type Component ### Component name MudDatePicker ### What happened? System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime. at System.Globalization.GregorianCalendar.GetAbsoluteDate(Int32 year, Int32 month, Int32 day) at System.Globalization.GregorianCalendar.DateToTicks(Int32...