David
David
### Environment - Visual Studio version: 2019 - CodeMaid version: 11.0 - Code language: C# ### Description I have the following setting in my .editorconfig file: ``` csharp_preferred_modifier_order = public,private,protected,internal,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async:suggestion...
Hi, First of all, thanks for this library. It is much appreciated. Good work. :) I ran into an issue yesterday and I managed to narrow it down to the...
### Description A `vsphere_license` resource should allow a label for vSphere Web client. ### Potential Terraform Configuration ```hcl resource "vsphere_license" "vsphere_enterprise_plus" { license_key = var.license_keys.vsphere_enterprise_plus labels = { # Found...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritise this request * Please do...
> What version of SQLitePCLRaw are you using? 2.1.2 > If you are using one of the SQLitePCLRaw bundle packages, which one? bundle_green > What platform are you running on?...
### Environment - Visual Studio version: 2017 - CodeMaid version: 10.5 - Code language: C# ### Description Suppose you have the following xml documentation comments on a method: ```cs ///...
Hi, Is this still being maintained? If so, is there any plans to make it so that the assembly may be used by strongly named assemblies? Thanks.
Not a rant, only genuine curiosity :) To the best of my knowledge, Android's device name isn't tied up to *just* Bluetooth operations. It is also used as a label...
Hello, First, thanks for writing this action. I tried running it with the following settings: ```yaml - name: Compress build to TAR archive uses: a7ul/[email protected] with: command: c cwd: ./site...