Skip to content

A Basic Solution Structure to Enable Infrastructure Development - #3

Merged
natidea merged 3 commits into
dotnet:masterfrom
natidea:packageDeps
Aug 2, 2016
Merged

A Basic Solution Structure to Enable Infrastructure Development#3
natidea merged 3 commits into
dotnet:masterfrom
natidea:packageDeps

Conversation

@natidea

@natidea natidea commented Aug 2, 2016

Copy link
Copy Markdown
Contributor

This basic solution includes an empty placeholder project for the PackageDependencyResolution task. (I left out the source of the task because that is a longer review.) This PR is the minimal layout we need to start working on infrastructure tasks (Jenkins, Microbuild etc.). More detailed build.cmd, Settings.targets etc can be fleshed out later.

/cc @333fred @srivatsn @dotnet/project-system

<ProjectGuid>{DF7D2697-B3B4-45C2-8297-27245F528A99}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.PackageDependencyResolution.Tasks</RootNamespace>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How many "tasks" libraries do we expect to have in this repo? This name seems very specific, and not many tasks will be able to live in this assembly.

For example, my next task is to add the tasks for "Generate .deps.json" and "Generate .runtimeconfig.json" files. I don't think they would belong in an assembly named Microsoft.PackageDependencyResolution.Tasks.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 with @eerhardt

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, we could explore a rename

@natidea
natidea merged commit fdfa7f9 into dotnet:master Aug 2, 2016
nguerrera pushed a commit that referenced this pull request Oct 10, 2016
As we discussed offline, checking this in to unblock Jenkins work
mmitche pushed a commit to mmitche/sdk that referenced this pull request Jun 5, 2020
Importing the publish profiles from the package.
JanKrivanek referenced this pull request in JanKrivanek/sdk Oct 26, 2022
JanKrivanek referenced this pull request in JanKrivanek/sdk Oct 26, 2022
edvilme referenced this pull request in edvilme/sdk Nov 19, 2024
# This is the 1st commit message:

tool-install: Avoid duplicate sources

# This is the commit message #2:

tool-install: Use hashset for LoadDefaultSources

# This is the commit message #3:

Check for duplicate source uris rather than objects as they might have different names
dsplaisted added a commit to dsplaisted/sdk that referenced this pull request Mar 5, 2026
…l.json resolver, list improvements

- Create shared UpdateWorkflow and UninstallWorkflow (#4A)
- Refactor SdkUpdateCommand and SdkUninstallCommand to thin wrappers (#4B)
- Fix uninstall error message to use actual source filter (dotnet#2)
- Fix GC deletion assumption with targeted installation snapshot (dotnet#3)
- Include channel/spec in update status messages (dotnet#8)
- Create RuntimeUpdateCommand and RuntimeUninstallCommand (#4C)
- Wire runtime update/uninstall in parsers (#4D)
- Implement GlobalJsonChannelResolver and use in GC RefreshGlobalJsonSpecs (dotnet#16)
- List command now shows both install specs and installed versions (dotnet#12)
- Fix SourceOption naming/syntax for System.CommandLine compatibility

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
dsplaisted added a commit to dsplaisted/sdk that referenced this pull request Mar 5, 2026
Changes include:
- Rename 'managed installations' to 'tracked installations' (dotnet#10)
- Fix '.metadata' -> 'metadata' folder name (dotnet#18)
- Include component type in error/warning messages (dotnet#11)
- Remove component spec from runtime update (dotnet#12)
- Remove GetInstallations wrapper (dotnet#6)
- ScopedMutex throws TimeoutException on failure (dotnet#22)
- Make InstallResult.Install non-nullable (dotnet#17)
- Remove ComponentFilesExist shortcut (dotnet#19)
- Wire up InstallSource enum (dotnet#21)
- ListCommand: enum types, narrowed mutex, read-only verify, spacing (dotnet#3,dotnet#4,dotnet#5,#1)
- Show global.json path in list output (dotnet#15)
- Add doc comments to ListData types (dotnet#7)
- Move SourceOption to CommonOptions, remove alias fields (dotnet#9)
- Remove ResolveChannelFromGlobalJson test hook wrapper (dotnet#14)
- Root 'dotnetup update' updates all components (dotnet#16)
- GlobalJsonChannelResolver: support rollForward policy (dotnet#13)
- Error when installing to unmanaged dotnet root (dotnet#20)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
dsplaisted added a commit to dsplaisted/sdk that referenced this pull request Mar 6, 2026
Changes include:
- UpdateWorkflow.Execute returns non-zero exit code on failure (#1)
- InfoCommand JSON output includes InstallSpecs (dotnet#2)
- Wire --update-global-json through SdkUpdateCommand to UpdateWorkflow (dotnet#3)
- Implement DotnetInstallManager.UpdateGlobalJson using Utf8JsonReader (dotnet#3)
- Fix ResolveEntryDestPath to use normalized entry name (dotnet#4)
- Fix test: MajorMinor test uses correct channel '9.0' (dotnet#5)
- Fix test: LTS assertion checks Major instead of Minor (dotnet#6)
- Fix ScopedMutex.Dispose to not leak mutex on ReleaseMutex throw (dotnet#7)
- Make CommonOptions fields static readonly (dotnet#9)
- Remove unused --no-progress from uninstall parsers (dotnet#10)
- GarbageCollector catches Exception instead of just IOException (dotnet#11)
- Capitalize 'SDK' in SdkCommandParser description (dotnet#12)
- Eliminate redundant manifest reads in InstallerOrchestratorSingleton (dotnet#13)
- Fix STS test error message to say 'major' not 'minor' (dotnet#14)
- Make DotnetupUtilities.ExeSuffix readonly (dotnet#16)
- Fix FormatBytes to use floating-point with one decimal (dotnet#17)
- Remove dead ReleaseManifest variable in DotnetInstaller (dotnet#18)
- Make UpdateChannel.Name immutable (dotnet#19)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mmitche added a commit that referenced this pull request Mar 17, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants