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

Sdk v 0.22.0 #136

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Sdk v 0.22.0 #136

wants to merge 7 commits into from

Conversation

AntoineDao
Copy link
Member

@AntoineDao AntoineDao commented Jan 6, 2022

Hi @MingboPeng, in order to make it easier for you to productively work with the new API while we iron out SDK generation from pollination-server I have added the new OpenAPI generated for v0.22.0 of the API.

I did run into an issue with the last step of the generate.py script which runs dotnet build. Here is a log of the error which you might help me understand 😀

Microsoft (R) Build Engine version 16.7.2+b60ddb6f4 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

  Determining projects to restore...
  Restored /workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj (in 444 ms).
  Restored /workspaces/csharp-sdk/src/ConsoleAppDemo/ConsoleAppDemo.csproj (in 442 ms).
  Restored /workspaces/csharp-sdk/src/PollinationSDK.Tests/PollinationSDK.Tests.csproj (in 186 ms).
/usr/share/dotnet/sdk/3.1.415/Microsoft.Common.CurrentVersion.targets(1177,5): error MSB3971: The reference assemblies for ".NETFramework,Version=v5.0" were not found. You might be using an older .NET SDK to target .NET 5.0 or higher. Update Visual Studio and/or your .NET SDK. [/workspaces/csharp-sdk/src/ConsoleAppDemo/ConsoleAppDemo.csproj]
/usr/share/dotnet/sdk/3.1.415/Microsoft.Common.CurrentVersion.targets(1177,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.5.2 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Helper/Helper.cs(116,60): error CS0246: The type or namespace name 'ArtifactsApi' could not be found (are you missing a using directive or an assembly reference?) [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
ManuallyAdded/Interface/Extensions.cs(100,24): warning CS0618: 'JsonSchema' is obsolete: 'JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(11,38): error CS0535: 'DAGArrayInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(11,38): error CS0535: 'DAGArrayInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(11,38): error CS0535: 'DAGArrayInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(11,38): error CS0535: 'DAGArrayInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(11,38): error CS0535: 'DAGArrayInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(11,38): error CS0535: 'DAGArrayInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
ManuallyAdded/Model/OpenAPIGenBaseModel.cs(6,26): error CS0534: 'OpenAPIGenBaseModel' does not implement inherited abstract member 'PollinationObject.ToString(bool)' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
ManuallyAdded/Model/OpenAPIGenBaseModel.cs(6,26): error CS0534: 'OpenAPIGenBaseModel' does not implement inherited abstract member 'PollinationObject.Duplicate()' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(12,40): error CS0535: 'DAGBooleanInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(12,40): error CS0535: 'DAGBooleanInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(12,40): error CS0535: 'DAGBooleanInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(12,40): error CS0535: 'DAGBooleanInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(12,40): error CS0535: 'DAGBooleanInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(12,40): error CS0535: 'DAGBooleanInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(13,37): error CS0535: 'DAGFileInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(13,37): error CS0535: 'DAGFileInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(13,37): error CS0535: 'DAGFileInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(13,37): error CS0535: 'DAGFileInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(13,37): error CS0535: 'DAGFileInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(13,37): error CS0535: 'DAGFileInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(11,39): error CS0535: 'StepArrayInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(11,39): error CS0535: 'StepArrayInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(11,39): error CS0535: 'StepArrayInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(11,39): error CS0535: 'StepArrayInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(11,39): error CS0535: 'StepArrayInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(11,39): error CS0535: 'StepArrayInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(14,39): error CS0535: 'DAGFolderInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(14,39): error CS0535: 'DAGFolderInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(14,39): error CS0535: 'DAGFolderInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(14,39): error CS0535: 'DAGFolderInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(14,39): error CS0535: 'DAGFolderInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(14,39): error CS0535: 'DAGFolderInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(15,40): error CS0535: 'DAGGenericInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(15,40): error CS0535: 'DAGGenericInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(15,40): error CS0535: 'DAGGenericInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(15,40): error CS0535: 'DAGGenericInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(15,40): error CS0535: 'DAGGenericInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(15,40): error CS0535: 'DAGGenericInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(12,41): error CS0535: 'StepBooleanInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(12,41): error CS0535: 'StepBooleanInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(12,41): error CS0535: 'StepBooleanInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(12,41): error CS0535: 'StepBooleanInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(12,41): error CS0535: 'StepBooleanInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(12,41): error CS0535: 'StepBooleanInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(16,40): error CS0535: 'DAGIntegerInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(16,40): error CS0535: 'DAGIntegerInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(16,40): error CS0535: 'DAGIntegerInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(16,40): error CS0535: 'DAGIntegerInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(16,40): error CS0535: 'DAGIntegerInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(16,40): error CS0535: 'DAGIntegerInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(17,43): error CS0535: 'DAGJSONObjectInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(17,43): error CS0535: 'DAGJSONObjectInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(17,43): error CS0535: 'DAGJSONObjectInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(17,43): error CS0535: 'DAGJSONObjectInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(17,43): error CS0535: 'DAGJSONObjectInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(17,43): error CS0535: 'DAGJSONObjectInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(18,39): error CS0535: 'DAGNumberInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(18,39): error CS0535: 'DAGNumberInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(18,39): error CS0535: 'DAGNumberInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(18,39): error CS0535: 'DAGNumberInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(18,39): error CS0535: 'DAGNumberInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(18,39): error CS0535: 'DAGNumberInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(19,37): error CS0535: 'DAGPathInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(19,37): error CS0535: 'DAGPathInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(19,37): error CS0535: 'DAGPathInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(19,37): error CS0535: 'DAGPathInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(19,37): error CS0535: 'DAGPathInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(19,37): error CS0535: 'DAGPathInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(13,38): error CS0535: 'StepFileInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(13,38): error CS0535: 'StepFileInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(13,38): error CS0535: 'StepFileInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(13,38): error CS0535: 'StepFileInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(13,38): error CS0535: 'StepFileInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(13,38): error CS0535: 'StepFileInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(20,39): error CS0535: 'DAGStringInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(20,39): error CS0535: 'DAGStringInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(20,39): error CS0535: 'DAGStringInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(20,39): error CS0535: 'DAGStringInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(20,39): error CS0535: 'DAGStringInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(20,39): error CS0535: 'DAGStringInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(14,40): error CS0535: 'StepFolderInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(14,40): error CS0535: 'StepFolderInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(14,40): error CS0535: 'StepFolderInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(14,40): error CS0535: 'StepFolderInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(14,40): error CS0535: 'StepFolderInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(14,40): error CS0535: 'StepFolderInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(13,43): error CS0535: 'DAGFileOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(13,43): error CS0535: 'DAGFileOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(13,43): error CS0535: 'DAGFileOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(13,43): error CS0535: 'DAGFileOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(13,43): error CS0535: 'DAGFileOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(15,41): error CS0535: 'StepIntegerInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(15,41): error CS0535: 'StepIntegerInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(15,41): error CS0535: 'StepIntegerInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(15,41): error CS0535: 'StepIntegerInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(15,41): error CS0535: 'StepIntegerInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(15,41): error CS0535: 'StepIntegerInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(14,45): error CS0535: 'DAGFolderOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(14,45): error CS0535: 'DAGFolderOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(14,45): error CS0535: 'DAGFolderOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(14,45): error CS0535: 'DAGFolderOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(14,45): error CS0535: 'DAGFolderOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(15,46): error CS0535: 'DAGGenericOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(15,46): error CS0535: 'DAGGenericOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(15,46): error CS0535: 'DAGGenericOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(15,46): error CS0535: 'DAGGenericOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(15,46): error CS0535: 'DAGGenericOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(16,44): error CS0535: 'StepJSONObjectInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(16,44): error CS0535: 'StepJSONObjectInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(16,44): error CS0535: 'StepJSONObjectInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(16,44): error CS0535: 'StepJSONObjectInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(16,44): error CS0535: 'StepJSONObjectInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(16,44): error CS0535: 'StepJSONObjectInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(17,40): error CS0535: 'StepNumberInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(17,40): error CS0535: 'StepNumberInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(17,40): error CS0535: 'StepNumberInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(17,40): error CS0535: 'StepNumberInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(17,40): error CS0535: 'StepNumberInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(17,40): error CS0535: 'StepNumberInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(18,38): error CS0535: 'StepPathInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(18,38): error CS0535: 'StepPathInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(18,38): error CS0535: 'StepPathInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(18,38): error CS0535: 'StepPathInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(18,38): error CS0535: 'StepPathInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(18,38): error CS0535: 'StepPathInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(19,40): error CS0535: 'StepStringInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(19,40): error CS0535: 'StepStringInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(19,40): error CS0535: 'StepStringInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(19,40): error CS0535: 'StepStringInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(19,40): error CS0535: 'StepStringInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(19,40): error CS0535: 'StepStringInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(11,44): error CS0535: 'DAGArrayOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(11,44): error CS0535: 'DAGArrayOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(11,44): error CS0535: 'DAGArrayOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(11,44): error CS0535: 'DAGArrayOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(11,44): error CS0535: 'DAGArrayOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(12,46): error CS0535: 'DAGBooleanOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(12,46): error CS0535: 'DAGBooleanOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(12,46): error CS0535: 'DAGBooleanOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(12,46): error CS0535: 'DAGBooleanOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(12,46): error CS0535: 'DAGBooleanOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(16,46): error CS0535: 'DAGIntegerOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(16,46): error CS0535: 'DAGIntegerOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(16,46): error CS0535: 'DAGIntegerOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(16,46): error CS0535: 'DAGIntegerOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(16,46): error CS0535: 'DAGIntegerOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(18,40): error CS0535: 'DAGNumberOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(18,40): error CS0535: 'DAGNumberOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(18,40): error CS0535: 'DAGNumberOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(18,40): error CS0535: 'DAGNumberOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(17,49): error CS0535: 'DAGJSONObjectOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(17,49): error CS0535: 'DAGJSONObjectOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(17,49): error CS0535: 'DAGJSONObjectOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(17,49): error CS0535: 'DAGJSONObjectOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(17,49): error CS0535: 'DAGJSONObjectOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(19,38): error CS0535: 'DAGPathOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(19,38): error CS0535: 'DAGPathOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(19,38): error CS0535: 'DAGPathOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(19,38): error CS0535: 'DAGPathOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(20,40): error CS0535: 'DAGStringOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(20,40): error CS0535: 'DAGStringOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(20,40): error CS0535: 'DAGStringOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(20,40): error CS0535: 'DAGStringOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(18,45): error CS0535: 'DAGLinkedOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(18,45): error CS0535: 'DAGLinkedOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(18,45): error CS0535: 'DAGLinkedOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(18,45): error CS0535: 'DAGLinkedOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(18,45): error CS0535: 'DAGLinkedOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(19,45): error CS0535: 'DAGNumberOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(19,45): error CS0535: 'DAGNumberOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(19,45): error CS0535: 'DAGNumberOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(19,45): error CS0535: 'DAGNumberOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(19,45): error CS0535: 'DAGNumberOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(20,43): error CS0535: 'DAGPathOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(20,43): error CS0535: 'DAGPathOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(20,43): error CS0535: 'DAGPathOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(20,43): error CS0535: 'DAGPathOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(20,43): error CS0535: 'DAGPathOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(21,45): error CS0535: 'DAGStringOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(21,45): error CS0535: 'DAGStringOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(21,45): error CS0535: 'DAGStringOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(21,45): error CS0535: 'DAGStringOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(21,45): error CS0535: 'DAGStringOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(11,39): error CS0535: 'DAGArrayOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(11,39): error CS0535: 'DAGArrayOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(11,39): error CS0535: 'DAGArrayOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(11,39): error CS0535: 'DAGArrayOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(12,41): error CS0535: 'DAGBooleanOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(12,41): error CS0535: 'DAGBooleanOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(12,41): error CS0535: 'DAGBooleanOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(12,41): error CS0535: 'DAGBooleanOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(13,38): error CS0535: 'DAGFileOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(13,38): error CS0535: 'DAGFileOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(13,38): error CS0535: 'DAGFileOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(13,38): error CS0535: 'DAGFileOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(14,40): error CS0535: 'DAGFolderOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(14,40): error CS0535: 'DAGFolderOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(14,40): error CS0535: 'DAGFolderOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(14,40): error CS0535: 'DAGFolderOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(15,41): error CS0535: 'DAGGenericOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(15,41): error CS0535: 'DAGGenericOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(15,41): error CS0535: 'DAGGenericOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(15,41): error CS0535: 'DAGGenericOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(16,41): error CS0535: 'DAGIntegerOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(16,41): error CS0535: 'DAGIntegerOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(16,41): error CS0535: 'DAGIntegerOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(16,41): error CS0535: 'DAGIntegerOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(17,44): error CS0535: 'DAGJSONObjectOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(17,44): error CS0535: 'DAGJSONObjectOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(17,44): error CS0535: 'DAGJSONObjectOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(17,44): error CS0535: 'DAGJSONObjectOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]

Build FAILED.

ManuallyAdded/Interface/Extensions.cs(100,24): warning CS0618: 'JsonSchema' is obsolete: 'JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
/usr/share/dotnet/sdk/3.1.415/Microsoft.Common.CurrentVersion.targets(1177,5): error MSB3971: The reference assemblies for ".NETFramework,Version=v5.0" were not found. You might be using an older .NET SDK to target .NET 5.0 or higher. Update Visual Studio and/or your .NET SDK. [/workspaces/csharp-sdk/src/ConsoleAppDemo/ConsoleAppDemo.csproj]
/usr/share/dotnet/sdk/3.1.415/Microsoft.Common.CurrentVersion.targets(1177,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.5.2 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Helper/Helper.cs(116,60): error CS0246: The type or namespace name 'ArtifactsApi' could not be found (are you missing a using directive or an assembly reference?) [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(11,43): error CS0535: 'DAGArrayInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(12,45): error CS0535: 'DAGBooleanInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(13,42): error CS0535: 'DAGFileInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(14,44): error CS0535: 'DAGFolderInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(15,45): error CS0535: 'DAGGenericInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(16,45): error CS0535: 'DAGIntegerInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(17,48): error CS0535: 'DAGJSONObjectInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(18,44): error CS0535: 'DAGLinkedInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(19,44): error CS0535: 'DAGNumberInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(20,42): error CS0535: 'DAGPathInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Alias.cs(21,44): error CS0535: 'DAGStringInputAlias' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(11,38): error CS0535: 'DAGArrayInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(11,38): error CS0535: 'DAGArrayInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(11,38): error CS0535: 'DAGArrayInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(11,38): error CS0535: 'DAGArrayInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(11,38): error CS0535: 'DAGArrayInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(11,38): error CS0535: 'DAGArrayInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
ManuallyAdded/Model/OpenAPIGenBaseModel.cs(6,26): error CS0534: 'OpenAPIGenBaseModel' does not implement inherited abstract member 'PollinationObject.ToString(bool)' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
ManuallyAdded/Model/OpenAPIGenBaseModel.cs(6,26): error CS0534: 'OpenAPIGenBaseModel' does not implement inherited abstract member 'PollinationObject.Duplicate()' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(12,40): error CS0535: 'DAGBooleanInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(12,40): error CS0535: 'DAGBooleanInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(12,40): error CS0535: 'DAGBooleanInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(12,40): error CS0535: 'DAGBooleanInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(12,40): error CS0535: 'DAGBooleanInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(12,40): error CS0535: 'DAGBooleanInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(13,37): error CS0535: 'DAGFileInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(13,37): error CS0535: 'DAGFileInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(13,37): error CS0535: 'DAGFileInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(13,37): error CS0535: 'DAGFileInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(13,37): error CS0535: 'DAGFileInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(13,37): error CS0535: 'DAGFileInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(11,39): error CS0535: 'StepArrayInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(11,39): error CS0535: 'StepArrayInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(11,39): error CS0535: 'StepArrayInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(11,39): error CS0535: 'StepArrayInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(11,39): error CS0535: 'StepArrayInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(11,39): error CS0535: 'StepArrayInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(14,39): error CS0535: 'DAGFolderInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(14,39): error CS0535: 'DAGFolderInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(14,39): error CS0535: 'DAGFolderInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(14,39): error CS0535: 'DAGFolderInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(14,39): error CS0535: 'DAGFolderInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(14,39): error CS0535: 'DAGFolderInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(15,40): error CS0535: 'DAGGenericInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(15,40): error CS0535: 'DAGGenericInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(15,40): error CS0535: 'DAGGenericInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(15,40): error CS0535: 'DAGGenericInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(15,40): error CS0535: 'DAGGenericInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(15,40): error CS0535: 'DAGGenericInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(12,41): error CS0535: 'StepBooleanInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(12,41): error CS0535: 'StepBooleanInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(12,41): error CS0535: 'StepBooleanInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(12,41): error CS0535: 'StepBooleanInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(12,41): error CS0535: 'StepBooleanInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(12,41): error CS0535: 'StepBooleanInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(16,40): error CS0535: 'DAGIntegerInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(16,40): error CS0535: 'DAGIntegerInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(16,40): error CS0535: 'DAGIntegerInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(16,40): error CS0535: 'DAGIntegerInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(16,40): error CS0535: 'DAGIntegerInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(16,40): error CS0535: 'DAGIntegerInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(17,43): error CS0535: 'DAGJSONObjectInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(17,43): error CS0535: 'DAGJSONObjectInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(17,43): error CS0535: 'DAGJSONObjectInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(17,43): error CS0535: 'DAGJSONObjectInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(17,43): error CS0535: 'DAGJSONObjectInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(17,43): error CS0535: 'DAGJSONObjectInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(18,39): error CS0535: 'DAGNumberInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(18,39): error CS0535: 'DAGNumberInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(18,39): error CS0535: 'DAGNumberInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(18,39): error CS0535: 'DAGNumberInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(18,39): error CS0535: 'DAGNumberInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(18,39): error CS0535: 'DAGNumberInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(19,37): error CS0535: 'DAGPathInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(19,37): error CS0535: 'DAGPathInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(19,37): error CS0535: 'DAGPathInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(19,37): error CS0535: 'DAGPathInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(19,37): error CS0535: 'DAGPathInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(19,37): error CS0535: 'DAGPathInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(13,38): error CS0535: 'StepFileInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(13,38): error CS0535: 'StepFileInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(13,38): error CS0535: 'StepFileInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(13,38): error CS0535: 'StepFileInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(13,38): error CS0535: 'StepFileInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(13,38): error CS0535: 'StepFileInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(20,39): error CS0535: 'DAGStringInput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(20,39): error CS0535: 'DAGStringInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(20,39): error CS0535: 'DAGStringInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(20,39): error CS0535: 'DAGStringInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(20,39): error CS0535: 'DAGStringInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Dag.cs(20,39): error CS0535: 'DAGStringInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(14,40): error CS0535: 'StepFolderInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(14,40): error CS0535: 'StepFolderInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(14,40): error CS0535: 'StepFolderInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(14,40): error CS0535: 'StepFolderInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(14,40): error CS0535: 'StepFolderInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(14,40): error CS0535: 'StepFolderInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(13,43): error CS0535: 'DAGFileOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(13,43): error CS0535: 'DAGFileOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(13,43): error CS0535: 'DAGFileOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(13,43): error CS0535: 'DAGFileOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(13,43): error CS0535: 'DAGFileOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(15,41): error CS0535: 'StepIntegerInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(15,41): error CS0535: 'StepIntegerInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(15,41): error CS0535: 'StepIntegerInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(15,41): error CS0535: 'StepIntegerInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(15,41): error CS0535: 'StepIntegerInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(15,41): error CS0535: 'StepIntegerInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(14,45): error CS0535: 'DAGFolderOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(14,45): error CS0535: 'DAGFolderOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(14,45): error CS0535: 'DAGFolderOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(14,45): error CS0535: 'DAGFolderOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(14,45): error CS0535: 'DAGFolderOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(15,46): error CS0535: 'DAGGenericOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(15,46): error CS0535: 'DAGGenericOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(15,46): error CS0535: 'DAGGenericOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(15,46): error CS0535: 'DAGGenericOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(15,46): error CS0535: 'DAGGenericOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(16,44): error CS0535: 'StepJSONObjectInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(16,44): error CS0535: 'StepJSONObjectInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(16,44): error CS0535: 'StepJSONObjectInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(16,44): error CS0535: 'StepJSONObjectInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(16,44): error CS0535: 'StepJSONObjectInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(16,44): error CS0535: 'StepJSONObjectInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(17,40): error CS0535: 'StepNumberInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(17,40): error CS0535: 'StepNumberInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(17,40): error CS0535: 'StepNumberInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(17,40): error CS0535: 'StepNumberInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(17,40): error CS0535: 'StepNumberInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(17,40): error CS0535: 'StepNumberInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(18,38): error CS0535: 'StepPathInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(18,38): error CS0535: 'StepPathInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(18,38): error CS0535: 'StepPathInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(18,38): error CS0535: 'StepPathInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(18,38): error CS0535: 'StepPathInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(18,38): error CS0535: 'StepPathInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(19,40): error CS0535: 'StepStringInput' does not implement interface member 'IStep.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(19,40): error CS0535: 'StepStringInput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(19,40): error CS0535: 'StepStringInput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(19,40): error CS0535: 'StepStringInput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(19,40): error CS0535: 'StepStringInput' does not implement interface member 'IoBase.Required' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Inputs/Step.cs(19,40): error CS0535: 'StepStringInput' does not implement interface member 'IoBase.Spec' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(11,44): error CS0535: 'DAGArrayOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(11,44): error CS0535: 'DAGArrayOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(11,44): error CS0535: 'DAGArrayOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(11,44): error CS0535: 'DAGArrayOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(11,44): error CS0535: 'DAGArrayOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(12,46): error CS0535: 'DAGBooleanOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(12,46): error CS0535: 'DAGBooleanOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(12,46): error CS0535: 'DAGBooleanOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(12,46): error CS0535: 'DAGBooleanOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(12,46): error CS0535: 'DAGBooleanOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(16,46): error CS0535: 'DAGIntegerOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(16,46): error CS0535: 'DAGIntegerOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(16,46): error CS0535: 'DAGIntegerOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(16,46): error CS0535: 'DAGIntegerOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(16,46): error CS0535: 'DAGIntegerOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(18,40): error CS0535: 'DAGNumberOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(18,40): error CS0535: 'DAGNumberOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(18,40): error CS0535: 'DAGNumberOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(18,40): error CS0535: 'DAGNumberOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(17,49): error CS0535: 'DAGJSONObjectOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(17,49): error CS0535: 'DAGJSONObjectOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(17,49): error CS0535: 'DAGJSONObjectOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(17,49): error CS0535: 'DAGJSONObjectOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(17,49): error CS0535: 'DAGJSONObjectOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(19,38): error CS0535: 'DAGPathOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(19,38): error CS0535: 'DAGPathOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(19,38): error CS0535: 'DAGPathOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(19,38): error CS0535: 'DAGPathOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(20,40): error CS0535: 'DAGStringOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(20,40): error CS0535: 'DAGStringOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(20,40): error CS0535: 'DAGStringOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(20,40): error CS0535: 'DAGStringOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(18,45): error CS0535: 'DAGLinkedOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(18,45): error CS0535: 'DAGLinkedOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(18,45): error CS0535: 'DAGLinkedOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(18,45): error CS0535: 'DAGLinkedOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(18,45): error CS0535: 'DAGLinkedOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(19,45): error CS0535: 'DAGNumberOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(19,45): error CS0535: 'DAGNumberOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(19,45): error CS0535: 'DAGNumberOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(19,45): error CS0535: 'DAGNumberOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(19,45): error CS0535: 'DAGNumberOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(20,43): error CS0535: 'DAGPathOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(20,43): error CS0535: 'DAGPathOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(20,43): error CS0535: 'DAGPathOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(20,43): error CS0535: 'DAGPathOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(20,43): error CS0535: 'DAGPathOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(21,45): error CS0535: 'DAGStringOutputAlias' does not implement interface member 'IAlias.Platform' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(21,45): error CS0535: 'DAGStringOutputAlias' does not implement interface member 'IAlias.Handler' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(21,45): error CS0535: 'DAGStringOutputAlias' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(21,45): error CS0535: 'DAGStringOutputAlias' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Alias.cs(21,45): error CS0535: 'DAGStringOutputAlias' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(11,39): error CS0535: 'DAGArrayOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(11,39): error CS0535: 'DAGArrayOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(11,39): error CS0535: 'DAGArrayOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(11,39): error CS0535: 'DAGArrayOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(12,41): error CS0535: 'DAGBooleanOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(12,41): error CS0535: 'DAGBooleanOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(12,41): error CS0535: 'DAGBooleanOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(12,41): error CS0535: 'DAGBooleanOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(13,38): error CS0535: 'DAGFileOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(13,38): error CS0535: 'DAGFileOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(13,38): error CS0535: 'DAGFileOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(13,38): error CS0535: 'DAGFileOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(14,40): error CS0535: 'DAGFolderOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(14,40): error CS0535: 'DAGFolderOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(14,40): error CS0535: 'DAGFolderOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(14,40): error CS0535: 'DAGFolderOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(15,41): error CS0535: 'DAGGenericOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(15,41): error CS0535: 'DAGGenericOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(15,41): error CS0535: 'DAGGenericOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(15,41): error CS0535: 'DAGGenericOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(16,41): error CS0535: 'DAGIntegerOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(16,41): error CS0535: 'DAGIntegerOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(16,41): error CS0535: 'DAGIntegerOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(16,41): error CS0535: 'DAGIntegerOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(17,44): error CS0535: 'DAGJSONObjectOutput' does not implement interface member 'IDag.Alias' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(17,44): error CS0535: 'DAGJSONObjectOutput' does not implement interface member 'IoBase.Name' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(17,44): error CS0535: 'DAGJSONObjectOutput' does not implement interface member 'IoBase.Annotations' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Interface/Io/Outputs/Dag.cs(17,44): error CS0535: 'DAGJSONObjectOutput' does not implement interface member 'IoBase.Description' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
    1 Warning(s)
    291 Error(s)

Time Elapsed 00:00:05.27

re https://github.com/pollination/pollination-server/pull/495 and #135

@AntoineDao AntoineDao requested a review from MingboPeng January 6, 2022 17:47
@MingboPeng
Copy link
Member

Hi @AntoineDao, it seems the new openapi_inheritance.json has some problems. The openapi-generator failed to generate any codes.

@mostaphaRoudsari
Copy link
Member

This is most likely because we updated to the new version of Pydantic. I'll be happy to test that if I can run the code on my side.

@AntoineDao
Copy link
Member Author

@mostaphaRoudsari these errors were cause by https://github.com/pollination/pollination-server/issues/507. I have resolved it in staging and will push an updated version to this branch now.

@AntoineDao
Copy link
Member Author

@MingboPeng I have managed to reduce the number of errors from the C# build with the updated openapi_inheritance.json and a small fix to the post gen command😀

The few errors left are about:

  1. HTTPValidationError and ValidationError missing certain properties because they don't inherit from _OpenAPIGenBaseModel
  2. The Interfaces created for certain enums clashing with the name of certain generated enums

I imagine these issues would have happened before so it might be worth you looking into it to confirm whether it's just a bug on my end or if we can do something else to fix it 🙌

Error log:

Microsoft (R) Build Engine version 16.7.2+b60ddb6f4 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

  Determining projects to restore...
  All projects are up-to-date for restore.
/usr/share/dotnet/sdk/3.1.415/Microsoft.Common.CurrentVersion.targets(1177,5): error MSB3971: The reference assemblies for ".NETFramework,Version=v5.0" were not found. You might be using an older .NET SDK to target .NET 5.0 or higher. Update Visual Studio and/or your .NET SDK. [/workspaces/csharp-sdk/src/ConsoleAppDemo/ConsoleAppDemo.csproj]
/usr/share/dotnet/sdk/3.1.415/Microsoft.Common.CurrentVersion.targets(1177,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.5.2 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
CSC : warning CS2002: Source file 'Model/Metadata.cs' specified multiple times [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/SortEnum.cs(33,17): error CS0101: The namespace 'PollinationSDK' already contains a definition for 'SortEnum' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/RoleEnum.cs(33,17): error CS0101: The namespace 'PollinationSDK' already contains a definition for 'RoleEnum' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/ProjectSortKey.cs(33,17): error CS0101: The namespace 'PollinationSDK' already contains a definition for 'ProjectSortKey' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/PackageSortKey.cs(33,17): error CS0101: The namespace 'PollinationSDK' already contains a definition for 'PackageSortKey' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/RepositorySortKey.cs(33,17): error CS0101: The namespace 'PollinationSDK' already contains a definition for 'RepositorySortKey' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
ManuallyAdded/Interface/Extensions.cs(100,24): warning CS0618: 'JsonSchema' is obsolete: 'JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/HTTPValidationError.cs(67,32): error CS0115: 'HTTPValidationError.ToString(bool)': no suitable method found to override [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/HTTPValidationError.cs(103,45): error CS0115: 'HTTPValidationError.Duplicate()': no suitable method found to override [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/ValidationError.cs(91,32): error CS0115: 'ValidationError.ToString(bool)': no suitable method found to override [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/ValidationError.cs(129,45): error CS0115: 'ValidationError.Duplicate()': no suitable method found to override [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]

Build FAILED.

CSC : warning CS2002: Source file 'Model/Metadata.cs' specified multiple times [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
ManuallyAdded/Interface/Extensions.cs(100,24): warning CS0618: 'JsonSchema' is obsolete: 'JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
/usr/share/dotnet/sdk/3.1.415/Microsoft.Common.CurrentVersion.targets(1177,5): error MSB3971: The reference assemblies for ".NETFramework,Version=v5.0" were not found. You might be using an older .NET SDK to target .NET 5.0 or higher. Update Visual Studio and/or your .NET SDK. [/workspaces/csharp-sdk/src/ConsoleAppDemo/ConsoleAppDemo.csproj]
/usr/share/dotnet/sdk/3.1.415/Microsoft.Common.CurrentVersion.targets(1177,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.5.2 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/SortEnum.cs(33,17): error CS0101: The namespace 'PollinationSDK' already contains a definition for 'SortEnum' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/RoleEnum.cs(33,17): error CS0101: The namespace 'PollinationSDK' already contains a definition for 'RoleEnum' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/ProjectSortKey.cs(33,17): error CS0101: The namespace 'PollinationSDK' already contains a definition for 'ProjectSortKey' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/PackageSortKey.cs(33,17): error CS0101: The namespace 'PollinationSDK' already contains a definition for 'PackageSortKey' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/RepositorySortKey.cs(33,17): error CS0101: The namespace 'PollinationSDK' already contains a definition for 'RepositorySortKey' [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/HTTPValidationError.cs(67,32): error CS0115: 'HTTPValidationError.ToString(bool)': no suitable method found to override [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/HTTPValidationError.cs(103,45): error CS0115: 'HTTPValidationError.Duplicate()': no suitable method found to override [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/ValidationError.cs(91,32): error CS0115: 'ValidationError.ToString(bool)': no suitable method found to override [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
Model/ValidationError.cs(129,45): error CS0115: 'ValidationError.Duplicate()': no suitable method found to override [/workspaces/csharp-sdk/src/PollinationSDK/PollinationSDK.csproj]
    2 Warning(s)
    11 Error(s)

@AntoineDao AntoineDao requested review from MingboPeng and removed request for MingboPeng January 10, 2022 17:29
@AntoineDao AntoineDao self-assigned this Jan 10, 2022
@mostaphaRoudsari
Copy link
Member

Hi @AntoineDao! Great to know. I was NOT looking forward to debugging that code. 😄

@MingboPeng
Copy link
Member

MingboPeng commented Jan 11, 2022

Thanks @AntoineDao,

In @mostaphaRoudsari 's scripts, all object will be added to inherent a base class OpenAPIGenBaseModel, not sure why HTTPValidationError and ValidationError are left out.

The following three enums are added to the wrong places in mapper.json. They should be added to enums instead of classes

  • PackageSortKey
  • ProjectSortKey
  • RepositorySortKey

@MingboPeng
Copy link
Member

There are several new classes that have a property named "type" which conflicts with the reserved "type" for indicating object type when deserializing json string to C# object.

  • Price
  • Quota
  • LicensePublic

@MingboPeng
Copy link
Member

There are two "MetaData" classes that are conflicting.
The second one I believe is added for license.
image
image

@MingboPeng
Copy link
Member

A class Accessor has a subject which can be AnyOf<AccountPublic,Team>, but both AccountPublic and Team object returned from the server doesn't contain type property to identify its real type, which becomes an issue when deserializing following json string to C# object
image

@MingboPeng
Copy link
Member

LicensePublic has a required property name, but the response from the server doesn't contain it.
image
image

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.

3 participants