Chris Martinez
Chris Martinez
I might wrong, but other than Visual Studio forums, I think the only other place we might voice an option is: https://github.com/microsoft/VSProjectSystem I don't see any mention of shared projects...
I took the liberty to create a Visual Studio feature request: https://developercommunity.visualstudio.com/t/Support-NET-SDK-Style-Behavior-in-the-S/10221992 If we really want to get it added, everyone needs to vote and spread the word. The program...
@marcpopMSFT that works for VS Code, but is completely unusable in VS with a solution. Using "Open Folder" in VS is not a like-for-like alternative and causes a **lot** of...
@marcpopMSFT thanks for continuing the conversation. Yes, Shared Projects were introduced during the UWP efforts, but this was really because prior to MAUI, multi-targeting, especially UI apps, was really painful....
@msedi I'm not sure I follow. What you are proposing is exactly what a Shared Project already does. If you want to propose a change to the way build works,...
@sharpjs I haven't tried `*.csproj` ('cause it's not _actually_ a C# project), but I'll just go out on a limb and say that you're correct. The file extension for the...
@marcpopMSFT I'd say you just about nailed it IMO. [ASP.NET API Versioning](https://github.com/dotnet/aspnet-api-versioning) started using **No Targets** to solve the same `build` extension management in the solution you have: Aside from...
The main issue here is that you haven't updated all of the templates. There are a few actions, specifically `NewHires`, which requires an explicit route template. I don't know the...
I believe you _can_ use attribute routing, but it still has to match the OData conventions or they don't line up. You can verify that by visiting the `~/$odata` debug...
Yeah, it looks like this is meant to be: ```diff +if ( !string.IsNullOrEmpty( code ) ) ``` 😳 doh!