Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

[C#] Namespace concept. Red vs Blue. Tests #2783

Merged
merged 3 commits into from
Nov 17, 2020
Merged

[C#] Namespace concept. Red vs Blue. Tests #2783

merged 3 commits into from
Nov 17, 2020

Conversation

valentin-p
Copy link
Contributor

@valentin-p valentin-p commented Nov 13, 2020

  • Removed using Combined from Tests
  • Added tests based on the type

I did not add any unit tests for the aliases Red/Blue.

Closes #2026

@valentin-p valentin-p requested a review from a team as a code owner November 13, 2020 21:04
@valentin-p valentin-p changed the title [C#] Add tests except for using alias [C#] Namespace concept. Red vs Blue. Tests Nov 15, 2020
Copy link
Contributor

@mikedamay mikedamay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good.

I was not sure why the warnings were disabled. I did not see them on my build when I removed the pragma. If we can't get rid of them I suppose we will need to introduce the compiler directive concept.

@ErikSchierboom what do you think?

@valentin-p
Copy link
Contributor Author

We can disable pragma in the project file too if necessary.

Copy link
Member

@ErikSchierboom ErikSchierboom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! I've left some comments

@mikedamay
Copy link
Contributor

I did not really understand the inline issue so @ErikSchierboom can you review the changes.

@ErikSchierboom ErikSchierboom merged commit 4981e11 into exercism:master Nov 17, 2020
@ErikSchierboom
Copy link
Member

Thanks @valentin-p! 🎉

@valentin-p valentin-p deleted the csharp/namespace-red-2026 branch November 17, 2020 11:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[C#] namespaces - enable this to build out-of-the-box
3 participants