Skip to content
Snippets Groups Projects
Select Git revision
  • 47f261a8efd6193cdae7d5d2792c15ece9675240
  • master default protected
  • gitkeep
  • dev protected
  • Issue/2309-docs
  • Hotfix/2097-fixTimeFormat
  • Issue/1910-MigrationtoNET6.0
  • Sprint/2022-01
  • Sprint/2021-05
  • Product/1188-LoggingExtended
  • Topic/1221-LogginExtendedNew
  • Sprint/2021-03
  • Product/1287-dotnet5Sharepoint
  • Topic/1334-dotnet5migration
  • Topic/1221-LoggingExtended
  • Sprint/2021-01
  • Product/407-net5migration
  • Topic/1226-loggingLibraryMigration
  • v2.2.2
  • v2.2.1
  • v2.2.0
  • v2.1.0
  • v2.0.0
  • v1.3.0
  • v1.2.0
  • v1.1.0
  • v1.0.1
  • v1.0.0
28 results

LoggingTests.cs

Blame
  • Petar Hristov's avatar
    Petar Hristov authored and Marcel Nellesen committed
    Update: Support for .NET 5.0 added. Current Target Frameworks are .NET Framework 4.6.1 and .NET 5.0. (coscine/issues#1226)
    ae4e61e9
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    LoggingTests.cs 263 B
    using NUnit.Framework;
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    
    namespace Coscine.Logging.Tests
    {
        [TestFixture]
        class LoggingTests
        {
            // *crickets chirping*
        }
    }