You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.
The AmazonKinesis project references version 3.3 of the RollingFileSink. The AmazonKinesisis nuget package references 2.2. There was a parameter added to the constructor of the RollingFileSink called Shared which is being used that is not available in 2.2, so you get a missing method exception. There is a work around. You just need to also include the 3.3 version of the RollingFileSink nuget package in the project that uses AmazonKinesis.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The AmazonKinesis project references version 3.3 of the RollingFileSink. The AmazonKinesisis nuget package references 2.2. There was a parameter added to the constructor of the RollingFileSink called Shared which is being used that is not available in 2.2, so you get a missing method exception. There is a work around. You just need to also include the 3.3 version of the RollingFileSink nuget package in the project that uses AmazonKinesis.
The text was updated successfully, but these errors were encountered: