Dai

Results 167 comments of Dai

@davidfowl (It's 3am, what are you doing up?!) > dotnet/runtime#43149 go add your +1. Thanks - I've done that now. I did search around earlier but I didn't find this...

@djdallmann Why did you close this as Completed?

I've identified the problem exists in `Constants.cs`'s `const string OutputBlockRegex`. I have uncovered the actual regex patterns that VS itself uses and posted it to https://github.com/Tim-Maes/T4Editor/issues/21 - VS uses a...

Thank you for the contribution! Looking at my original code I see that `closedGenericType` is unused - so I wonder if I should have passed that as the parameter argument...

I've just published version `5.0.0-beta01` which solves this issue. Can you give it a try to confirm it fixed it for you? https://www.nuget.org/packages/Jehoel.AspNetDependencyInjection/5.0.0-beta01 https://www.nuget.org/packages/Jehoel.AspNetDependencyInjection.Mvc/5.0.0-beta01

Hmm, good catch! I do remember my unit and integration tests for ASP.NET MVC passing though - I need to find out why those tests were passing when something like...

Do any of you have a project that reproduces the issue that you can put in an emailed zip or github gist or repo?

@StandBackBurrito _ASP.NET Web API_ uses a different mini-resolver class than ASP.NET MVC. The code in this thread is specific to ASP.NET MVC. Can you explain how your ASP.NET Web API...

@djseng @StandBackBurrito I've just published version `5.0.0-beta01` which I think fixes this issue - can you verify that at your end? https://www.nuget.org/packages/Jehoel.AspNetDependencyInjection/5.0.0-beta01 https://www.nuget.org/packages/Jehoel.AspNetDependencyInjection.Mvc/5.0.0-beta01

In the original issue reported to `developercommunity.visualstudio.com` I just moved the file back. But the issue happened again today while working with some UserControls (`*.ascx`) in a subdirectory. I found...