Uh oh!
There was an error while loading. Please reload this page.
[API Implementation]: SafeFileHandle overloads for SetCreationTime, SetLastAccessTime, SetLastWriteTime - #60507
Conversation
ghost
commented
Oct 16, 2021
Tagging subscribers to this area: @dotnet/area-system-io |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
deeprobin
commented
Oct 22, 2021
@danmoseley Do the files added under |
danmoseley
commented
Oct 22, 2021
@deeprobin if you look at the build log you should see the project file on the end of the error: You've introduced use of WIN32_FILE_ATTRIBUTE_DATA into a file in this project: the project file needs updating to include its source file. |
danmoseley
commented
Oct 22, 2021
@deeprobin are you able to build the libraries locally successfully? An incremental build under src\libraries should be less than a minute, and ought to have thrown up these errors locally, which would be quicker for you than waiting an hour or whatever for the PR validation system. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
danmoseley
commented
Oct 22, 2021
Generally folks don't push changes one at a time, because it restarts PR validation, which is extensive -- 50+ configurations -- and that uses machine capacity. What I suggest is that you wait to push until you are satisfied with your changes and have done basic build and tests locally, then push everything (squashed or not as you prefer). Another option is that I mark this PR as draft, so that pushes don't kick off more validation (I think). What are your thoughts |
deeprobin
commented
Oct 23, 2021
Unfortunately, VS support doesn't currently work for me with .NET 7, so I've always validated that via CI. |
Uh oh!
There was an error while loading. Please reload this page.
danmoseley
commented
Oct 24, 2021
You can build and run tests outside of VS. this is what I do. There is all the info you need in the workflow docs in this repo. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
danmoseley
commented
Nov 3, 2021
@deeprobin it looks like there's unix specific build errors. You don't need to be on a Unix box to reproduce those. Something like this at the root of the repo: There should be a way to do it with dotnet build, but I have to check how. |
deeprobin
commented
Nov 3, 2021
@danmoseley Thank you. I'll fixed it (the unix-build is now passing locally) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
danmoseley
commented
Dec 12, 2021
It looks like you need to rebase on main as I made a concurrent change. It should be easy. |
danmoseley
commented
Jul 5, 2022
Can you please open a new issue for your failure: |
danmoseley
commented
Jul 5, 2022
Cc @wfurt |
deeprobin
commented
Jul 6, 2022
@jozkee@danmoseley |
deeprobin
commented
Jul 11, 2022
@jozkee Can you give another review (or approve)? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: David Cantú <jozkyy@gmail.com>
Adapted from MSDN
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jozkee
commented
Jul 12, 2022
@deeprobin if you are not planning on addressing the documentation feedback, could you please file an issue for it? |
deeprobin
commented
Jul 12, 2022
I'll address it. Give me one hour ;) |
Co-Authored-By: David Cantú <jozkyy@gmail.com>
deeprobin
commented
Jul 12, 2022
@jozkee Doc changes applied |
Uh oh!
There was an error while loading. Please reload this page.
jozkee
commented
Jul 12, 2022
CI error is #66625 |
jozkee
commented
Jul 12, 2022
Thanks, @deeprobin. |
Proposal implementation of #20234 (closes#20234)
Proposal
Current state of implementation
/cc @Liryna