You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we use some of GitOps based processes for this? For example, detecting new repos and issuing a PR with the relevant code artefacts we think are necessary (.editorconfig, documentation snippets, etc.)
Currently we are using the project-level NuGet package to handle injecting items in at the solution-level (such as
.editorconfig
).This is not a good match because it is a project-level solution to a solution-level concern.
The text was updated successfully, but these errors were encountered: