Adding a rule that turns off assembly info generation for attributes already defined when migrating.
This commit is contained in:
parent
4aa1c1bfb4
commit
f863630fd8
6 changed files with 336 additions and 1 deletions
14
TestAssets/TestProjects/AppWithAssemblyInfo/Program.cs
Normal file
14
TestAssets/TestProjects/AppWithAssemblyInfo/Program.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ConsoleApp1
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue