Endjin.RecommendedPractices.NuGet v3 possible features #56
Replies: 3 comments 8 replies
-
Is there some way to require a release build before push using git actions? |
Beta Was this translation helpful? Give feedback.
-
I'm not a huge fan of relaxing linting rules in debug mode because it may improve your inner dev loop for doing technical spikes, but it also allows people to get out of the good habits and then makes the inner dev loop harder because the outer dev loop catches the issues. I tend to find it easier to add pragmas / exclusions if spiking and then remove them as you iterate towards something production ready. |
Beta Was this translation helpful? Give feedback.
-
@mwadams had this suggestion for ensuring we pick up updates to the
|
Beta Was this translation helpful? Give feedback.
-
There are a few changes I'd like to make that are breaking changes, including:
namespace
syntax.editorconfig
is out of date and offer to update, but in a way that deals gracefully with project-specific custom changes (e.g., don't just blindly update the thing every time)Beta Was this translation helpful? Give feedback.
All reactions