-
Notifications
You must be signed in to change notification settings - Fork 6
Release/downloader v1.1 #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
base: release/downloader-v1.0
Are you sure you want to change the base?
Conversation
…unit tests can run
…TV to trust all SSL cert
… forced TV to trust all SSL cert" revert sujit's accidental check in This reverts commit 43e44ba.
…e the SpaceElevator project, and XAMARIN from build definitions
Sujit: BuildFix: Removed sigining from TV, link to the snk file inside t...
…aining the build-time-constant "XAMARIN" for XamarinMac sln of SpaceElevator/Downloader to trust all SSL cert
@sujitp81 why change of internal to public on all of these? |
that was me, so the unit tests could run. I didn't notice there was some project property that @sujitp81 turned off at the time. might want to revert that change, and turn back on the project property that allows the unit tests to run |
@adamnation yes, we shouldn't be making things public just for unit tests. Leverage the "InternalsVisibleTo" assembly info property. |
Just noticed this pull req. |
No description provided.