Sergey Tihon

Results 189 comments of Sergey Tihon

Quote from https://docs.microsoft.com/en-us/azure/azure-monitor/app/javascript#telemetry-initializers > The input argument to addTelemetryInitializer is a callback that takes a [ITelemetryItem](https://github.com/microsoft/ApplicationInsights-JS/blob/master/API-reference.md#addTelemetryInitializer) as an argument and returns a `boolean` or `void`. If returning false, the telemetry...

This is really bad ... > System.TypeInitializationException : The type initializer for 'Gdip' threw an exception. ---- System.PlatformNotSupportedException : System.Drawing.Common is not supported on non-Windows platforms. See https://aka.ms/systemdrawingnonwindows for more...

Can you please try `tabWidth` attribute on the `` https://github.com/sergey-tihon/Clippit/blob/master/OpenXmlPowerTools/WmlToHtmlConverter.cs#L469-L473 https://github.com/sergey-tihon/Clippit/blob/master/OpenXmlPowerTools/WmlToHtmlConverter.cs#L556-L559

I am not quite sure, but I think that ZIP archives (*.pptx, *.docx, *.xlsx) are not deterministic by their native > According to Wikipedia http://en.wikipedia.org/wiki/Zip_(file_format) seems that zip files have...

Ha! You are right, OpenXmlPowerTools historically uses GUIDs as relationship IDs https://github.com/sergey-tihon/Clippit/blob/e0da582d4f0149788429224f5bffeae4cffe96ff/OpenXmlPowerTools/PowerPoint/PresentationBuilderTools.cs#L533-L534

Agreed, highlight should be a killer feature.

> could this be added? I do not mind if `throwWithRegexMessage` will be added with tests for all framework > Would expect Actual to have the same form as Expected...

I am not aware about such diffs for .net test frameworks. I believe it cannot be added to DSL library (like FsUnit), It should be supposrted by framework (xUnit, NUnit,...

Dropping `netstandard2.0` is a very big change, it means that we break everyone who still on .NET Framework... What is new and cool in new NHamcrest? What is out motivation...

> Do we have statistics that shows how many dependents are still on .NET Framework? I believe that we do not have such statistic. > New in NHamcrest is that...