Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Remove <Imports> now covered by Directory.Build.props. - #607

Merged
jonpryor merged 1 commit into
masterfrom
build-props-warnings
Mar 19, 2020
Merged

Remove <Imports> now covered by Directory.Build.props.#607
jonpryor merged 1 commit into
masterfrom
build-props-warnings

Conversation

@jpobst

@jpobstjpobst commented Mar 19, 2020

Copy link
Copy Markdown
Contributor

In #605, we created a Directory.Build.props file which automatically imports several things for all projects. The projects that are still manually importing these same files are creating duplicate warnings like:

tests\Java.Interop-Tests\Java.Interop-Tests.csproj(33,3): Warning MSB4011: "d:\a\1\s\bin\BuildRelease\JdkInfo.props" cannot be imported again. It was already imported at "d:\a\1\s\Directory.Build.props (13,3)". This is most likely a build authoring error. This subsequent import will be ignored. 

This doesn't fix the jnienv-gen.csproj warnings, they will be fixed when the project is converted to sdk-style.

@jpobst
jpobstforce-pushed the build-props-warnings branch from 8d52299 to e2f2300CompareMarch 19, 2020 19:43
@jpobst
jpobst marked this pull request as ready for review March 19, 2020 19:56
@jonpryor
jonpryor merged commit e070ce3 into masterMar 19, 2020
@jonpryor
jonpryor deleted the build-props-warnings branch March 19, 2020 20:12
@jpobstjpobst added this to the d16-7 milestone Apr 10, 2020
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Apr 13, 2024
Sign up for freeto 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.

2 participants

@jpobst@jonpryor