Omair Majid

Results 41 issues of Omair Majid

When building the VMR in source-build bootstrap mode, we end up with duplicate copies of nuget packages - one set in the SourceBuiltArtifacts tarball, and another in the restored packages...

Remove the logic that overrides the git commit info for each repo. Let each repo infer the VMR's git commit (via sourcelink). That will let the installer and sdk repos...

Parts of source-build think 6.0 GA is still preview: https://github.com/dotnet/installer/blob/0527f050188743e0a5d3da602391208323b7a291/src/SourceBuild/tarball/content/eng/Versions.props#L5-L11 When building ASP.NET Core, we can see the bad version being used: ``` FixAspNetCoreVersion: Replacing ',l="5\.0\.\d+"}]\);' with ',l="6.0.0-preview.6"}]);' RepoBuild: /home/omajid/dotnet6.0/dotnet-9e8b04bbff820c93c142f99a507a46b976f5c14c-x64-bootstrap/src/aspnetcore.ae1a6cbe225b99c0bf38b7e31bf60cb653b73a52/eng/build.sh...

Are there any plans to support async/await in this library?

enhancement

`ansible-mode` claims that ansible-related snippets are `text-mode` snippets. A ton of non-programming modes (such as html-mode) derive from `text-mode`. So ansible-related completions show up in completely non-ansible-related modes. These snippets...

pull request wanted

Often, when building .NET, we want to build with different configurations of external libraries. For example, runtime has a copy of brotli, and we may or may not want to...

If we extracted the previously-source-build tarball only for running the binary cleanup tool, clean up the extracted contents. This undo's the extraction operation that was only performed for running the...

Can we use an open source build of .NET Core 2.0 here: https://github.com/fabric8io/fabric8-jenkinsfile-library/blob/d78aec4c88d76a5194023118c386e52ed8a98499/dotnet/ReleaseAndStage/Jenkinsfile#L12 ? The Microsoft container image is built on top of Debian and Windows and uses their binary...

### Description An MIT notice is identified as `MIT AND MPL-2.0`: ```xml ... ``` ### How To Reproduce ``` $ wget https://raw.githubusercontent.com/dotnet/wpf/fb28902a8f38ec80274c8120ba832feec97303c4/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/MenuItem.xaml $ scancode --json-pp - --license --unknown-licenses --license-references MenuItem.xaml...

bug

### Description An MIT notice is identified as `MIT AND BSD-2-Clause-Views` instead of just `MIT`. This is an XML-like source file that looks like this: ```xml ... ``` ### How...

bug