Phil Henning

Results 26 comments of Phil Henning

> I thought it would go in the C# node if the language is set correctly. Will need to discuss with Phil. It should. I just opened a bug to...

By the way, .ico should work in Visual Studio, we do support both, technically we support ICO + any other bitmap format that can be loaded into BitmapImage. The icon...

> Alright, just pushed up what might be the last version of this. > > I added an icon and verified the display in VS: > > ![image](https://user-images.githubusercontent.com/573979/181829313-dfd2a94c-7a1b-41e6-968f-64c910a335f2.png) > >...

For what its worth, in the Visual Studio host we strip off any trailing digits on the default name before passing it to the IDE for use in the New...

@agilenut What exactly are you specifying for the location? ![image](https://user-images.githubusercontent.com/2433750/183654295-7923dad8-8049-4af6-bdfd-3b5c41c5da5e.png) There will *always* be a folder created under the specified Location regardless of whether place solution and project in same...

Thanks for the additional context about your scenario. This will help us to better understand what you are trying to achieve here. One of the challenges here is how decoupled...

Oh one other thing, you also need the following symbol defined, if you don't already. ```json "symbols": { "HostIdentifier": { "type": "bind", "binding": "HostIdentifier" } } ```

I think I made some alignment and copy and paste errors, you should put the modifiers object as a property inside a source. See the Blazor WASM template here: https://github.com/dotnet/aspnetcore/blob/0cdea60e07a16bd31a5b41c5d4eac3ebeff9acd8/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json#L64...

@vijayrkn Sure, if someone who has more context on what the content should be, Ican certainly update it. I'm assuming we'd want to update WindowsAzure.Storage and the Microsoft.Azure.KeyVault.Core packages as...

@fabiocav / @anthonychu If your team could get the exact generated content, I can update the template in the right repo.