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

Where does the TaskItem class come from? #8

Closed
mrlucmorin opened this issue Jan 6, 2025 · 2 comments
Closed

Where does the TaskItem class come from? #8

mrlucmorin opened this issue Jan 6, 2025 · 2 comments

Comments

@mrlucmorin
Copy link

Hi,

You use the TaskItem class, for example if the Drag and Drop example.

Where is this class defined? The only reference I can find is Microsoft.Build.Utilities.Core, but you don't seem to use that namespace in your code.

Could you please clarify?

Thanks

@MammaMiaDev
Copy link
Owner

Hello!
The TaskItem is a custom record defined inside the DragAndDropPageViewModel class.

@mrlucmorin
Copy link
Author

Hi, thanks for the reply.

My fault, I didn't know about the record syntax, so I was left thinking it was from another library. I've been stuck in .NET Framework 4.x way too long now, it was really time to upgrade to dotnet.

Good job!

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

No branches or pull requests

2 participants