This repository was archived by the owner on Dec 12, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
src/CodeGeneration.Roslyn.Tests Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- using System . Collections . Generic ;
2- using System . Text ;
3- using System . Threading . Tasks ;
4- using Microsoft . Extensions . DependencyModel ;
5- using Validation ;
1+ // Copyright (c) Andrew Arnott. All rights reserved.
2+ // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
3+
64using Xunit ;
75
86public class DocumentTransformTests : CompilationTestsBase
@@ -326,4 +324,4 @@ partial struct Empty<T>
326324}" ;
327325 AssertGeneratedAsExpected ( source , generated ) ;
328326 }
329- }
327+ }
Original file line number Diff line number Diff line change 1- using System ;
1+ // Copyright (c) Andrew Arnott. All rights reserved.
2+ // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
3+
4+ using System ;
25using System . Collections . Immutable ;
36using System . IO ;
47using System . Linq ;
@@ -94,4 +97,4 @@ protected static Project CreateProject(params string[] sources)
9497 }
9598 return solution . GetProject ( projectId ) ;
9699 }
97- }
100+ }
You can’t perform that action at this time.
0 commit comments