Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Key should be non null #5072

Merged
merged 1 commit into from
Jan 31, 2020
Merged

Conversation

buyaa-n
Copy link
Member

@buyaa-n buyaa-n commented Jan 30, 2020

As per discussion in #2375 (comment) Key expected to be set by derived concrete classes, not expected to be null

@buyaa-n buyaa-n added this to the 5.0 milestone Jan 30, 2020
@buyaa-n
Copy link
Member Author

buyaa-n commented Jan 31, 2020

/azp run runtime-libraries

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@buyaa-n buyaa-n merged commit 55d91ce into dotnet:master Jan 31, 2020
@buyaa-n buyaa-n deleted the sec_crypto_prim_update branch February 13, 2020 01:36
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
am11 pushed a commit to am11/runtime that referenced this pull request Aug 19, 2022
Fixes
dotnet#5072 (comment)

Context
When building a SLN, a metaproj is used to represent the build behavior. When there are multiple targets (ex clean;build), the current behavior is to run all of first Target in the projects, then run second Target. To improve the parallelism, the solution can pass both target to the project. Each project can start the second target without waiting for all of the first Target to finish.
When the feature is enabled via environment variable, MSBuildSolutionBatchTargets, Solution Generator will create a "SlnProjectResolveProjectReference" target to build all the project/targets. All targets will depend on this new target.

Add support for "SkipNonexistentProjects" as a metadata in MSBuild task. This allow the removal of it as a parameter during solution generation.

Testing
Added unit tests.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants