-
Notifications
You must be signed in to change notification settings - Fork 44
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
Spring clean-up #72
Spring clean-up #72
Conversation
<_SdkImplicitReference Include="System"/> | ||
<_SdkImplicitReference Include="System.Runtime"/> | ||
<_SdkImplicitReference Include="System.Core"/> | ||
<_SdkImplicitReference Include="System.Collections"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing to be aware of -- we shouldn't be explicitly referencing these type-forwarder façades. That causes issues since they're added as framework references which then cannot be found in the GAC. We should only be referencing implementation assemblies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have checked with my projects, no problem there. Besides they are the same references that I added from the original Xamarin project templates.
There is some problem with the build. I tried to fix it but no luck. I don't know about TFS much!
|
The build should be fixed with the latest code in master if you update to that. |
Thanks. I have seen from some PRs that others can directly commit into the said PR. It would be simple for you and others to directly change things, right? |
The docs to configure that are here: |
Almost done. Don't have time for ASP/WCF/WFF. Will do in a separate PR. For the public properties in the old package, I'll add a rename shim in the main props/targets file. I want to keep the file/filename structure as it is. Since, it'll be easy for me to provide future PRs You can merge anytime. |
It's going to take me some time to review this because there are a lot of changes. In the future, I'd appreciate more, smaller, PR's with discreet changes. Second, I do not intend on accepting a dependency on another package here. Please consolidate into this PR if needed. Thanks |
Update...looking further, I really can't compare these since there is too much renaming. Can you please submit a series of smaller targeted changes? I don't mind having a dozen PR's that are reviewable. As it is now, I can't see what's different, in large part due to the renaming. I also cannot fully remove support for PackageRef yet since some of the designers (and VSfM) still don't fully support the Sdk syntax yet. I do appreciate all of the updates, but this chunk is too big to digest. Sorry. |
I want to but I continuously update them with using my projects, also the naming is different, I just copied the whole structure and made it work with VSTS!
Ok, Do you want default items within your repo or within the SDK itself? |
Default items can be in this SDK itself. It should be a "one stop" resource. I still need the structure to be closer to this one in order to do PR reviews. I'm okay with renaming the top level directories to Source, Samples, etc, but that should be its own PR without any other content changes so that it's trackable. |
Ok, I'll redo the PR into 3 ways.
Is that ok? |
Sounds like a plan, but what do you mean by "cosmetics"? |
|
That's fine...but the .editorconfig should be this one: https://github.com/onovotny/SignService/blob/master/.editorconfig |
Are you going to be submitting three new PR's to mach the above? I'm happy to merge them fairly quickly after a reiew. |
Yep. |
Closed in favour of #80 |
These are the issues that are fixed in this PR