EngstromJimmy / Blazm.Extension

A Visual Studio Extension that solves some of the pain points when working with Blazor
MIT License
70 stars 7 forks source link

Cant create bUnit tests if project is in a sub folder #10

Open vnbaaij opened 1 year ago

vnbaaij commented 1 year ago

For the Fluent UI library we are using several folders in our solution for organizational purposes. The library code for example is in a src subfolder. Creating tests fails with this and debugging the extension showed it is failing because of the folders existing. Hope this helps!

EngstromJimmy commented 1 year ago

This was one of the problems I tried to fix in the latest update :( I will check again. Is your project open source, perhaps I can test with that?

vnbaaij commented 1 year ago

Oh, I might not have tried with the latest then (not at pc for couple of days). I tried with https://github.com/microsoft/fluentui-blazor

EngstromJimmy commented 1 year ago

I will test :) I tried to fix the problem last Thursday.

vnbaaij commented 1 year ago

Yeah, my test was right before that (Wednesday).