Skip to content

Upgrade AsyncGenerator to 0.14.0 #2126

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

Merged
merged 3 commits into from
May 6, 2019
Merged

Conversation

maca88
Copy link
Contributor

@maca88 maca88 commented Apr 13, 2019

The new version contains an updated NUnit plugin that simplifies the integration with NUnit.

#if NETFX
[Test, Ignore("Not fixed yet.")]
[Description("SqlClient: The batcher should run all different INSERT queries in only one roundtrip.")]
public async Task SqlClientOneRoundTripForUpdateAndInsertAsync()
Copy link
Member

Choose a reason for hiding this comment

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

I didn't get it why this was removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Until now the generator ignored only tests that had the Ignore attribute on the class, now I've applied the same rule also for methods.

@maca88 maca88 changed the title Update AsyncGenerator to 0.14.0 WIP -Update AsyncGenerator to 0.14.0 Apr 15, 2019
@maca88
Copy link
Contributor Author

maca88 commented Apr 15, 2019

I've changed to WIP until the issue in nhibernate/NHibernate-Caches/pull/65 is resolved. For some reason the issue does not happen for this project even when regenerating multiple times.

@maca88 maca88 changed the title WIP -Update AsyncGenerator to 0.14.0 Update AsyncGenerator to 0.14.0 Apr 30, 2019
@maca88
Copy link
Contributor Author

maca88 commented Apr 30, 2019

Removed WIP as the mentioned issue is not related to the generator.

@fredericDelaporte
Copy link
Member

A conflict has appeared in the meantime, if you have not seen it.

@hazzik
Copy link
Member

hazzik commented May 5, 2019

I'm getting a following error when try to execute async generator.

UPD: My bad, I had a dirty branch.

@fredericDelaporte fredericDelaporte added this to the 5.3 milestone May 5, 2019
@hazzik hazzik merged commit ba46d8f into nhibernate:master May 6, 2019
@hazzik hazzik changed the title Update AsyncGenerator to 0.14.0 Upgrade AsyncGenerator to 0.14.0 May 6, 2019
@hazzik hazzik added the r: Fixed label May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants