-
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
develop #16
Merged
Merged
develop #16
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…t work as intended in release mode
ksidirop/MAN-299-migrate-to-github-actions
…we perform workload restore
…clear-text this is done in order to resolve an error we're witnessing on the particular nuget toolchain pre-installed in the vm-image we're using
…ion' property to the top of the file
ksidirop/MAN-299-migrate-to-github-actions
ksidirop/MAN-299-migrate-to-github-actions
…also fix the nuget.org access token as well
ksidirop/MAN-299-migrate-to-github-actions
[skip ci]
ksidirop/MAN-299-migrate-to-github-actions
… when pushing nugets over to nuget.org
ksidirop/MAN-299-migrate-to-github-actions
ksidirop/MAN-299-migrate-to-github-actions
… add the wasm-tools-net7 workload
ksidirop/MAN-299-migrate-to-github-actions
Framinosona/issue 29
…folders 'Carthage/Carthage/Build/*.xcframework/' under source control to ensure that they exist right off the bat when the repo is checked out in cicd this should solve a bug which is causing the frameworks to not be included in the generated nugets when they get build from the cicd pipelines
…ts-issue-in-cicd-pipelines ksidirop/NOJIRA-fix-poisoned-nugets-issue-in-cicd-pipelines
…ncrete classes (weird but it might just work)
…ings.iOS into ksidirop/MAN-335-ios-runtime-error-fix-about-you-should-not-call-this-method
…ing mainstream branches
…he sake of readability
…ie since it's not needed
…esn't run automatically upon initial project loading
…e, _DownloadIosNativeFiles and build in 3 separate calls one after the other
…ACCESS_TOKEN environment variables
…ibute of _DownloadIosNativeFiles to PrepareForBuild (old was: BeforeBuild) and also check whether the framework has already been downloaded or not
…wnloadIosNativeFiles because now it gets automatically invoked by the build target thanks to the previous fix in the previous commits
… into ksidirop/MAN-335-ios-runtime-error-fix-about-you-should-not-call-this-method
…no-use-binaries' on carthage
…true (old was: false which was needed in the xamarin days but not anymore)
…asses and delegates - anything with '@interface <class name> : NSObject' just needs the [BaseType] if we use [Model] on these an exception will be thrown in runtime because we will get an empty model with no code besides the exception being thrown // @interface DFUFirmware : NSObject [BaseType(typeof(NSObject), Name = "_TtC9NordicDFU11DFUFirmware")] [DisableDefaultCtor] interface DFUFirmware { ... } - anything '@protocol <class name>' is decorated like so: // @protocol DFUPeripheralSelectorDelegate [BaseType(typeof(NSObject), Name = "_TtP9NordicDFU29DFUPeripheralSelectorDelegate_")] [Protocol(Name = "_TtP9NordicDFU29DFUPeripheralSelectorDelegate_")] [Model(Name = "_TtP9NordicDFU29DFUPeripheralSelectorDelegate_")] interface DFUPeripheralSelectorDelegate { ... } [skip ci]
ksidirop/MAN-335-ios-runtime-error-fix-about-you-should-not-call-this-method
ksidirop/MAN-335-ios-runtime-error-fix-about-you-should-not-call-this-method
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.