Mel Grubb

Results 18 comments of Mel Grubb

Oh, also, any time a property gets "teleported" this way, my Git history gets ruined because now it looks like I'm the one that wrote the code in question. Part...

I came here wondering the same thing. I think editorconfig files are poised to be the standard for this kind of coding standard information. If possible, I'd transition from CodeMaid.config...

editorconfig files do not have any kind of user vs project settings. That's kind of the idea. I believe the consensus is that editorconfig settings take precedence over whatever else...

My personal preference would be to separate XML comment headers from regular comments. I'd like CodeMaid to fix up the XML comment headers, but leave my other comments alone. If...

I could be missing something, but my use case for this is much clearer. I have a request that calls to Auth0 to get a token. Because I want to...

I just found that after posting. I don't know how I missed that before. Probably the same say I never noticed the "Sort using drag & drop" before today. How...

I know this is closed, but ".generated.cs" is a pretty common naming style, as it ".designer.cs". Is there some reason that coverlet doesn't support all three?

I have a handful of investigative and "repair" queries that I sometimes need to run with the Id of a specific user, for example. Which user I run the query...

That was addressed in my second bullet point. Seeding the randomizer based on the Id, or a hash of the Id works great until you add new properties to the...

I'm seeing the opposite problem. Blank lines are only being added after a heading if the "All headings have a blank lin both before and after..." enabled. I want blank...