| File: Diagnostic\DiagnosticFixture.cs | Web Access |
| Project: ..\..\..\test\dotnet-new.IntegrationTests\dotnet-new.IntegrationTests.csproj (dotnet-new.IntegrationTests) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.DotNet.Cli.New.IntegrationTests { public class DiagnosticFixture { public DiagnosticFixture(IMessageSink sink) { DiagnosticSink = sink; } public IMessageSink DiagnosticSink { get; } } } |