Skip to content

Conversation

@JRahnama
Copy link
Contributor

@JRahnama JRahnama commented Mar 9, 2020

This PR adds EventSource to NetCore

Copy link
Contributor

@Wraith2 Wraith2 left a comment

Choose a reason for hiding this comment

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

That's a lot of changed files.

Does there need to be a counter per entity or are the object id values just used to determine "same object"-ness? If you don't need to detect sequential objects of the same type you could just use one object id source.

Is there a reason behind the choice of using try-finally directly rather than creation a cheap readonly disposable struct?

Copy link
Member

@cheenamalhotra cheenamalhotra left a comment

Choose a reason for hiding this comment

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

1 class missed:

  • SqlFileStream.Windows.cs

@JRahnama
Copy link
Contributor Author

1 class missed:

  • SqlFileStream.Windows.cs

Thanks for cathing this. Added.

Copy link
Member

@cheenamalhotra cheenamalhotra left a comment

Choose a reason for hiding this comment

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

Some failing tests need to be addressed after recent commit.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants