Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/articles/platform-specific-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Heavy usage of `#if` conditionals in shared code makes it hard to read and compr
Starting from Uno Platform 5.2, in project or class libraries using the `Uno.Sdk`, a set of implicit file name conventions can be used to target specific platforms:

* `*.wasm.cs` is built only for `net9.0-browserwasm`
* `*.browserwasm.cs` is built only for `net9.0-browserwasm`
* `*.desktop.cs` is built only for `net9.0-desktop`
* `*.iOS.cs` is built only for `net9.0-ios` and `net9.0-maccatalyst`
* `*.tvOS.cs` is built only for `net9.0-tvos`
Expand Down