Commit 8a3fa34
Suppress CS8305 for the generated Windows projections
The generated projection sources surface evaluation-only ([Experimental])
Windows Runtime APIs (e.g. Windows.Storage.Provider.StorageProviderShareLinkState,
Windows.ApplicationModel.DataTransfer.TransferTarget), which produce CS8305 and
fail under the projections' warnings-as-errors. These APIs are expected in a full
SDK projection, so add a NoWarn for CS8305 in the shared Projections
Directory.Build.props.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8c52dbe commit 8a3fa34
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments