unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.88k stars 717 forks source link

[Wasm] Building from checked-in TFVC source fails because of readonly files #4237

Closed jeromelaban closed 4 months ago

jeromelaban commented 4 years ago

Current behavior

When building a Wasm app, the readonly flag is carried over from content files, causing build issues on second builds.

Expected behavior

The build succeeds.

Workaround

Remove the readonly flag at source before building.

Environment

Nuget Package:

Nuget Package Version(s):

Affected platform(s):

IDE:

Relevant plugins:

Anything else we need to know?

MartinZikmund commented 4 months ago

@jeromelaban is this still relevant or can be closed?

jeromelaban commented 4 months ago

This has been fixed!