-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Relocate extension methods to child namespaces #7
Comments
oliverbooth
added a commit
that referenced
this issue
Jan 18, 2021
oliverbooth
added a commit
that referenced
this issue
Jan 18, 2021
oliverbooth
added a commit
that referenced
this issue
Jan 18, 2021
oliverbooth
added a commit
that referenced
this issue
Mar 3, 2021
oliverbooth
added a commit
that referenced
this issue
Mar 3, 2021
oliverbooth
added a commit
that referenced
this issue
Mar 3, 2021
oliverbooth
added a commit
that referenced
this issue
Mar 4, 2021
oliverbooth
added a commit
that referenced
this issue
Mar 4, 2021
oliverbooth
added a commit
that referenced
this issue
Mar 4, 2021
oliverbooth
added a commit
that referenced
this issue
Mar 7, 2021
oliverbooth
added a commit
that referenced
this issue
Mar 7, 2021
- Deprecate Random methods in favour of RandomExtensions methods
oliverbooth
added a commit
that referenced
this issue
Mar 7, 2021
oliverbooth
added a commit
that referenced
this issue
Mar 10, 2021
Avoids collision when importing both X10D.RandomExtensions and X10D.Unity.RandomExtensions
oliverbooth
added a commit
that referenced
this issue
Mar 10, 2021
oliverbooth
added a commit
that referenced
this issue
Mar 10, 2021
Fully resolved as of 61da369 |
oliverbooth
added
triaged
High-priority issue
and removed
invalid
This doesn't seem right
labels
Apr 21, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 21, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 21, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 21, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 21, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 21, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 21, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 22, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 22, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 23, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 23, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 24, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 24, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 25, 2022
Also renames more tests to be more meaningful
oliverbooth
added a commit
that referenced
this issue
Apr 25, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 26, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 26, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 26, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 27, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 29, 2022
oliverbooth
added a commit
that referenced
this issue
Apr 30, 2022
* Finalizes unit tests, 99% coverage * Update CHANGELOG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The rationale:
The consumer can decide which types to extend by only importing the necessary namespace. This will avoid conflicts with other libraries where the euser must resolve name collision by fully qualifying a static invocation.
The text was updated successfully, but these errors were encountered: