Cynthia MacLeod

Results 77 comments of Cynthia MacLeod

As far as I can tell, there seems to be some support in the latest docker container targets, but debugging still fails to automatically attach. If you do debug and...

Not added by this sdk. Might have been VS. Or depending on how you converted the project and created your launchsettings that might have done it.

@guywi-ms I think like @2ATCaroline it isn't showing update as it is already on the latest version - although I also got an email from azure stating that it was...

@dtivel Yes - I had worked out that the filelist might be a way of doing it, however, I run the command on a directory with multiple .nuget files (sometimes...

As a reason to use strong names (out-with those of us still maintaining large net framework based applications), we use them to identify assemblies containing injectable services that we develop...

@sourcebox Serial resistors at 22 to 100ohms actually can prevent echo/ringing on long lines (like the debug cables) and can _increase_ the maximum speed in some scenarios. It is best...

@Yozer I don't think messages can include a file reference for 1 thing, and it is a warning - that the source was modified by the build process and that...

@Yozer I think each warning should be different. Indeed, the whole project should ensure we have messages, but that might have to be a separate issue/pr. I think the code...

I noticed that the return remark for the function actually says it will return null if the icon is not found. I can understand on a public function, doing parameter...

I exclusively use the `RazorGenerator.MSBuild` package and do not use the vsix extension at all. They are 2 mechanisms to provide a solution, and you can't use both at the...