You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Compiler/AssetCompilerAttribute.cs(8,39): error CS0246: The type or namespace name 'DynamicTypeAttributeBase' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Rin.Core.Assets.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Compiler/AssetCompilerAttribute.cs(7,2): error CS0246: The type or namespace name 'BaseTypeRequiredAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Rin.Core.Assets.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Compiler/AssetCompilerAttribute.cs(7,2): error CS0246: The type or namespace name 'BaseTypeRequired' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Rin.Core.Assets.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Compiler/AssetCompilerAttribute.cs(6,2): error CS0641: Attribute 'AttributeUsage' is only valid on classes derived from System.Attribute [/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Rin.Core.Assets.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Compiler/AssetCompilerBase.cs(12,57): error CS0246: The type or namespace name 'AssetItem' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Rin.Core.Assets.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Compiler/AssetCompilerBase.cs(12,32): error CS0246: The type or namespace name 'ObjectUrl' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Rin.Core.Assets.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Compiler/AssetCompilerBase.cs(17,67): error CS0246: The type or namespace name 'AssetItem' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Rin.Core.Assets.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Compiler/AssetCompilerBase.cs(22,61): error CS0246: The type or namespace name 'AssetItem' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Rin.Core.Assets.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Compiler/AssetCompilerBase.cs(26,54): error CS0246: The type or namespace name 'AssetItem' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Rin.Core.Assets.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Compiler/AssetCompilerBase.cs(30,70): error CS0246: The type or namespace name 'AssetItem' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/game-engine/game-engine/Rin.Core.Assets/Rin.Core.Assets.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Common/ReferenceEqualityComparer.cs(18,26): warning CS8765: Nullability of type of parameter 'x' doesn't match overridden member (possibly because of nullability attributes). [/home/runner/work/game-engine/game-engine/Rin.Core.Common/Rin.Core.Common.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Common/ReferenceEqualityComparer.cs(18,26): warning CS8765: Nullability of type of parameter 'y' doesn't match overridden member (possibly because of nullability attributes). [/home/runner/work/game-engine/game-engine/Rin.Core.Common/Rin.Core.Common.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Common/Collections/TrackingDictionary.cs(145,22): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IDictionary.Add(object key, object? value)' (possibly because of nullability attributes). [/home/runner/work/game-engine/game-engine/Rin.Core.Common/Rin.Core.Common.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Common/Collections/TrackingDictionary.cs(7,39): warning CS8714: The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint. [/home/runner/work/game-engine/game-engine/Rin.Core.Common/Rin.Core.Common.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Common/Collections/TrackingDictionary.cs(71,9): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IDictionary.this[object key].set' (possibly because of nullability attributes). [/home/runner/work/game-engine/game-engine/Rin.Core.Common/Rin.Core.Common.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Common/WindowOptions.cs(6,19): warning CS8618: Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/game-engine/game-engine/Rin.Core.Common/Rin.Core.Common.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Common/Collections/TrackingDictionary.cs(47,76): warning CS8600: Converting null literal or possible null value to non-nullable type. [/home/runner/work/game-engine/game-engine/Rin.Core.Common/Rin.Core.Common.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Common/Collections/TrackingDictionary.cs(51,67): warning CS8604: Possible null reference argument for parameter 'key' in 'TrackingCollectionChangedEventArgs.TrackingCollectionChangedEventArgs(NotifyCollectionChangedAction action, object key, object item, object oldItem, bool collectionChanged)'. [/home/runner/work/game-engine/game-engine/Rin.Core.Common/Rin.Core.Common.csproj]
/home/runner/work/game-engine/game-engine/Rin.Core.Common/Collections/TrackingDictionary.cs(51,72): warning CS8604: Possible null reference argument for parameter 'item' in 'TrackingCollectionChangedEventArgs.TrackingCollectionChangedEventArgs(NotifyCollectionChangedAction action, object key, object item, object oldItem, bool collectionChanged)'. [/home/runner/work/game-engine/game-engine/Rin.Core.Common/Rin.Core.Common.csproj]