The Wayback Machine - https://web.archive.org/web/20220427150534/https://github.com/topics/netcore31
Skip to content
#

netcore31

Here are 406 public repositories matching this topic...

Shows an approach to work with a microservices based architecture using .Net Core, Docker, and Azure Service Fabric/Kubernetes, applying Domain Driven Design (DDD) and Comand and Query Responsibility Segregation (CQRS) and other patterns.

  • Updated Jan 29, 2021
  • C#
Orbital-Shell
franck-gaspoz
franck-gaspoz commented Feb 20, 2021

command alias should respect bash posix

currently

alias {aliasName} {aliasText} 

Expected

alias {aliasExpression} 

with alias expression := aliasName = aliasText

issue

variables are substituted because they appears in a command parameter string ... it would be better if the substitution of variables is avoid in that case, thus the ev

enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the netcore31 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the netcore31 topic, visit your repo's landing page and select "manage topics."

Learn more