Conversation
The error doesn't make any sense to me. |
|
I've copied the changes to WCT and WCT Labs and the solutions were restored successfully. |
|
I'll take a look |
The "Out of disk space" errors were caused by GitHub changing Actions from under us, this was patched in #296 |
|
Hmm, that's new: Errors from the latest CI run. I notice it's coming from We don't depend on Win2D here, but it might be coming from Behaviors. |
|
Behaviors was updated with Wasdk 1.8 last month and the update is available on NuGet, so we'll update that and see if the error goes away. |
|
@Arlodotexe we should be able to move this along now that Win2D has updated. Can we get test PRs open on the main and labs repo for this too? |
…nced transitively from Microsoft.WindowsAppSDK.WinUI
…ork around slngen issues
Full error text: ``` Microsoft.Build.Exceptions.InternalLoggerException: The build stopped unexpectedly because the "ReusableLogger" logger failed unexpectedly during shutdown. ---> System.ObjectDisposedException: Cannot write to a closed TextWriter. at System.IO.__Error.WriterClosed() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at Microsoft.Build.Framework.BuildFinishedEventHandler.Invoke(Object sender, BuildFinishedEventArgs e) at Microsoft.Build.Logging.EventArgsDispatcher.Dispatch(BuildEventArgs buildEvent) at Microsoft.VisualStudio.SlnGen.ForwardingLogger.Shutdown() at Microsoft.Build.BackEnd.Logging.LoggingService.ShutdownLogger(ILogger logger) ```
|
NVM, that's the other repos only I guess, so something else here. |


Closes #292