Skip to content
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

[CS0618] GraphInterpreterSpecKit Warning Disable #6697

Merged
merged 5 commits into from
May 17, 2023

Conversation

eaba
Copy link
Contributor

@eaba eaba commented Apr 28, 2023

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

eaba

This comment was marked as outdated.

Copy link
Contributor Author

@eaba eaba left a comment

Choose a reason for hiding this comment

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

Use GraphStage instead because IStage it is Obsolete however IStage it is an Interface

public void WithOneBoundedSetup<T>(IStage<T, T>[] ops,
#pragma warning restore CS0618 // Type or member is obsolete
Copy link
Contributor Author

Choose a reason for hiding this comment

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

WithOneBoundedSetup: IStage Obsolete

public IGraphStageWithMaterializedValue<Shape, object>[] ToGraphStage<TIn, TOut>(IStage<TIn, TOut>[] stages)
#pragma warning restore CS0618 // Type or member is obsolete
Copy link
Contributor Author

Choose a reason for hiding this comment

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

IGraphStageWithMaterializedValue: IStage Obsolete

public PushPullGraphStage<TIn, TOut> ToGraphStage<TIn, TOut>(IStage<TIn, TOut> stage)
#pragma warning restore CS0618 // Type or member is obsolete
Copy link
Contributor Author

Choose a reason for hiding this comment

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

PushPullGraphStage: IStage Obsolete

@Aaronontheweb Aaronontheweb merged commit 88be1fc into akkadotnet:dev May 17, 2023
@eaba eaba deleted the GraphInterpreterSpecKit branch May 17, 2023 12:08
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.

2 participants