EWSoftware / VSSpellChecker

A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
Other
377 stars 65 forks source link

Target framework not supported reported when opening solution #291

Closed ritchiecarroll closed 1 year ago

ritchiecarroll commented 1 year ago

This is not a showstopper type of issue, more of a nuisance message that pops every time you open a solution with an included SHFPProject.

This is only happening from my new laptop with a fresh install of VS2022 and latest SHFB tools, so it looks like the issue is that my new laptop does not have the .NET 4.0 targeting pack (I presume this doesn't happen on my existing systems since they may still have the older .NET 4.0 targeting pack installed). I can certainly install this .NET 4.0 targeting pack, but it's no longer supported by Microsoft and the message text is highly persuasive in the direction you should take.

FYI, I always select the first option: "Update to the target to .NET 4.8 (Recommended)" and I also select the "Remember my choice" checkbox then click "Continue", however, this action seems to be ignored. That said, everything after that continues normally and appears to work fine.

Anyway, just wondering if there's a simple/manual fix that I can apply to my .shfbproj files or something in the installed SHFB tools configuration that you aware of that I can apply to keep this message from popping up without installing the .NET 4.0? If so, I'll probably do that for now instead of installing the .NET 4.0 targeting pack to save disk space on my laptop.

Here's a snip of the message: image

ritchiecarroll commented 1 year ago

Posted issue to wrong repo - sorry...