Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Add System.Transactions.dll to Xamarin #169

Merged
merged 3 commits into from
Jan 26, 2017

Conversation

akoeplinger
Copy link
Member

@akoeplinger akoeplinger commented Jan 19, 2017

Generates API reference for System.Transactions.dll for all Xamarin platforms.

The API compat shows some differences that we need to fix, the current revision in this PR is generated from our latest public C9 preview. I'll make the changes in Mono and update this repo once a new preview is out.

See #168

Additionally update net461 System.Data.csproj to include
a reference to transactions so the commented out API
can be added again.
@weshaggard
Copy link
Member

The API compat shows some differences that we need to fix, the current revision in this PR is generated from our latest public C9 preview. I'll make the changes in Mono and update this repo once a new preview is out.

Thanks do let me know if there are any issues with the additions.

@akoeplinger
Copy link
Member Author

I think this is good to go in. I committed changes for the API differences to Mono yesterday: mono/mono@59af66c, might take a bit to bubble up to the public C9 preview.

@@ -2168,7 +2168,7 @@ public abstract partial class DbConnection : System.ComponentModel.Component, Sy
public abstract void Close();
public System.Data.Common.DbCommand CreateCommand() { throw null; }
protected abstract System.Data.Common.DbCommand CreateDbCommand();
//TRANSACTIONS public virtual void EnlistTransaction(System.Transactions.Transaction transaction) { }
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for getting this one I missed it.

@weshaggard
Copy link
Member

I assume you will refresh to address the rest of the baseline file once you get them in on your side?

@akoeplinger
Copy link
Member Author

@weshaggard yep

@akoeplinger
Copy link
Member Author

@weshaggard can we merge this now to avoid conflicts with other PRs?

@weshaggard
Copy link
Member

Yes sorry I wasn't sure if you were ready for this to merge yet. Do you not have merge permission?

@weshaggard weshaggard merged commit ceea7ff into dotnet:master Jan 26, 2017
@akoeplinger akoeplinger deleted the add-system-transactions-xamarin branch January 26, 2017 18:27
@akoeplinger
Copy link
Member Author

Do you not have merge permission?

I do, just wasn't sure if I'm allowed to merge it myself 😄

@weshaggard
Copy link
Member

If I've signed off on the code review feel free to merge :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants