Vladimir Khvostov
Vladimir Khvostov
* List of [NuGet packages](https://github.com/microsoft/ApplicationInsights-dotnet#nuget-packages) and version that you are using: v2.11.2 * Runtime version: net48 * Hosting environment: Windows ### Describe the bug StandardPerformanceCollector.RegisterPerformanceCounter throws NullReferenceException. Here is a...
mock.Protected().Setup<int>("Foo") fails base implementation of Foo is hidden in the derived class
This PR fixes an issue described in the #1341
This regression was introduced in v4.7.0 (tested with 4.5.30 - no issues). Consider the following example: ```CSharp namespace LibraryTests { using System; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Moq.Protected;...
### Description MyImage2025.01.01-snapshot is a perfectly valid snapshot name, but original code does not accept it. Original code does not allow to use dots in the snapshot name. ### Rollback...