Jason Bock

Results 102 comments of Jason Bock

The CodeLens issue is a known one. Seems to happen when you have SGs in play (look [here](https://developercommunity.visualstudio.com/t/Feature-codelens-references-is-currently/1364256) for details). Here are some observations on the code... Is there a...

@TheCakeMonster I understand how this is "opt-in", but right now with serialization in CSLA....it just "works". For the most part, you don't have to do a lot to change what...

If I have to test through the server-side `DataPortal`, which, as I suggested, could get an instance of a `IServiceCollection` (or provider, whatever - the point is it's referring to...

> In that case the easiest solution is probably to have people directly create and use a server-side data portal instance - just skip all the complexity of everything prior....

I guess :). Personally, I'm not that concerned about that, but that's my own view. If I test a controller, I don't necessarily care if any middleware was configured that...

Creating this analyzer should be straightforward. One idea to consider is that I think source generators can generate anything, not just C# code. So it may be possible for a...

Should be very similar to what DoesOperationHaveAttributeAnalyzer and DoesOperationHaveAttributeAddAttributeCodeFix does.

I haven't looked at the implementation of Stryker, but, if you're using the Compiler API to analyze the code under test, it might be possible to determine if the two...

I understand the point about the semantic model that it does add some overhead. For the `ExclusiveOrExpressionSyntax` node case, is it more expensive to get the semantic model in play...

I wouldn't argue that bet. But with anything perf-related, it's always good to get the numbers. But here's another thought. In the case that I presented, the code is doing...