Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Releases: steamcore/vslint

1.2.1

13 Nov 21:27
Compare
Choose a tag to compare

Changes

  • Exclude global usings from file analysis

1.2.0

13 Nov 21:22
Compare
Choose a tag to compare

Changes

  • Dropped the old .NET Framework based VSLint package, dotnet tools is the future
  • Now building using the .NET 6 SDK
  • Use net6.0 target framework for the dotnet-vslint dotnet tool

1.1.0

22 Oct 20:48
Compare
Choose a tag to compare

No code changes, but dotnet tool is now using .NET Core 3.1 instead of 2.2.

1.0.6

03 Mar 18:04
Compare
Choose a tag to compare
  • Release as dotnet tool, install with dotnet tool install -g dotnet-vslint
  • Ignore ProjectCapability items

1.0.5

24 Jul 10:17
Compare
Choose a tag to compare

Ignore wildcard includes as they can't reasonably be validated

1.0.4

05 Jul 12:36
Compare
Choose a tag to compare

Fixed performance regression

1.0.3

12 Mar 15:46
Compare
Choose a tag to compare

Rudimentary support for the new VS 2017 project format, for now all files are assumed to be included mostly so projects with mixed project types do not get unnecessary warnings.

1.0.2

03 Sep 15:44
Compare
Choose a tag to compare
9af51c164f

Updated README.md with a NuGet badge