Modular Resources #6331
+271
−64
Closed
Modular Resources #6331
Annotations
5 errors and 10 warnings
|
Build
Process completed with exit code 1.
|
|
Build
Program has more than one entry point defined. Compile with /main to specify the type that contains the entry point.
|
|
Build
Program has more than one entry point defined. Compile with /main to specify the type that contains the entry point.
|
|
Build
Program has more than one entry point defined. Compile with /main to specify the type that contains the entry point.
|
|
Build
Program has more than one entry point defined. Compile with /main to specify the type that contains the entry point.
|
|
Build
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
|
Build
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
|
|
Build
'ValidatePrototypeIdAttribute<>' is obsolete: 'Use a static readonly ProtoId<T> instead'
|
|
Build
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
|
|
Build
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
|
|
Build
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
|
Build
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
Build
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
Build
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
Build
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
Loading