New Post: Intermittent Noesis.Javascript.JavascriptException in Windows...
You're welcome. JSLint.NET for MSBuild 1.7 is up on NuGet, so please upgrade and let me know how you go.
View ArticleNew Post: Intermittent Noesis.Javascript.JavascriptException in Windows...
The new version works perfectly now. I have been running version 1.7 for more than a week now, and the intermittent errors are gone. Seems like the switch from Noesis did the trick. A minor issue is...
View ArticleNew Post: Intermittent Noesis.Javascript.JavascriptException in Windows...
prokaryx wrote: A minor issue is that the option to run JSLint on save does not seem to work anyone. Using VS 2013 Ultimate. Well that's odd. The "run on save" setting is only available with the Visual...
View ArticleNew Post: Intermittent Noesis.Javascript.JavascriptException in Windows...
Doh! I just bumped the NuGet version number but forgot to upgrade the VSIX. Everything works fine now.
View ArticleCreated Task: Add support for Visual Studio 2015 [46]
Update vsix manifest to support Visual Studio 2015.
View ArticleEdited Task: Add support for Visual Studio 2015 [46]
Update vsix manifest to support Visual Studio 2015.
View ArticleCommented Task: Add support for Visual Studio 2015 [46]
Update vsix manifest to support Visual Studio 2015.Comments: Fixed in 6921cb9b4f23
View ArticleReleased: JSLint.NET 1.8.0 (Feb 04, 2015)
Features:#46: Add support for Visual Studio 2015.
View ArticleCreated Release: JSLint.NET 1.8.0 (Feb 04, 2015)
Features: #46: Add support for Visual Studio 2015.
View ArticleUpdated Wiki: Home
JSLint.NETJSLint.NET is a wrapper for Douglas Crockford's JSLint, the JavaScript code quality tool. It can validate JavaScript anywhere .NET runs.Get JSLint.NETJSLint.NET for MSBuildWires up targets to...
View ArticleUpdated Wiki: Change Log
Change Log1.8 This version adds support for Visual Studio 2015. Thanks Mads Kristensen!1.8.0 Features: #46: Add support for Visual Studio 2015.1.7 This version resolves intermittent MSBuild failures in...
View ArticleUpdated Wiki: Home
JSLint.NETJSLint.NET is a wrapper for Douglas Crockford's JSLint, the JavaScript code quality tool. It can validate JavaScript anywhere .NET runs.Get JSLint.NETJSLint.NET for MSBuildWires up targets to...
View ArticleNew Post: JSLint.NET 1.8.0 view errors
I have installed JSLint.NET 1.8.0 and using in VS 2012. In my project when I right click on any .js file and click Run JSlint then in the status bar I get a message as 1 file scanned, 1 file with...
View ArticleEdited Task: Prefix JSLint errors in Visual Studio [9]
Add a "JSLint:" prefix to each error logged in Visual Studio. Consider adding the error code in a similar manner to StyleCop. For example:JSLint: use_param: Unexpected something or other.
View ArticleNew Post: JSLint.NET 1.8.0 view errors
JSLint errors will appear in the standard Error List window (Ctrl+\, E). I recommend having it open at all times, especially if using automatic running on save / build. It should also be possible to...
View ArticleNew Post: Support for JSHint?
Will there ever be support for JSHint? I find it a bit lame that JSLint doesn't assume jQuery. Seriously? JSHint assumes many more things that are quite obvious. Also, It would be nice if, like the...
View ArticleUpdated Wiki: Home
JSLint.NETJSLint.NET is a wrapper for Douglas Crockford's JSLint, the JavaScript code quality tool. It can validate JavaScript anywhere .NET runs.We're MovingOver the coming weeks, JSLint.NET will be...
View ArticleNew Post: Support for JSHint?
To answer your first question, JSLint.NET will only ever wrap JSLint. But Web Essentials includes support for a range of other linters including JSHint. That may provide what you're looking for....
View ArticleUpdated Wiki: Home
We've Moved!All new JSLint.NET development and releases can be found at the new home on GitHub.The existing artifacts and releases will remain here for posterity only.
View Article