Kasper B. Graversen

Results 99 comments of Kasper B. Graversen

I get the same result when running my tests of my project as well. `dotnet test /p:AltCover=true /p:AltCoverAssemblyExcludeFilter="Microsoft|testhost|NUnit3.TestAdapter|AltCover.Monitor|GreenFeetWorkFlow.Tests"` works

On a vanilla install where ctrl-c/v is not bound to vsvim i can confirm ctrl-c+ctrl-v copies and paste Windows 10 Visual Studio version: 17.10.1 VsVim version: 2.10.0.6 Programming Language: c#...

I can reproduce on windows 10, VS 17.10 - with no resharper

I tested on * Visual Studio version: 2022 Community Version 17.10.1 * VsVim version: 2.10.0.6 * Programming Language: C# * no resharper tested a subset of the keys * `Ctrl-E`...

I'm using a non-standard font and it works here too, windows 10 + visual studio Version 17.10.1

I get the following output ``` Synchronously executing request https://xxxx.net/controls/objectdata.htm?id=15362&objecttype=probenode&username=yyyyy&passhash=22222222 PRTG Network Monitor has discovered a problem. Your last request could not be processed properly. Error message: The selected object...

> Ah, I see the issue! > > ```cs > var props =client.GetProbeProperties(sensor.Id); > ``` > > You are attempting to retrieve the **probe** properties of a **sensor** > >...

> Also, I can't believe I never tested this before, but I don't think my `IQueryable` provider supports doing `ToLower` like this > > ```cs > Sensor[] sensors = client.QuerySensors(s=>s.Name.ToLower().Contains("myservice")).ToArray();...

> If `GetProbeProperties` first had to do `GetProbe` on the ID you passed in to verify whether or not it's actually a probe, this would double the number of API...

Extracting all of our sensors i get more deserialization errors. PrtgAPI.XmlDeserializationException HResult=0x80131500 Message=Could not deserialize value '2' as it is not a valid member of type 'PrtgAPI.GraphType'. Could not process...