Rob Moore (MakerX)

Results 26 comments of Rob Moore (MakerX)

Just confirming that this has been happening lately to myself and some colleagues of mine. Next time it happens I'll try and pull the payload logs.

Can you confirm that the link you sent is correct? I just tried setting the trace settings to verbose for powershell, but it doesn't appear to be a setting? ![image](https://user-images.githubusercontent.com/573791/100583675-f6104500-3325-11eb-8856-3917ccb5b284.png)

Noted - I'll add that setting and loop back with logs if I notice the bug happening again.

It started happening again, here's the logs: [logs.txt](https://github.com/PowerShell/vscode-powershell/files/5644191/logs.txt)

+1 to being able to set secure outputs. You have to write a whole bunch of code to use a keyvault as an intermediary otherwise and it gets really ugly...

I normally find myself creating the nuget at build time and having it as an artifact. When would you want to create it at publish time?

If its a build artifact you don't need to? And if you have just compiled the binaries you would want to run it at build time rather than publish?

The other problem is the fidelity on nuget sucks. You have plan text only - no hyperlinks or markdown

Hi @Jehoel. Do you have any idea for the best way to generate `MvcHelper` style (aka static class) versions of Razor code with ASP.NET Core 3.1? Been trying to figure...

Hi, FYI I've created a (super basic, MVP) .netcore3.1 compatible library to perform similar (subset) functionality to what RazorGenerator did. Check it out if anyone is interested: https://github.com/MRCollective/MSBuildRazorCompiler.