Browse Source

mark FileTestBase obsolete

af/merge-core
Anton Firszov 7 years ago
parent
commit
655ef9a324
  1. 2
      tests/ImageSharp.Tests/FileTestBase.cs

2
tests/ImageSharp.Tests/FileTestBase.cs

@ -1,6 +1,7 @@
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System;
using System.Collections.Generic;
namespace SixLabors.ImageSharp.Tests
@ -8,6 +9,7 @@ namespace SixLabors.ImageSharp.Tests
/// <summary>
/// The test base class for reading and writing to files.
/// </summary>
[Obsolete("See: https://github.com/SixLabors/ImageSharp/issues/868")]
public abstract class FileTestBase
{
/// <summary>

Loading…
Cancel
Save