[ADD] Герас #13935
Annotations
10 warnings
|
YAML Linter:
RobustToolbox/Robust.Shared/Log/Logger.cs#L23
'IoCManager.Resolve<T>()' is obsolete: 'Use dependency injection or an IDependencyCollection instance instead of static methods'
|
|
YAML Linter:
RobustToolbox/Robust.Shared/Player/Filter.cs#L58
'IoCManager.Resolve<T1, T2>(ref T1?, ref T2?)' is obsolete: 'Use dependency injection or an IDependencyCollection instance instead of static methods'
|
|
YAML Linter:
RobustToolbox/Robust.Shared/Player/Filter.cs#L46
'IoCManager.Resolve<T1, T2, T3>(ref T1?, ref T2?, ref T3?)' is obsolete: 'Use dependency injection or an IDependencyCollection instance instead of static methods'
|
|
YAML Linter:
RobustToolbox/Robust.Shared/Localization/LocFunction.cs#L178
'IoCManager.Resolve<T>()' is obsolete: 'Use dependency injection or an IDependencyCollection instance instead of static methods'
|
|
YAML Linter:
RobustToolbox/Robust.Shared/Utility/PrettyPrint.cs#L68
'IoCManager.Resolve<T>()' is obsolete: 'Use dependency injection or an IDependencyCollection instance instead of static methods'
|
|
YAML Linter:
RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L339
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
|
|
YAML Linter:
RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L146
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
YAML Linter:
RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L26
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
YAML Linter:
RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L23
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
YAML Linter:
RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|