Andrew Stanton

Results 110 comments of Andrew Stanton

Everything in this article was interesting to me and a good read, I have to take issue with the one paragraph because I think you probably werent approaching it correctly...

@MarcoRossignoli - Does this work for an example? In this code, the `GetClaimTypeValue` function has all statements being reported as uncovered. The `GetClaimValue` that is below it is properly excluded...

System.Text.Json has problems with how it does not serialize/deserialize an entire object graph when the types are inherited. So if you have ``` csharp public class A { public string...

A .tfignore will often be placed adjacent to the solution file at the branch root. Please make sure that libman respects those as well.

> NuGet will normalize versions to be semver, in DSC case removing the trailing zero (2.3.0.0 to 2.3.0). @tnieto88 - it only removes the trailing zeros and some leading zeros....

I'm going to leave this open as someone may find value in it or any answer that can be provided, but we are stopping our POC of using GraphQL because...

@carolstran if someone is going to be addressing these problems with the mutations, I have logged related issue #992 that they should be considering as well.

Counting the number of "Searcher started" is not really feasible when they are scrolling by. I cant count that fast. =D ![image](https://user-images.githubusercontent.com/15381181/107889503-02497e80-6ee1-11eb-87b7-743917ca7560.png) I found that counting the two subfolder types...

The 799 of our repos I'm targeting average about 462 files per repo. That doesnt seem out of the "medium" size range, so i suspect its just the number of...

Clicking in the white area mentioned above does indeed bring up the query list as expected.