v3.1.0
- Add analyzer RCS0056 (Line is too long)
- Add option to suppress diagnostic from Unity script methods (RCS1213)
- Consider syntax
var foo = Foo.Parse(value)
as having obvious typeFoo
- Update references to Roslyn API to 3.7.0
var foo = Foo.Parse(value)
as having obvious type Foo