-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Dotnet top level solution #4614
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scmacdon
approved these changes
Mar 31, 2023
scmacdon
previously approved these changes
Mar 31, 2023
dcebf3a
to
f941ee6
Compare
This reverts commit 511623c.
f941ee6
to
f10b559
Compare
scmacdon
approved these changes
Apr 3, 2023
scmacdon
pushed a commit
that referenced
this pull request
Apr 3, 2023
* Updating C# run instructions for WriteMe. (#4620) * Adding CODEOWNERS file (#4623) * Adding CODEOWNERS file * Update .github/CODEOWNERS.txt Co-authored-by: Liz Kellebrew-Davies <[email protected]> --------- Co-authored-by: Liz Kellebrew-Davies <[email protected]> * Dotnet top level solution (#4614) * Add initial solution file with all projects * Update top level solution. * Fixing up some test issues. * Fixing up failing tests and missing configurations. * Updates to failing autoscale tests * Updating for failing tests and setup. * Updating failing tests * Revert "Updates to failing autoscale tests" This reverts commit 511623c. * Updates to wording. * Wrote run_all_tests.bat batch file to run all tests on Windows. Wrote run_all_tests.sh Bash script, updated Dockerfile, and updated README. * Update gov2/README.md Co-authored-by: ford prior <[email protected]> * Apply suggestions from code review Co-authored-by: Liz Kellebrew-Davies <[email protected]> --------- Co-authored-by: Irene Smith <[email protected]> Co-authored-by: Rachel Hagerman <[email protected]> Co-authored-by: Liz Kellebrew-Davies <[email protected]> Co-authored-by: ford prior <[email protected]>
scmacdon
pushed a commit
that referenced
this pull request
Apr 4, 2023
* Go unit and integration tests and Dockerfile (#4625) * Updating C# run instructions for WriteMe. (#4620) * Adding CODEOWNERS file (#4623) * Adding CODEOWNERS file * Update .github/CODEOWNERS.txt Co-authored-by: Liz Kellebrew-Davies <[email protected]> --------- Co-authored-by: Liz Kellebrew-Davies <[email protected]> * Dotnet top level solution (#4614) * Add initial solution file with all projects * Update top level solution. * Fixing up some test issues. * Fixing up failing tests and missing configurations. * Updates to failing autoscale tests * Updating for failing tests and setup. * Updating failing tests * Revert "Updates to failing autoscale tests" This reverts commit 511623c. * Updates to wording. * Wrote run_all_tests.bat batch file to run all tests on Windows. Wrote run_all_tests.sh Bash script, updated Dockerfile, and updated README. * Update gov2/README.md Co-authored-by: ford prior <[email protected]> * Apply suggestions from code review Co-authored-by: Liz Kellebrew-Davies <[email protected]> --------- Co-authored-by: Irene Smith <[email protected]> Co-authored-by: Rachel Hagerman <[email protected]> Co-authored-by: Liz Kellebrew-Davies <[email protected]> Co-authored-by: ford prior <[email protected]> * Updating AutoScaling examples All reviewer comments implemented. * Removed unnecessary using from Hello Auto Scaling. * Update services.yaml Removed extra blank line --------- Co-authored-by: Laren-AWS <[email protected]> Co-authored-by: Rachel Hagerman <[email protected]> Co-authored-by: Liz Kellebrew-Davies <[email protected]> Co-authored-by: ford prior <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
aws-doc-sdk-examples Pull Request
I'm resolving an issue with an existing code example
This update adds a top-level .NET solution file for building all of the examples and tests from an automation framework.
Closes #4043
Confirm you have met the following minimum requirements:
Open source license adherence
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.