-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
XML Comments - Stride Docs build warnings #1681
Copy link
Copy link
Open
Labels
area-DocIssues related to documentation and XML commentsIssues related to documentation and XML commentsbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
When the Stride Docs is generated we get many warnings which cause certain parts of the Stride code being excluded from the Stride Docs or helpful references excluded, currently we have 160 warnings.
Expected behavior
We shouldn't have these warnings
Additional context
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(20,78): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(20,101): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(36,79): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(47,76): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(47,99): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(63,77): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(74,75): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(74,98): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(90,76): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(101,78): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(101,101): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(117,79): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(128,76): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(128,99): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(144,77): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(155,76): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(155,99): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Diagnostics\ILogger.Extensions.cs(171,77): warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Collections\Dequeue.cs(311,34): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Collections\Dequeue.cs(317,35): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Collections\Dequeue.cs(322,34): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Collections\Dequeue.cs(327,35): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Collections\Dequeue.cs(336,35): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Remove(object? value)' (possibly because of nullability attributes).
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Collections\FastListStruct.cs(142,55): warning CS0618: 'FastList<T>' is obsolete: '.NET Lists can be faster in the latest .NET versions.'
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Collections\FastListStruct.cs(29,27): warning CS0618: 'FastList<T>' is obsolete: '.NET Lists can be faster in the latest .NET versions.'
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Collections\Dequeue.cs(348,9): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.this[int index].set' (possibly because of nullability attributes).
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Collections\TrackingDictionary.cs(192,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).
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Collections\TrackingDictionary.cs(240,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).
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Threading\Dispatcher.cs(179,195): warning CS8625: Cannot convert null literal to non-nullable reference type.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Threading\Dispatcher.cs(221,192): warning CS8625: Cannot convert null literal to non-nullable reference type.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Threading\Dispatcher.cs(259,197): warning CS8625: Cannot convert null literal to non-nullable reference type.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core\Threading\Dispatcher.cs(310,237): warning CS8625: Cannot convert null literal to non-nullable reference type.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core.Serialization\Streaming\ContentStreamingException.cs(22,75): warning CS8625: Cannot convert null literal to non-nullable reference type.
warning: D:\Projects\GitHub\stride\sources\core\Stride.Core.Serialization\Serialization\Contents\ContentManager.cs(593,146): warning CS8625: Cannot convert null literal to non-nullable reference type.
warning: D:\Projects\GitHub\stride\sources\engine\Stride\Graphics\Image.cs(288,74): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride\Graphics\Image.cs(288,101): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Audio\CompressedSoundSource.cs(20,24): warning CS0618: 'UnmanagedArray<short>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Games\GameSystemBase.cs(74,24): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Games\GameSystemBase.cs(87,34): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Games\GameGraphicsParameters.cs(215,18): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Games\IGraphicsDeviceFactory.cs(69,55): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Games\GraphicsDeviceInformation.cs(74,49): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Games\GraphicsDeviceInformation.cs(87,39): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Rendering\EffectInstance.cs(21,67): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\GraphicsDeviceException.cs(35,42): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\GraphicsDeviceException.cs(52,42): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\GraphicsDeviceException.cs(52,62): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Buffer.cs(198,100): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Buffer.cs(210,127): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Direct3D11\GraphicsDevice.Direct3D11.cs(526,54): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\SamplerState.cs(30,115): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\MutablePipelineState.cs(43,29): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Direct3D11\SamplerState.Direct3D11.cs(39,105): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\DescriptorSetLayoutBuilder.cs(55,186): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\DescriptorSetLayoutBuilder.cs(93,21): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\GraphicsResource.cs(32,65): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\GraphicsException.cs(41,36): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\GraphicsException.cs(41,56): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Buffer.cs(83,55): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\EffectDescriptorSetReflection.cs(105,38): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\GraphicsResourceBase.cs(58,65): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Direct3D11\GraphicsDevice.Direct3D11.cs(511,99): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Direct3D11\GraphicsResourceBase.Direct3D11.cs(156,62): warning CS1066: The default value specified for parameter 'immediately' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Font\CharacterSpecification.cs(79,43): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Direct3D11\PipelineState.Direct3D11.cs(838,130): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Font\CharacterSpecification.cs(85,50): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Font\CharacterSpecification.cs(106,57): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Font\CharacterSpecification.cs(106,87): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Font\FontSystem.cs(64,26): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Direct3D11\CommandList.Direct3D11.cs(1412,132): warning CS1066: The default value specified for parameter 'doNotWait' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Direct3D11\CommandList.Direct3D11.cs(1412,155): warning CS1066: The default value specified for parameter 'offsetInBytes' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Direct3D11\CommandList.Direct3D11.cs(1412,178): warning CS1066: The default value specified for parameter 'lengthInBytes' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Direct3D\Win32.cs(44,28): warning CS0660: 'Win32.BOOL' defines operator == or operator != but does not override Object.Equals(object o)
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Direct3D11\PipelineState.Direct3D11.cs(704,35): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Texture.cs(329,55): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\Buffer.cs(990,41): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Rendering\Properties\AssemblyInfo.cs(5,49): warning CS0436: The type 'PublicKeys' in 'D:\Projects\GitHub\stride\sources\shared\SharedAssemblyInfo.cs' conflicts with the imported type 'PublicKeys' in 'Stride.Graphics, Version=4.3.0.1, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'D:\Projects\GitHub\stride\sources\shared\SharedAssemblyInfo.cs'.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Rendering\Properties\AssemblyInfo.cs(6,49): warning CS0436: The type 'PublicKeys' in 'D:\Projects\GitHub\stride\sources\shared\SharedAssemblyInfo.cs' conflicts with the imported type 'PublicKeys' in 'Stride.Graphics, Version=4.3.0.1, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'D:\Projects\GitHub\stride\sources\shared\SharedAssemblyInfo.cs'.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Rendering\Properties\AssemblyInfo.cs(7,62): warning CS0436: The type 'PublicKeys' in 'D:\Projects\GitHub\stride\sources\shared\SharedAssemblyInfo.cs' conflicts with the imported type 'PublicKeys' in 'Stride.Graphics, Version=4.3.0.1, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'D:\Projects\GitHub\stride\sources\shared\SharedAssemblyInfo.cs'.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Rendering\Rendering\DynamicEffectInstance.cs(36,76): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Rendering\Rendering\LightProbes\BowyerWatsonTetrahedralization.cs(224,24): warning CS0618: 'FastList<BowyerWatsonTetrahedralization.Face>' is obsolete: '.NET Lists can be faster in the latest .NET versions.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Rendering\Rendering\LightProbes\BowyerWatsonTetrahedralization.cs(25,26): warning CS0618: 'FastList<BowyerWatsonTetrahedralization.HoleFace>' is obsolete: '.NET Lists can be faster in the latest .NET versions.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Rendering\Rendering\LightProbes\BowyerWatsonTetrahedralization.cs(32,17): warning CS0618: 'FastList<BowyerWatsonTetrahedralization.Tetrahedron>' is obsolete: '.NET Lists can be faster in the latest .NET versions.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Rendering\Rendering\LightProbes\BowyerWatsonTetrahedralization.cs(41,20): warning CS0618: 'FastList<BowyerWatsonTetrahedralization.Tetrahedron>' is obsolete: '.NET Lists can be faster in the latest .NET versions.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Rendering\Rendering\LightProbes\BowyerWatsonTetrahedralization.cs(42,20): warning CS0618: 'FastList<BowyerWatsonTetrahedralization.Face>' is obsolete: '.NET Lists can be faster in the latest .NET versions.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Rendering\Rendering\LightProbes\LightProbeRuntimeData.cs(34,16): warning CS0618: 'FastList<BowyerWatsonTetrahedralization.Tetrahedron>' is obsolete: '.NET Lists can be faster in the latest .NET versions.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Rendering\Rendering\LightProbes\LightProbeRuntimeData.cs(35,16): warning CS0618: 'FastList<BowyerWatsonTetrahedralization.Face>' is obsolete: '.NET Lists can be faster in the latest .NET versions.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Shaders\Compiler\EffectBytecodeCompilerResult.cs(18,35): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
warning: D:\Projects\GitHub\stride\sources\assets\Stride.Core.Assets\IAssetComposite.cs(14,17): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon'
warning: D:\Projects\GitHub\stride\sources\assets\Stride.Core.Assets\PackageSession.cs(1572,18): warning CS0659: 'PackageSession.PendingPackageUpgrade' overrides Object.Equals(object o) but does not override Object.GetHashCode()
warning: D:\Projects\GitHub\stride\sources\assets\Stride.Core.Assets\Diagnostics\AssetSerializableLogMessage.cs(27,137): warning CS8625: Cannot convert null literal to non-nullable reference type.
warning: D:\Projects\GitHub\stride\sources\assets\Stride.Core.Assets\Serializers\SourceCodeAssetSerializer.cs(16,19): warning CS8767: Nullability of reference types in type of parameter 'log' of 'object SourceCodeAssetSerializer.Load(Stream stream, UFile filePath, ILogger log, bool clearBrokenObjectReferences, out bool aliasOccurred, out AttachedYamlAssetMetadata yamlMetadata)' doesn't match implicitly implemented member 'object IAssetSerializer.Load(Stream stream, UFile filePath, ILogger? log, bool clearBrokenObjectReferences, out bool aliasOccurred, out AttachedYamlAssetMetadata yamlMetadata)' (possibly because of nullability attributes).
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\ByteHeightStickArraySource.cs(45,31): warning CS0618: 'UnmanagedArray<T>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\IHeightStickArraySource.cs(26,24): warning CS0618: 'UnmanagedArray<T>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\Data\HeightfieldColliderShapeDesc.cs(81,24): warning CS0618: 'UnmanagedArray<T>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\FloatHeightStickArraySource.cs(35,31): warning CS0618: 'UnmanagedArray<T>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\Shapes\HeightfieldColliderShape.cs(109,12): warning CS0618: 'UnmanagedArray<short>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\Shapes\HeightfieldColliderShape.cs(111,12): warning CS0618: 'UnmanagedArray<byte>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\Shapes\HeightfieldColliderShape.cs(113,12): warning CS0618: 'UnmanagedArray<float>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\Shapes\HeightfieldColliderShape.cs(22,82): warning CS0618: 'UnmanagedArray<short>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\Shapes\HeightfieldColliderShape.cs(27,82): warning CS0618: 'UnmanagedArray<byte>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\Shapes\HeightfieldColliderShape.cs(32,82): warning CS0618: 'UnmanagedArray<float>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\ShortHeightStickArraySource.cs(45,31): warning CS0618: 'UnmanagedArray<T>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\HeightStickArraySourceFromHeightmap.cs(34,31): warning CS0618: 'UnmanagedArray<T>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
warning: D:\Projects\GitHub\stride\sources\engine\Stride.Physics\UnmanagedArrayExtensions.cs(18,41): warning CS0618: 'UnmanagedArray<T>' is obsolete: 'Obtain Memory<T> using GC.Allocate*Array or a Stride-specific allocator mechanism.'
Processing Stride.Core
warning: InvalidCref: Invalid cref value "!:AllocateMemory" found in XML documentation comment for Free defined in ../../stride/sources/core/Stride.Core/MemoryUtilities.cs Line 194.
Processing Stride.Core.IO
Processing Stride.Core.Mathematics
Processing Stride.Core.MicroThreading
Processing Stride.Core.Serialization
D:\Projects\GitHub\stride-docs\en\sources\core\Stride.Core.Serialization\IO\DatabaseFileProvider.cs(93,1): warning: Duplicate parameter 'searchPattern' found in comments, the latter one is ignored.
D:\Projects\GitHub\stride-docs\en\sources\core\Stride.Core.Serialization\IO\DatabaseFileProvider.cs(93,1): warning: Duplicate parameter 'searchOption' found in comments, the latter one is ignored.
Processing Stride
warning: InvalidCref: Invalid cref value "!:ParameterKeyProcessor" found in XML documentation comment for AssemblyEffectKeysAttribute defined in ../../stride/sources/engine/Stride/Effects/AssemblyEffectKeysAttribute.cs Line 10.
warning: InvalidCref: Invalid cref value "!:EffectKeysAttribute" found in XML documentation comment for AssemblyEffectKeysAttribute defined in ../../stride/sources/engine/Stride/Effects/AssemblyEffectKeysAttribute.cs Line 10.
warning: InvalidCref: Invalid cref value "!:DepthStencilState" found in XML documentation comment for CompareFunction defined in ../../stride/sources/engine/Stride/Graphics/CompareFunction.cs Line 16.
warning: InvalidCref: Invalid cref value "!:SamplerState" found in XML documentation comment for CompareFunction defined in ../../stride/sources/engine/Stride/Graphics/CompareFunction.cs Line 16.
warning: InvalidCref: Invalid cref value "!:SharpDX.Direct3D11.Resource.MaximumTexture1DSize" found in XML documentation comment for Width defined in ../../stride/sources/engine/Stride/Graphics/ImageDescription.cs Line 47.
warning: InvalidCref: Invalid cref value "!:SharpDX.Direct3D11.Resource.MaximumTexture3DSize" found in XML documentation comment for Height defined in ../../stride/sources/engine/Stride/Graphics/ImageDescription.cs Line 55.
warning: InvalidCref: Invalid cref value "!:SharpDX.Direct3D11.Resource.MaximumTexture3DSize" found in XML documentation comment for Depth defined in ../../stride/sources/engine/Stride/Graphics/ImageDescription.cs Line 63.
warning: InvalidCref: Invalid cref value "!:SharpDX.Direct3D11.Resource.MaximumTexture1DArraySize" found in XML documentation comment for ArraySize defined in ../../stride/sources/engine/Stride/Graphics/ImageDescription.cs Line 74.
warning: InvalidCref: Invalid cref value "!:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture1DResource" found in XML documentation comment for MipLevels defined in ../../stride/sources/engine/Stride/Graphics/ImageDescription.cs Line 79.
warning: InvalidCref: Invalid cref value "!:SharpDX.DXGI.Format" found in XML documentation comment for Format defined in ../../stride/sources/engine/Stride/Graphics/ImageDescription.cs Line 84.
warning: InvalidCref: Invalid cref value "!:SamplerState" found in XML documentation comment for SamplerStateDescription defined in ../../stride/sources/engine/Stride/Graphics/SamplerStateDescription.cs Line 15.
warning: InvalidCref: Invalid cref value "!:SamplerState" found in XML documentation comment for Border defined in ../../stride/sources/engine/Stride/Graphics/TextureAddressMode.cs Line 37.
Processing Stride.Audio
Processing Stride.BepuPhysics
Processing Stride.Engine
warning: InvalidCref: Invalid cref value "!:RouterMessage" found in XML documentation comment for ClientRouterMessage defined in ../../stride/sources/engine/Stride.Engine/Engine/Network/ClientRouterMessage.cs Line 8.
Processing Stride.Games
Processing Stride.Graphics
warning: InvalidCref: Invalid cref value "!:RenderTarget0" found in XML documentation comment for IndependentBlendEnable defined in ../../stride/sources/engine/Stride.Graphics/BlendStateDescription.cs Line 122.
warning: InvalidCref: Invalid cref value "!:RenderTarget1" found in XML documentation comment for IndependentBlendEnable defined in ../../stride/sources/engine/Stride.Graphics/BlendStateDescription.cs Line 122.
warning: InvalidCref: Invalid cref value "!:RenderTarget7" found in XML documentation comment for IndependentBlendEnable defined in ../../stride/sources/engine/Stride.Graphics/BlendStateDescription.cs Line 122.
warning: InvalidCref: Invalid cref value "!:ComPtr<T>.AddRef()" found in XML documentation comment for NativeDevice defined in ../../stride/sources/engine/Stride.Graphics/Direct3D11/GraphicsDevice.Direct3D11.cs Line 46.
warning: InvalidCref: Invalid cref value "!:ComPtr<T>.AddRef()" found in XML documentation comment for NativeShaderResourceView defined in ../../stride/sources/engine/Stride.Graphics/Direct3D11/GraphicsResource.Direct3D11.cs Line 52.
warning: InvalidCref: Invalid cref value "!:ComPtr<T>.AddRef()" found in XML documentation comment for NativeUnorderedAccessView defined in ../../stride/sources/engine/Stride.Graphics/Direct3D11/GraphicsResource.Direct3D11.cs Line 90.
warning: InvalidCref: Invalid cref value "!:ComPtr<T>.AddRef()" found in XML documentation comment for NativeResource defined in ../../stride/sources/engine/Stride.Graphics/Direct3D11/GraphicsResourceBase.Direct3D11.cs Line 26.
warning: InvalidCref: Invalid cref value "!:ComPtr<T>.AddRef()" found in XML documentation comment for NativeDeviceChild defined in ../../stride/sources/engine/Stride.Graphics/Direct3D11/GraphicsResourceBase.Direct3D11.cs Line 35.
warning: InvalidCref: Invalid cref value "!:ComPtr<T>.AddRef()" found in XML documentation comment for NativeDevice defined in ../../stride/sources/engine/Stride.Graphics/Direct3D11/GraphicsResourceBase.Direct3D11.cs Line 130.
warning: InvalidCref: Invalid cref value "!:PixelFormatExtensions.SizeInBytes(PixelFormat)" found in XML documentation comment for New1D defined in ../../stride/sources/engine/Stride.Graphics/Texture.Extensions1D.cs Line 119.
warning: InvalidCref: Invalid cref value "!:PixelFormatExtensions.SizeInBytes(PixelFormat)" found in XML documentation comment for New2D defined in ../../stride/sources/engine/Stride.Graphics/Texture.Extensions2D.cs Line 136.
warning: InvalidCref: Invalid cref value "!:PixelFormatExtensions.SizeInBytes(PixelFormat)" found in XML documentation comment for New3D defined in ../../stride/sources/engine/Stride.Graphics/Texture.Extensions3D.cs Line 120.
warning: InvalidCref: Invalid cref value "!:PixelFormatExtensions.SizeInBytes(PixelFormat)" found in XML documentation comment for NewCube defined in ../../stride/sources/engine/Stride.Graphics/Texture.ExtensionsCube.cs Line 132.
warning: InvalidCref: Invalid cref value "!:ColorSpaceType.RgbFullG22NoneP709" found in XML documentation comment for SetOutputColorSpace defined in ../../stride/sources/engine/Stride.Graphics/GraphicsPresenter.cs Line 281.
warning: InvalidCref: Invalid cref value "!:ColorSpaceType.RgbFullG10NoneP709" found in XML documentation comment for SetOutputColorSpace defined in ../../stride/sources/engine/Stride.Graphics/GraphicsPresenter.cs Line 281.
warning: InvalidCref: Invalid cref value "!:ColorSpaceType.RgbFullG2084NoneP2020" found in XML documentation comment for SetOutputColorSpace defined in ../../stride/sources/engine/Stride.Graphics/GraphicsPresenter.cs Line 281.
warning: InvalidCref: Invalid cref value "!:ColorSpaceType.RgbFullG22NoneP709" found in XML documentation comment for .ctor defined in ../../stride/sources/engine/Stride.Graphics/PresentationParameters.cs Line 238.
warning: InvalidCref: Invalid cref value "!:VertexBufferLayout" found in XML documentation comment for VertexElement defined in D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\obj\Release\net10.0\Direct3D11\System.Text.RegularExpressions.Generator\System.Text.RegularExpressions.Generator.RegexGenerator\RegexGenerator.g.cs Line 6.
warning: InvalidCref: Invalid cref value "!:SharpDX.Direct3D11.InputElement" found in XML documentation comment for VertexElement defined in D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\obj\Release\net10.0\Direct3D11\System.Text.RegularExpressions.Generator\System.Text.RegularExpressions.Generator.RegexGenerator\RegexGenerator.g.cs Line 6.
warning: InvalidCref: Invalid cref value "!:SharpDX.Direct3D11.InputElement" found in XML documentation comment for VertexElement defined in D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\obj\Release\net10.0\Direct3D11\System.Text.RegularExpressions.Generator\System.Text.RegularExpressions.Generator.RegexGenerator\RegexGenerator.g.cs Line 6.
warning: InvalidCref: Invalid cref value "!:VertexBufferLayout.SlotIndex" found in XML documentation comment for VertexElement defined in D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\obj\Release\net10.0\Direct3D11\System.Text.RegularExpressions.Generator\System.Text.RegularExpressions.Generator.RegexGenerator\RegexGenerator.g.cs Line 6.
warning: InvalidCref: Invalid cref value "!:VertexBufferLayout.VertexClassification" found in XML documentation comment for VertexElement defined in D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\obj\Release\net10.0\Direct3D11\System.Text.RegularExpressions.Generator\System.Text.RegularExpressions.Generator.RegexGenerator\RegexGenerator.g.cs Line 6.
warning: InvalidCref: Invalid cref value "!:VertexBufferLayout.instanceDataStepRate" found in XML documentation comment for VertexElement defined in D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\obj\Release\net10.0\Direct3D11\System.Text.RegularExpressions.Generator\System.Text.RegularExpressions.Generator.RegexGenerator\RegexGenerator.g.cs Line 6.
warning: InvalidCref: Invalid cref value "!:VertexBufferLayout" found in XML documentation comment for VertexElement defined in D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\obj\Release\net10.0\Direct3D11\System.Text.RegularExpressions.Generator\System.Text.RegularExpressions.Generator.RegexGenerator\RegexGenerator.g.cs Line 6.
warning: InvalidCref: Invalid cref value "!:SharpDX.Direct3D11.InputElement" found in XML documentation comment for VertexElement defined in D:\Projects\GitHub\stride\sources\engine\Stride.Graphics\obj\Release\net10.0\Direct3D11\System.Text.RegularExpressions.Generator\System.Text.RegularExpressions.Generator.RegexGenerator\RegexGenerator.g.cs Line 6.
Processing Stride.Input
Processing Stride.Navigation
Processing Stride.Particles
Processing Stride.Rendering
warning: InvalidCref: Invalid cref value "!:CameraRendererMode" found in XML documentation comment for IEffectMixinProvider defined in ../../stride/sources/engine/Stride.Rendering/Rendering/IEffectMixinProvider.cs Line 11.
warning: InvalidCref: Invalid cref value "!:SceneEffectRenderer" found in XML documentation comment for IImageEffectRenderer defined in ../../stride/sources/engine/Stride.Rendering/Rendering/IImageEffectRenderer.cs Line 15.
warning: InvalidCref: Invalid cref value "!:PipelinePluginManager" found in XML documentation comment for PipelinePluginContext defined in ../../stride/sources/engine/Stride.Rendering/Rendering/PipelinePluginContext.cs Line 7.
warning: InvalidCref: Invalid cref value "!:Stride.Engine.SceneInstance" found in XML documentation comment for VisibilityGroup defined in ../../stride/sources/engine/Stride.Rendering/Rendering/RenderContext.cs Line 93.
warning: InvalidCref: Invalid cref value "!:RenderTargetPlugin" found in XML documentation comment for RequireDepthStencilShaderResource defined in ../../stride/sources/engine/Stride.Rendering/Rendering/Shaders/RenderTargetKeys.cs Line 37.
warning: InvalidCref: Invalid cref value "!:WhitePoint" found in XML documentation comment for Threshold defined in ../../stride/sources/engine/Stride.Rendering/Rendering/Images/BrightFilter/BrightFilter.cs Line 46.
Processing Stride.Shaders
warning: InvalidCref: Invalid cref value "!:byte[]" found in XML documentation comment for op_Implicit defined in ../../stride/sources/engine/Stride.Shaders/ShaderBytecode.cs Line 66.
Processing Stride.UI
Processing Stride.Video
warning: InvalidCref: Invalid cref value "!:FFmpeg.AutoGen.AVFormatContext" found in XML documentation comment for FFmpegMedia defined in ../../stride/sources/engine/Stride.Video/FFmpeg/FFmpegMedia.cs Line 21.
Processing Stride.VirtualReality
Processing Stride.Core.Assets
warning: InvalidCref: Invalid cref value "!:contentTypes" found in XML documentation comment for CanPropertyHandleContent defined in ../../stride/sources/assets/Stride.Core.Assets/AssetRegistry.cs Line 332.
warning: InvalidCref: Invalid cref value "!:NonIdentifiableCollectionItemsAttribute" found in XML documentation comment for PushIndex defined in ../../stride/sources/assets/Stride.Core.Assets/Yaml/YamlAssetPath.cs Line 165.
Processing Stride.Physics
Creating output...
warning: Ignore duplicated member Method:Stride.Core.Threading.Dispatcher.ForBatched``1(System.Int32,``0@,) from ../../stride/sources/core/Stride.Core/Threading/Dispatcher.cs as it already exists in ../../stride/sources/core/Stride.Core/Threading/Dispatcher.cs.
warning: Stride.Core.Threading.Dispatcher.ForBatched``1(System.Int32,``0@,) already exists in Stride.Core.Threading.Dispatcher.yml, the duplicate one Stride.Core.Threading.Dispatcher.yml will be ignored.
Build succeeded with warning.
160 warning(s)
0 error(s)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-DocIssues related to documentation and XML commentsIssues related to documentation and XML commentsbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request