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

[NetworkExtensions] Update framework to Xcode12 beta 6. #9585

Merged

Conversation

mandel-macaque
Copy link
Member

No description provided.

@mandel-macaque mandel-macaque added the note-highlight Worth calling out specifically in release notes label Sep 5, 2020
@mandel-macaque mandel-macaque added this to the xcode12 milestone Sep 5, 2020
Copy link
Member

@dalexsoto dalexsoto left a comment

Choose a reason for hiding this comment

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

Just a small one but everything else 👍

src/networkextension.cs Outdated Show resolved Hide resolved
@monojenkins
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)
Test run succeeded

Co-authored-by: Alex Soto <alex@alexsoto.me>
@monojenkins
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)
Test run succeeded

src/networkextension.cs Outdated Show resolved Hide resolved
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
@monojenkins
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)
Test run succeeded


[Notification]
[Field ("NEDNSSettingsConfigurationDidChangeNotification")]
NSString ConfigurationDidChangeNotification { get; }
Copy link
Contributor

Choose a reason for hiding this comment

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

from its name it looks like it should be on NEDnsSettings and not on NEDnsOverHttpsSettings

@@ -327,6 +327,11 @@ interface NEDnsSettings : NSSecureCoding, NSCopying
[NoWatch, NoTV, Mac (11, 0), iOS (14, 0)]
[Export ("dnsProtocol")]
NEDnsProtocol DnsProtocol { get; }

[Mac (11,0), iOS (14,0), NoTV]
Copy link
Contributor

Choose a reason for hiding this comment

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

it should either be [NoWatch] (like above) or [Watch (7,0)]
unless there's defines (that I don't see in the diff) the current attributes makes it available on watchOS 2.0

Copy link
Member Author

Choose a reason for hiding this comment

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

NetworkExtension is not present on the watch

@monojenkins
Copy link
Collaborator

Build failure
Build failed or was aborted

Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)

@monojenkins
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)
Test run succeeded

@mandel-macaque mandel-macaque merged commit 31659d6 into xamarin:xcode12 Sep 8, 2020
@mandel-macaque mandel-macaque deleted the network-extension-xcode12-beta6 branch September 8, 2020 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
note-highlight Worth calling out specifically in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants