Sean Fausett

Results 73 comments of Sean Fausett

There's an [_ecs_ optimized ami](https://us-east-1.console.aws.amazon.com/ec2/v2/home?region=us-east-1#Images:visibility=public-images;v=3;search=:Windows_Server-2022-English-Full-ECS;sort=desc:name) but still no [_eks_ optimized ami](https://us-east-1.console.aws.amazon.com/ec2/v2/home?region=us-east-1#Images:visibility=public-images;v=3;search=:Windows_Server-2022-English-Full-EKS;sort=desc:name). 😕

I vaguely remember hitting this a while ago. Update the SDK? See https://github.com/NuGet/Home/issues/7001#issuecomment-640350856 and https://github.com/dotnet/extensions/issues/2750.

Looks like you'd probably want to use the [Mono.Posix.NETStandard](https://www.nuget.org/packages/Mono.Posix.NETStandard) NuGet package. - Source: [mono/mono/tree/master/mcs/class/Mono.Posix](https://github.com/mono/mono/tree/master/mcs/class/Mono.Posix) - FilePermissions: [search FilePermissions path:mcs/class/Mono.Posix](https://github.com/mono/mono/search?q=FilePermissions+path%3Amcs%2Fclass%2FMono.Posix&unscoped_q=FilePermissions+path%3Amcs%2Fclass%2FMono.Posix)

@hannahchan I think you're right. Something like [this](https://github.com/gitfool/cake/commit/530f38d657167c5003c2c3903209986de2860558) (untested) change should capture the unix file permissions.

One more for good measure... reading the log output with [Visual Studio Code](https://github.com/Microsoft/vscode), in dark mode, with the [ANSI Colors](https://github.com/iliazeus/vscode-ansi) extension: ![image](https://user-images.githubusercontent.com/750121/110261448-26e2d300-8015-11eb-8110-e0164ae23818.png)

@augustoproiete it would be good to get some eyes on this and any ideas on how to actually implement it. 😛

It shouldn’t swallow all output, I mean intercept and pass-through all output, so downstream consumers are not affected, but the intercepted output can be attached when something goes wrong.

This is a followup to the second part of https://github.com/cake-build/cake/issues/2685#issuecomment-702973435: >* Integrating with dotnet `local` tools > >> Also, for this to integrate better with dotnet local tools, the `#tool`...

FWIW, I've used `System.CommandLine` and like it, although progress to a stable version seems slow.

Not much success trying to workaround this so far. Given the CF template is so thin, I'm wondering why it's used at all, rather than having first class Pulumi objects...