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
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
cross that bridge when we hit it (if ever).
-->
<NoWarn>$(NoWarn);CS8981</NoWarn>
<!-- Reenable when VRM SDK version contains fis for "reference-like" types -->
<NoWarn Condition="'$(DotNetBuild)' == 'true'">$(NoWarn);IDE0059</NoWarn>
<!--
CS3016: We don't care about CLS compliance since everything here is internal and we want to match native types.
SYSLIB5005: System.Formats.Nrbf is experimental
Expand Down