From a6f787d1409576587d91befee70593b3618df09f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 22:59:16 +0000 Subject: [PATCH] Update dependency Microsoft.CodeAnalysis.NetAnalyzers to 10.0.302 | datasource | package | from | to | | ---------- | ----------------------------------- | -------- | -------- | | nuget | Microsoft.CodeAnalysis.NetAnalyzers | 10.0.300 | 10.0.302 | --- SampleProjects/Games/SpaceShooter/SpaceShooter.csproj | 2 +- .../Guides/AsepriteAtlasTextures/AsepriteAtlasTextures.csproj | 2 +- SampleProjects/Guides/Audio/Audio.csproj | 2 +- .../Guides/BuiltInAtlasTextures/BuiltInAtlasTextures.csproj | 2 +- SampleProjects/Guides/Circles/Circles.csproj | 2 +- SampleProjects/Guides/Displays/Displays.csproj | 2 +- SampleProjects/Guides/EmptyProject/EmptyProject.csproj | 2 +- SampleProjects/Guides/KeyboardInput/KeyboardInput.csproj | 2 +- SampleProjects/Guides/Lines/Lines.csproj | 2 +- SampleProjects/Guides/ManagedScenes/ManagedScenes.csproj | 2 +- SampleProjects/Guides/MouseInput/MouseInput.csproj | 2 +- SampleProjects/Guides/Rectangles/Rectangles.csproj | 2 +- SampleProjects/Guides/RenderingText/RenderingText.csproj | 2 +- .../Guides/RenderingTextures/RenderingTextures.csproj | 2 +- SampleProjects/Guides/RotatingTextures/RotatingTextures.csproj | 2 +- SampleProjects/Guides/UnmanagedScenes/UnmanagedScenes.csproj | 2 +- SampleProjects/Samples/CirclePrison/CirclePrison.csproj | 2 +- SampleProjects/Samples/JumpingLogo/JumpingLogo.csproj | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/SampleProjects/Games/SpaceShooter/SpaceShooter.csproj b/SampleProjects/Games/SpaceShooter/SpaceShooter.csproj index fc8fdea6..8b9b3622 100644 --- a/SampleProjects/Games/SpaceShooter/SpaceShooter.csproj +++ b/SampleProjects/Games/SpaceShooter/SpaceShooter.csproj @@ -59,7 +59,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/AsepriteAtlasTextures/AsepriteAtlasTextures.csproj b/SampleProjects/Guides/AsepriteAtlasTextures/AsepriteAtlasTextures.csproj index 97e5f2c1..8d5ed34f 100644 --- a/SampleProjects/Guides/AsepriteAtlasTextures/AsepriteAtlasTextures.csproj +++ b/SampleProjects/Guides/AsepriteAtlasTextures/AsepriteAtlasTextures.csproj @@ -14,7 +14,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/Audio/Audio.csproj b/SampleProjects/Guides/Audio/Audio.csproj index ff4dfdb1..5677d5a8 100644 --- a/SampleProjects/Guides/Audio/Audio.csproj +++ b/SampleProjects/Guides/Audio/Audio.csproj @@ -33,7 +33,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/BuiltInAtlasTextures/BuiltInAtlasTextures.csproj b/SampleProjects/Guides/BuiltInAtlasTextures/BuiltInAtlasTextures.csproj index 4c62bc35..fb3d3a38 100644 --- a/SampleProjects/Guides/BuiltInAtlasTextures/BuiltInAtlasTextures.csproj +++ b/SampleProjects/Guides/BuiltInAtlasTextures/BuiltInAtlasTextures.csproj @@ -24,7 +24,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/Circles/Circles.csproj b/SampleProjects/Guides/Circles/Circles.csproj index 4a3eb6b3..ac5d7ffa 100644 --- a/SampleProjects/Guides/Circles/Circles.csproj +++ b/SampleProjects/Guides/Circles/Circles.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/Displays/Displays.csproj b/SampleProjects/Guides/Displays/Displays.csproj index 82ab9887..55eb5a35 100644 --- a/SampleProjects/Guides/Displays/Displays.csproj +++ b/SampleProjects/Guides/Displays/Displays.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/EmptyProject/EmptyProject.csproj b/SampleProjects/Guides/EmptyProject/EmptyProject.csproj index aa4acbc4..00a89486 100644 --- a/SampleProjects/Guides/EmptyProject/EmptyProject.csproj +++ b/SampleProjects/Guides/EmptyProject/EmptyProject.csproj @@ -18,7 +18,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/KeyboardInput/KeyboardInput.csproj b/SampleProjects/Guides/KeyboardInput/KeyboardInput.csproj index 910ecae0..f478533e 100644 --- a/SampleProjects/Guides/KeyboardInput/KeyboardInput.csproj +++ b/SampleProjects/Guides/KeyboardInput/KeyboardInput.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/Lines/Lines.csproj b/SampleProjects/Guides/Lines/Lines.csproj index 317f0646..bb1e2fcb 100644 --- a/SampleProjects/Guides/Lines/Lines.csproj +++ b/SampleProjects/Guides/Lines/Lines.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/ManagedScenes/ManagedScenes.csproj b/SampleProjects/Guides/ManagedScenes/ManagedScenes.csproj index d49c6ccc..26b06e4c 100644 --- a/SampleProjects/Guides/ManagedScenes/ManagedScenes.csproj +++ b/SampleProjects/Guides/ManagedScenes/ManagedScenes.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/MouseInput/MouseInput.csproj b/SampleProjects/Guides/MouseInput/MouseInput.csproj index aa4acbc4..00a89486 100644 --- a/SampleProjects/Guides/MouseInput/MouseInput.csproj +++ b/SampleProjects/Guides/MouseInput/MouseInput.csproj @@ -18,7 +18,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/Rectangles/Rectangles.csproj b/SampleProjects/Guides/Rectangles/Rectangles.csproj index 08f971c3..196cc250 100644 --- a/SampleProjects/Guides/Rectangles/Rectangles.csproj +++ b/SampleProjects/Guides/Rectangles/Rectangles.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/RenderingText/RenderingText.csproj b/SampleProjects/Guides/RenderingText/RenderingText.csproj index 057bde54..b9f519d6 100644 --- a/SampleProjects/Guides/RenderingText/RenderingText.csproj +++ b/SampleProjects/Guides/RenderingText/RenderingText.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/RenderingTextures/RenderingTextures.csproj b/SampleProjects/Guides/RenderingTextures/RenderingTextures.csproj index ac725f98..028c808a 100644 --- a/SampleProjects/Guides/RenderingTextures/RenderingTextures.csproj +++ b/SampleProjects/Guides/RenderingTextures/RenderingTextures.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/RotatingTextures/RotatingTextures.csproj b/SampleProjects/Guides/RotatingTextures/RotatingTextures.csproj index fcc418e3..7e37cdb1 100644 --- a/SampleProjects/Guides/RotatingTextures/RotatingTextures.csproj +++ b/SampleProjects/Guides/RotatingTextures/RotatingTextures.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Guides/UnmanagedScenes/UnmanagedScenes.csproj b/SampleProjects/Guides/UnmanagedScenes/UnmanagedScenes.csproj index 0e987dad..6e0a48ab 100644 --- a/SampleProjects/Guides/UnmanagedScenes/UnmanagedScenes.csproj +++ b/SampleProjects/Guides/UnmanagedScenes/UnmanagedScenes.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Samples/CirclePrison/CirclePrison.csproj b/SampleProjects/Samples/CirclePrison/CirclePrison.csproj index e63052f7..eb312c52 100644 --- a/SampleProjects/Samples/CirclePrison/CirclePrison.csproj +++ b/SampleProjects/Samples/CirclePrison/CirclePrison.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SampleProjects/Samples/JumpingLogo/JumpingLogo.csproj b/SampleProjects/Samples/JumpingLogo/JumpingLogo.csproj index 287d56d8..9e7e0d9a 100644 --- a/SampleProjects/Samples/JumpingLogo/JumpingLogo.csproj +++ b/SampleProjects/Samples/JumpingLogo/JumpingLogo.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive