-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributing First Steps #104
Contributing First Steps #104
Commits on Sep 25, 2024
-
chore: set CLI as first project in solution
Because Visual Studio stores the startup project in the user settings for a solution, when one is not set up yet -- such as after cloning the repo locally and running it for the first time -- it will default to the first project listed in the .sln file. Since the CLI project is the end goal, switching up the order in the file to fit this behavior. SlavaVedernikov#100
Configuration menu - View commit details
-
Copy full SHA for 1639d41 - Browse repository at this point
Copy the full SHA 1639d41View commit details -
chore: update launchSettings to target E-Commerce Platform
It makes sense that the default execution should be against something that already exists in the repository. Tried to make this match the 'draw-diagrams.bat' file in the directory, the output doesn't quite match any more. SlavaVedernikov#100
Configuration menu - View commit details
-
Copy full SHA for 95548b6 - Browse repository at this point
Copy the full SHA 95548b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ae79b - Browse repository at this point
Copy the full SHA e1ae79bView commit details -
chore: establish EditorConfig settings
This helps bring in a consistent set of settings that apply to the codebase as a whole, and do not depend on the individual's IDE settings. This also helps be explicit on what analyzer settings are enforced vs. what ones the project does not wish to adhere to. SlavaVedernikov#100
Configuration menu - View commit details
-
Copy full SHA for ff67c5a - Browse repository at this point
Copy the full SHA ff67c5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f764a - Browse repository at this point
Copy the full SHA a3f764aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 217ed54 - Browse repository at this point
Copy the full SHA 217ed54View commit details -
test: create 'draw-diagrams.bat' that executes all others
This way it's easy to test a change against all examples
Configuration menu - View commit details
-
Copy full SHA for de36549 - Browse repository at this point
Copy the full SHA de36549View commit details -
test: add 'execute-aac-strategy' runner script
This way it's easy enough to execute all executions in a single go.
Configuration menu - View commit details
-
Copy full SHA for 8c77143 - Browse repository at this point
Copy the full SHA 8c77143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 201258b - Browse repository at this point
Copy the full SHA 201258bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ba0de8 - Browse repository at this point
Copy the full SHA 1ba0de8View commit details -
chore: update Big Bank Plc debug settings
Removing the top level interfaces per PR feedback. SlavaVedernikov#104 (comment)
Configuration menu - View commit details
-
Copy full SHA for 5b5dfc7 - Browse repository at this point
Copy the full SHA 5b5dfc7View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1fc9f44 - Browse repository at this point
Copy the full SHA 1fc9f44View commit details