Skip to content

Commit

Permalink
Merge pull request #2839 from inforithmics/FixedUnoWarning
Browse files Browse the repository at this point in the history
Warning Fixes: Uno\Maui Samples\Tests
  • Loading branch information
pauldendulk authored Jan 5, 2025
2 parents 5c39ca6 + f2e1ff5 commit 95008f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/Mapsui.Tests/Layers/LayerCollectionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
using Mapsui.Layers;
using NUnit.Framework;

#pragma warning disable IDISP001 // Dispose Disposable
#pragma warning disable IDISP004 // Don't ignore Disposable

namespace Mapsui.Tests.Layers;

[TestFixture]
Expand Down

0 comments on commit 95008f7

Please sign in to comment.