Wiktor
My feedback
6 results found
-
4 votes
It appears that VS2026 supports extensions built for VS2022. I did some preliminary testing and it appears that XrmToolkit works without issues in VS2022. Please reach out if run into any problems.
An error occurred while saving the comment
Wiktor
shared this idea
·
-
1 vote
Wiktor
shared this idea
·
-
3 votes
Wiktor
shared this idea
·
-
3 votes
An error occurred while saving the comment
Wiktor
commented
Hi Ahash,
you could bypass this by using the IsDirty property. As you see, the Update only happens if there are changed values. So your code could look like this:
var entitiesThatWillGetUpdatedCount = myEntities.Count(x => x.IsDirty);
-
2 votes
Wiktor
supported this idea
·
-
7 votes
Wiktor
shared this idea
·
From our tests, it also doesn't seem that there are any issues with v8 and VS2026 after all. From my point of view, this suggestion can be closed as resolved and if some problems do occur, I'd like an announcment whether these potential compatibility fixes will be part of v8.x or will it be rolled out as v9.