Omair Majid

Results 73 comments of Omair Majid

As a linux power user, I would love it if both `~/.dotnet` and `~/.templateengine` moved their data elsewhere. For cache, moving it to an appropriate cache location would be great.

Oh, that's great to see! I think I must be using an older version of OpenShift. I don't see the "Cluster Overview" page in my instance. The About dialog only...

I started up a local instance using Code Ready Containers. ![image](https://user-images.githubusercontent.com/174451/83421936-cf189b00-a3f6-11ea-88db-f5d1a898bcd5.png) ``` $ oc version Client Version: 4.3.19-202005020952-4fb2d4d Kubernetes Version: v1.17.1 ``` Is this something CRC is doing? Or something...

This seems to be fixed now? I am not running as admin and I see version 4.8 in Help > About: ![image](https://user-images.githubusercontent.com/174451/158401458-c6688c86-27ca-41ad-b93c-027e846a6e94.png)

Yes, still needed: we would like to build .NET Core 3.1 on recent versions of Fedora (and even Alpine, see https://github.com/dotnet/corefx/pull/43130) that fail because of warnings. (The alternative is each...

Yup, just wanted to find some time to see if this improves things on alpine too.

@safern I have rebased it and re-tested it.

Test failures are in libraries, which look unrelated to my changes?

The test fixes were ported separately by https://github.com/dotnet/corefx/pull/43137. I have rebased this PR on top of that.