DaveyJonesBitPail
DaveyJonesBitPail
Entire output log (dotnet test): [devdrive-test-execution.txt](https://github.com/user-attachments/files/19605651/devdrive-test-execution.txt) > Determining projects to restore... Restored V:\Repos\dscom\src\dscom.test.assembly\dscom.test.assembly.csproj (in 71 ms). Restored V:\Repos\dscom\src\dscom.test.assembly.dependency\dscom.test.assembly.dependency.csproj (in 69 ms). Restored V:\Repos\dscom\src\dscom.client\dscom.client.csproj (in 180 ms). Restored V:\Repos\dscom\src\dscom\dscom.csproj (in 180...
A couple of additional notes: - Issue appears to always occur at [TypeLibEmbedder.cs#L103-L107](https://github.com/dspace-group/dscom/blob/main/src/dscom/TypeLibEmbedder.cs#L103-L107) - Specifically actually applying the internal changeset w/ [EndUpdateResourceW](https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-endupdateresourcew) will result in ERROR_ACCESS_DENIED (Error code 5) -...
I attempted to reproduce with a personal machine (Win 11 Pro v10.0.22631 Build 22631) on a Dev Drive (ReFS, partition) and had the same results you posted (All green, no...