Michael Yanni

Results 34 issues of Michael Yanni

The URLs provided are: ``` ..\..\build\import\Versions.props ..\..\version.json ``` The link checker shows these as an error: ``` FILE: ./.github/ISSUE_TEMPLATE/branch-checklist.md [✖] ....\build\import\Versions.props [✖] ....\version.json ERROR: 2 dead links found! [✖] ....\build\import\Versions.props...

# Summary I didn't know to enter this as a bug, a documentation issue, or a feature request. Basically, **there is a limit of 32 usable parameter sets**. This hard...

Issue-Enhancement
Area-Maintainers-Documentation
Documentation Needed

### Description This is part of an effort for [Central Feed Services (CFS)](https://eng.ms/docs/cloud-ai-platform/developer-services/one-engineering-system-1es/1es-docs/secure-supply-chain/project-artemis/central-feed-services-cfs). The tooling they make for validating feeds being used in a repo rely on a `nuget.config` file...

Looking at the [MSBuild CLI doc](https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2022), the `m` flag sets the number of concurrent processes to use. Without a number, it uses the number of processors on the PC. Without...

Area-Infrastructure
Triage-Approved

Related: https://github.com/dotnet/project-system/issues/8319 There are a couple situations with this problem. Instead of installing Visual Studio, you can install [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/?q=build+tools). Technically, our build should succeed with these...

Area-Infrastructure
Triage-Approved

Related: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1495770 Related: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1522781 (Potentially) Related: https://github.com/dotnet/msbuild/issues/4704 Normally, any SDK-style project that `msbuild` can build, the dotnet CLI using `dotnet build` can also build. This is because under-the-hood, the dotnet...

Area-Infrastructure
Triage-Approved

Currently, integration tests do not function. The legacy MyGet package source is no longer referenced by the repo, and the tooling required for APEX (very old version) was being pulled...

Area-Testing
Area-Infrastructure
Triage-Approved

In an effort to remove our dependence on [roslyn-tools](https://github.com/dotnet/roslyn-tools), it would be smart if we no longer used RIT (Roslyn Insertion Tool). This tool is activated by a PowerShell script...

Area-Infrastructure
Triage-Approved

We no longer support `.xproj` project type. Drew had [removed support for .xproj migration](https://github.com/dotnet/project-system/pull/4895), but there are still remaining bits of .xproj within the codebase. These include: - Xproj factory...

Area-Infrastructure
Triage-Approved

*Directory.Packages.props* is related to the central package management system. We currently have a similar system of our design via `` nodes in a *Packages.targets* file. This issue is to move...

Area-Infrastructure
Triage-Approved