fluentassertions.analyzers | Analyzers based on the FluentAssertions best practices docs
kandi X-RAY | fluentassertions.analyzers Summary
kandi X-RAY | fluentassertions.analyzers Summary
"With Fluent Assertions, the assertions look beautiful, natural and most importantly, extremely readable" -Girish. A collection of Analyzers based on the best practices tips.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fluentassertions.analyzers
fluentassertions.analyzers Key Features
fluentassertions.analyzers Examples and Code Snippets
dotnet test src --configuration Release --filter 'TestCategory=Completed'
Community Discussions
Trending Discussions on fluentassertions.analyzers
QUESTION
There are several analyzers whose NuGet packages I almost always include in any project I make. It's annoying adding them all individually whenever I start a new project, so I have long wanted to make a NuGet package of my own that just says "include these other packages". I recently did so, and it seems to work fine. I made the following nuspec file, did a "nuget pack" and then a "nuget push" to a private package server:
...ANSWER
Answered 2019-Aug-04 at 00:21Answering my own question:
It seems like it is due to some Visual Studio caching wackiness or something like that. As I noted in the original post, after I found that it didn't work, I removed the "developmentDependency" tag and bumped the version number, which did not help.
However, the way that I had upgraded the project to use the new version was via "Update" in VS's NuGet Package Manager. Just now, I instead tried uninstalling the old version, then installing the new version. It magically started working.
I tried each way a few more times, and it always was the same: If I "Update" version 1 to version 2, it doesn't work, but if I "Uninstall" version 1 and then "Install" version 2, it works fine.
Just for the sake of completeness, I will also mention that prior to discovering this workaround, I had tried various things like clean/rebuild, unload project/reload project, close VS/open VS, and combinations thereof (like clean/close/open/rebuild), none of which helped.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install fluentassertions.analyzers
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page