xtqqczze
xtqqczze
* Move license.txt -> LICENSE.txt * Update LICENSE.txt so that Github recognizes it as MIT. * Remove the term All Rights Reserved as Microsoft no longer recommend it. See also:...
This issue is created to track progress for the work to enable [Fedora 36](https://fedorapeople.org/groups/schedule/f-36/f-36-key-tasks.html) support for .NET Core 3.1, .NET 6.0 and .NET 7.0.
**Summary of the new feature** Incorrect case of language keywords should result in a PSUseCorrectCasing rule violation. A list of keywords can be obtained by reflection: ```powershell [ref].Assembly.GetType('System.Management.Automation.Language.Tokenizer'). GetDeclaredField('_keywordText'). ForEach{...
Expected behavior ----------------- ```none Get-ChildItem nosuchitem -ErrorAction SilentlyContinue ``` Actual behavior --------------- ```none Get-ChildItem nosuchitem -ErrorAction silentlycontinue ```
## PR Summary * Remove UTF-8 BOM from text files. * Specify utf-8 charset in .editorconfig to prevent IDEs inserting BOM. ## PR Checklist - [x] [PR has a meaningful...
## Describe the Bug Unable to export vault in iOS app: the master password is rejected even though it is valid. ## Steps To Reproduce 1. Open Bitwarden app 2....
Could avoid hardcoding the path: https://github.com/JosefPihrt/Roslynator/blob/fe965b358d87255264383c5ab0b576464a76b7e7/tools/build.cmd#L6 https://github.com/microsoft/vswhere
**Product and Version Used**: v2.9.0 `RCS1077: Optimize LINQ method call` is not applied in some cases, i.e. when a variable could be inlined. **Code with Diagnostic**: ```csharp int count =...
The IDE dispose analyzer rules have been deleted from Roslyn: https://github.com/dotnet/roslyn/commit/eeba499ecf839ec35bca25062d69d2fc5c4885b9 CA2000 is the replacement for IDE0067. cc: @clairernovotny