Adding a rule that turns off assembly info generation for attributes already defined when migrating.

This commit is contained in:
Livar Cunha 2016-10-26 10:10:48 -07:00 committed by Livar Cunha
parent 4aa1c1bfb4
commit f863630fd8
6 changed files with 336 additions and 1 deletions

View 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)
{
}
}
}