We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Repro steps
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered:
Workaround:
<Target Name="WorkAroundPackageAndProjectReferenceConflict" BeforeTargets="ResolveLockFileReferences"> <ItemGroup> <ResolvedCompileFileDefinitions Remove="@(ResolvedCompileFileDefinitions)" Condition="'%(ResolvedCompileFileDefinitions.Filename)' == 'Foo'" /> </ItemGroup> </Target>
Sorry, something went wrong.
I'm not able to repro this crash in the current VS build d15rel 26129.0. It is actually working as expected. No exception, no crash.
Merge pull request dotnet#364 from ericstj/removeMetadata
16676bd
Remove NuGet metadata
Merge pull request dotnet#364 from aspnet/vramak/HandleWebJobsArguments
1ed3109
Make the generated run.cmd file handle additional args
mattwar
No branches or pull requests
Repro steps
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: