Skip to content
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

Closed
wants to merge 0 commits into from
Closed

Spring clean-up #72

wants to merge 0 commits into from

Conversation

<_SdkImplicitReference Include="System"/>
<_SdkImplicitReference Include="System.Runtime"/>
<_SdkImplicitReference Include="System.Core"/>
<_SdkImplicitReference Include="System.Collections"/>
Copy link
Collaborator

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.

Copy link
Contributor Author

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.

@Nirmal4G
Copy link
Contributor Author

There is some problem with the build. I tried to fix it but no luck. I don't know about TFS much!

TF400813: The user 'a1ba01a6-482e-41c7-88e2-142b33cf8b63' is not authorized to access this resource.

@clairernovotny
Copy link
Collaborator

clairernovotny commented May 15, 2018

The build should be fixed with the latest code in master if you update to that.

@Nirmal4G
Copy link
Contributor Author

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?
How can I enable them for this PR, Is there any option in the fork's repo settings?

@clairernovotny
Copy link
Collaborator

The docs to configure that are here:
https://help.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/

@Nirmal4G
Copy link
Contributor Author

Nirmal4G commented May 30, 2018

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.

@Nirmal4G Nirmal4G changed the title [WIP] Spring clean-up Spring clean-up May 30, 2018
@clairernovotny
Copy link
Collaborator

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

@clairernovotny
Copy link
Collaborator

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.
Oren

@Nirmal4G
Copy link
Contributor Author

In the future, I'd appreciate more, smaller, PR's with discreet changes.

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!

Second, I do not intend on accepting a dependency on another package here. Please consolidate into this PR if needed.

Ok, Do you want default items within your repo or within the SDK itself?

@clairernovotny
Copy link
Collaborator

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.

@Nirmal4G
Copy link
Contributor Author

Nirmal4G commented May 31, 2018

Ok, I'll redo the PR into 3 ways.

  1. Restructure the current changes (file/folder change)
  2. Apply cosmetics (whitespace change)
  3. Put mine on top of the above changes (code changes)

Is that ok?

@clairernovotny
Copy link
Collaborator

Sounds like a plan, but what do you mean by "cosmetics"?

@Nirmal4G
Copy link
Contributor Author

.editorconfig

@clairernovotny
Copy link
Collaborator

That's fine...but the .editorconfig should be this one: https://github.com/onovotny/SignService/blob/master/.editorconfig

@clairernovotny
Copy link
Collaborator

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.

@Nirmal4G
Copy link
Contributor Author

Yep.

@Nirmal4G
Copy link
Contributor Author

Nirmal4G commented Jun 1, 2018

Closed in favour of #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment