We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fd1a14 + 4cb9c2f commit cceedbfCopy full SHA for cceedbf
tests/ImageSharp.Tests/FileTestBase.cs
@@ -1,13 +1,15 @@
1
// Copyright (c) Six Labors and contributors.
2
// Licensed under the Apache License, Version 2.0.
3
4
+using System;
5
using System.Collections.Generic;
6
7
namespace SixLabors.ImageSharp.Tests
8
{
9
/// <summary>
10
/// The test base class for reading and writing to files.
11
/// </summary>
12
+ [Obsolete("See: https://github.com/SixLabors/ImageSharp/issues/868")]
13
public abstract class FileTestBase
14
15
0 commit comments