b-straub

Results 22 comments of b-straub

Found the answers to one of my questions: - is there a way to set breakpoints inside the generator? _When invoked by CSharpGeneratorDriver e.g. during Unit testing, the generator code...

@danielcrenna Please see my test repository for an example [BlazorSourceGeneratorTests](https://github.com/b-straub/BlazorSourceGeneratorTests)

I am interested in a higher accuracy for small objects. Watching this video [YOLO v2 vs YOLO v3 vs Mask RCNN vs Deeplab Xception](https://www.youtube.com/watch?v=s8Ui_kV9dhw) I get the feeling that YOLO...

After digging a bit more, I found the issue related to the MSBuild integration. Unfortunately my project only generates coverage with "coverlet.collector" but not with "coverlet.msbuild". With the MSBuild version...

@bergi9 Can you provide an example illustrating the problem? I have a SPA project using DD as well and made some stress testing for the page rendering but I couldn't...

Now .NET8.0 is out quite a long time and still preview is needed to use 'ReferenceAssemblies.Net.Net80'. What is the logic for having such a long preview phase?

> @b-straub This was already covered by [#1047 (comment)](https://github.com/dotnet/roslyn-sdk/issues/1047#issuecomment-1523360798) This comment is from a year ago, so something should have changed meanwhile …

I suggest to investigate this issue and make part of the ToDo sample.

Thanks, this is working well. Can you please give a hint when this branch will kick in: https://github.com/dexie/Dexie.js/blob/22a7b664f04dbaffc37145c0549a9d632124dff6/samples/dexie-cloud-todo-app/src/components/access-control/SharingForm.tsx#L154

> I've used this to work around the issue: [xunit/xunit.analyzers@1b8cf8a?w=1](https://github.com/xunit/xunit.analyzers/commit/1b8cf8afd6aa5be83483064e3a72beb5683781d7?w=1) > > If I'm the only consumer of `Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.Xunit` can you can probably just delete it outright, as I'll just...