Omair Majid

Results 41 issues of Omair Majid

As someone who is just getting started with OpenShift, one of the first questions I generally want an answer to when I am looking at an OpenShift console is to...

kind/bug
lifecycle/frozen
component/core

https://github.com/microsoft/vstest/blob/c9ce3dd33bcf3fe96c2022f5a69ace071c793135/Directory.Build.props#L72-L73 The `PackageLicenseExpression` says this is MIT but `PackageLicenseFile` says this is a completely different license.

I have been poking around the package-lock.json file and the npm cache that's included in the VMR and found a few things that I wasn't expecting. I am posting a...

area-infrastructure
area-unified-build

We have run into issues with timezones in the past. Globalization is another related feature in .NET. It would be good to verify that full globalization is enabled and works...

I wanted to use an `async Main`. That requires C# 7.3. To use this, I need to [set the language version](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/configure-language-version). aCute doesn't provide a suggestion for adding `latest` to...

`.sln` files are meta-project files meant to collect a bunch of projects that IDEs can use. A `sln` file describes what projects are part of a larger set of projects....

enhancement

### Description dotnet-sos version '5.0.160202' has a regression in the clru sos command. Previous versions were working correctly, but a recent update makes it fail against .NET Core 5.0.102 and...

bug

### Description With .NET 8 RC1 on s390x, running `dotnet trace convert` causes a crash ### Reproduction Steps ``` $ dotnet tool update -g dotnet-trace ... Welcome to .NET 8.0!...

tracking-external-issue

I have a heap dump that `verifyheap` says contains errors: ``` Heap Segment Object Failure 2 7f6f2748d500 7f6fd2002fd0 InvalidMethodTable Object 7f6fd2002fd0 has an invalid method table 0 11,914 objects verified,...

bug
sos

We use CentOS Stream 8 container images in this repo. They are going EOL on May 31st, 2024: https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/

area-dockerfiles