Replies: 1 comment 1 reply
-
Closing out. You could consider asking dotnet/runtime about this. This is the repo to discuss the C# language itself, and its evolution. I would move your issue, but github seems to be buggy and i don't have the option to do it myself :( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
EDIT : Answer to this question here : dotnet/runtime#100840 (reply in thread)
I am not sure at all where to ask this question, so please let me know if there is a better forum for this.
I am one of the maintainers of the RoboSharp library, and am working on a PR to bring some custom implementations into existence for consumers. One of those will effectively be a wrapper for CopyFileEx, or its planned to be if all goes well (which its not).
The problem i have run into is that 2 of my unit tests fail when running via VS2019 Professional, and succeeds when running via VS2022 Community.
CopyFileEx_CopyFile
andCopyFileEx_CopyFileAsync
(ignoreCopyFileAsyncTest
)Test Overview:
Relevant Code:
Other relevant code :
PR I discovered the issue in : PCAssistSoftware/RoboSharp#193
Other files with relevant code :
Beta Was this translation helpful? Give feedback.
All reactions