This repository was archived by the owner on Jul 10, 2024. It is now read-only.
Releases: steamcore/vslint
Releases · steamcore/vslint
1.2.1
1.2.0
Changes
- Dropped the old .NET Framework based
VSLintpackage, dotnet tools is the future - Now building using the .NET 6 SDK
- Use
net6.0target framework for thedotnet-vslintdotnet tool
1.1.0
No code changes, but dotnet tool is now using .NET Core 3.1 instead of 2.2.
1.0.6
- Release as dotnet tool, install with
dotnet tool install -g dotnet-vslint - Ignore
ProjectCapabilityitems
1.0.5
Ignore wildcard includes as they can't reasonably be validated
1.0.4
Fixed performance regression
1.0.3
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
9af51c164f Updated README.md with a NuGet badge