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

End-to-end tests of small .NET tasks (called from .NET Framework) #11332

Open
rainersigwald opened this issue Jan 24, 2025 · 0 comments
Open
Labels
Area: Visual Studio Issues related to interactions with Visual Studio or project systems. triaged
Milestone

Comments

@rainersigwald
Copy link
Member

We should have some small core-only tasks that run in an end-to-end environment in Framework.

<Project>
    <UsingTask TaskName="Thing" AssemblyFile="..." Runtime="Net" />

    <Target Name="Go">
        <Thing />
    </Target>
</Project>
@rainersigwald rainersigwald added the Area: Visual Studio Issues related to interactions with Visual Studio or project systems. label Jan 24, 2025
@rainersigwald rainersigwald added this to the VS 17.14 milestone Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Visual Studio Issues related to interactions with Visual Studio or project systems. triaged
Projects
None yet
Development

No branches or pull requests

2 participants