Cysharp / ObservableCollections

High performance observable collections and synchronized views, for WPF, Blazor, Unity.
MIT License
461 stars 36 forks source link

Fix Nullable conflict with imported type in mscorlib in unity 2021 #13

Closed yenmoc closed 1 year ago

yenmoc commented 1 year ago

Assets\Plugins\ObservableCollections\Runtime\FreezedDictionary.cs(39,44): warning CS0436: The type 'MaybeNullWhenAttribute' in 'F:\workspace\src\ObservableCollections\src\ObservableCollections.Unity\Assets/Plugins/ObservableCollections/Runtime/Shims/Nullables.cs' conflicts with the imported type 'MaybeNullWhenAttribute' in 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. Using the type defined in 'F:\workspace\src\ObservableCollections\src\ObservableCollections.Unity\Assets/Plugins/ObservableCollections/Runtime/Shims/Nullables.cs'.

Screenshot_2

neuecc commented 1 year ago

ok, thanks