Matthieu Penant
Matthieu Penant
The following code in / Areas / MvcMembership / Views / UserAdministration / Password.cshtml : ``` using(Html.BeginForm("SetPassword", "UserAdministration", new{ id = Model.User.ProviderUserKey })){ New Password: @Html.TextBox("password") } ``` does not...
That checklist is a great idea! Here are a few points I usually set in my own libraries/apps, some with retro-compatibility requirements, I mostly wonder if it could be useful...
_(As briefly discussed through email in the end of 2019)_ Sally7 provides a great experience for the client part of the S7 protocol, but there is no server component at...
### Description Combining a field with event handlers / methods leads to [S1450](https://rules.sonarsource.com/csharp/RSPEC-1450) false positive. Positionning inside the event handlers also changes the behavior of the result. ### Repro steps...
fix based on https://madskristensen.net/blog/how-to-upgrade-extensions-to-support-visual-studio-2019/ Note: as there is a v5.6.199 available in the VSIX nightly build feed, you need to update the vsix version number, if you want to roll...
Having this code: `query.StartsWith("select", true, CultureInfo.InvariantCulture)` RefactoringEssentials will pop a RECS0063, despite the fact that we are using Invariant Culture. When using the fix provided, the code be will be...
Consider the following code: ` public UserDetailController(IUserDetailService service) => _Service = service;` service will be considered as not used and raise a RECS0154, despite the fact that it is used....
The 2.28.0 nuget packages defines many asp.net core, and with them .net core dependencies for the .net Framework 4.5.2 version of the package:  Creating an empty .NET 4.7.2 web...
(This is not an issue for Sally per se, but a question related to Sally7 devs and users field of work) I would like to track if any changes or...