You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the SDK from 9.0.203 to 9.0.300 we see new rpswa.dswa.cache.json StaticWebAsset caching files being created that cause multi-write issues when running under BuildXL.
There doesn't appear to be a way to easily disable this functionality. Untracking the file results in UnauthorizedAccessException errors, as it appears multiple processes try to update the cache file at the same time though the first process locks the file.
This appears to have been added via 7bf5e9f so mentioning @javiercn
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When updating the SDK from 9.0.203 to 9.0.300 we see new rpswa.dswa.cache.json StaticWebAsset caching files being created that cause multi-write issues when running under BuildXL.
There doesn't appear to be a way to easily disable this functionality. Untracking the file results in UnauthorizedAccessException errors, as it appears multiple processes try to update the cache file at the same time though the first process locks the file.
This appears to have been added via 7bf5e9f so mentioning @javiercn
The text was updated successfully, but these errors were encountered: