Advertisement
Leolegall

Swagger Parser error message

Dec 3rd, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.70 KB | None | 0 0
  1. (StepX) Upgrading: No need to upgrade Application.
  2. (StepX) Uploading: Uploading Application.
  3. (StepSub) Uploading Extension: Uploading Extension SwaggerParser.
  4. (StepSub) Uploading eSpace: Uploading eSpace SwaggerTest.
  5. (StepX) Creating Application: Creating Application 'SwaggerParser'.
  6. (StepX) Verifying: Verifying the Application consistency and permission settings.
  7. (StepX) Upgrading Modules: Upgrading and refreshing modules of 'SwaggerParser'.
  8. (StepSub) Upgrading Module: Upgrading module 'SwaggerParser'
  9. (Info) Verifying: Verifying Extension definition.
  10. (Info) Updating Source Code: Updating Extension source code.
  11. (Info) Compiling: Compiling Extension.
  12. Compiler Error: .NET Compilation.
  13.  
  14. C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1097,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.6.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend.
  15. C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  16. C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed.
  17. C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Windows\Microsoft.NET\Framework\v4.0.30319\\mscorlib.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
  18. C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Data", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
  19. C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Web", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
  20. Method.cs(29,32): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  21. Method.cs(37,56): error CS0012: The type 'List<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  22. Parameter.cs(16,17): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  23. Parameter.cs(18,28): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  24. Parameter.cs(22,28): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  25. Parameter.cs(30,24): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  26. Method.cs(52,57): error CS0012: The type 'Dictionary<,>' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  27. Method.cs(54,82): error CS0012: The type 'Dictionary<,>' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  28. Parameter.cs(59,21): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  29. Parameter.cs(59,21): error CS0151: A switch expression or case label must be a bool, char, string, integral, enum, or corresponding nullable type
  30. Parameter.cs(61,22): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  31. Parameter.cs(63,22): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  32. Parameter.cs(65,22): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  33. Parameter.cs(67,22): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  34. Parameter.cs(69,22): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  35. Parser.cs(21,35): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  36. Parser.cs(21,15): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  37. Parser.cs(30,35): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  38. Parser.cs(30,15): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  39. Parser.cs(39,35): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  40. Parser.cs(39,15): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  41. ParameterType.cs(23,24): error CS0012: The type 'IDictionary<,>' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  42. ParameterType.cs(26,75): error CS0012: The type 'IDictionary<,>' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  43. Parser.cs(53,77): error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  44. ParameterType.cs(38,25): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  45. ParameterType.cs(38,25): error CS0151: A switch expression or case label must be a bool, char, string, integral, enum, or corresponding nullable type
  46. ParameterType.cs(40,26): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  47. ParameterType.cs(41,26): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  48. ParameterType.cs(42,26): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  49. ParameterType.cs(43,26): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  50. ParameterType.cs(44,26): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  51. ParameterType.cs(45,37): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  52. ParameterType.cs(47,26): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  53. ParameterType.cs(48,37): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  54. ParameterType.cs(50,26): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  55. ParameterType.cs(51,26): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  56. ParameterType.cs(53,37): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  57. Parser.cs(81,31): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  58. Response.cs(32,21): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  59. Response.cs(37,21): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  60. Response.cs(39,26): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  61. Response.cs(39,71): error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  62. Response.cs(48,21): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  63. Response.cs(50,88): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  64. Response.cs(50,75): error CS0012: The type 'IEnumerator<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  65. Response.cs(68,17): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  66. Response.cs(70,17): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  67. Response.cs(71,34): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  68. Error(s) found: 1 error(s) occurred while compiling the Extension.
  69. (StepSub) Upgrading Module: Upgrading module 'SwaggerTest'
  70. (Info) New Version Created: A new 'SwaggerTest' version was created since the module was upgraded.
  71. (Warning) Unused Element: Input Parameter 'ActiveSubMenuItemId' is never used in Web Block 'Menu'. Consider deleting it.
  72. (Warning) Unused Element: Output Parameter 'success' is never used in Server Action 'SwaggerFileCreateOrUpdate'. Consider deleting it.
  73. (StepX) Impact Analysis: Performing Impact Analysis of 'SwaggerParser'.
  74. (StepX) Preparing Extensions: Preparing extensions of 'SwaggerParser'.
  75. (StepX) Preparing Database: Preparing database of 'SwaggerParser'.
  76. (StepSub) Preparing Database: Preparing database of module 'SwaggerTest'.
  77. (StepX) Associating Dependencies: Associating dependencies of 'SwaggerParser'.
  78. (StepSub) Associating Dependencies: Associating dependencies of module 'SwaggerTest'.
  79. (StepX) Compiling Modules: Compiling modules of 'SwaggerParser'.
  80. (StepSub) Compiling Module: Compiling module 'SwaggerTest'.
  81. (StepX) Compiling Dependencies: Compiling dependencies of 'SwaggerParser'.
  82. (StepSub) Compiling Dependencies: Compiling dependencies of module 'SwaggerTest'.
  83. (Warning) Missing Module: Module 'SwaggerTest' uses extension 'SwaggerParser' that was not found. Runtime errors may occur.
  84. (Warning) Missing Dependency: Module 'SwaggerTest' uses action 'ParseFromFile' that was not found in extension 'SwaggerParser'. Runtime errors may occur.
  85. (Warning) Missing Dependency: Module 'SwaggerTest' uses action 'ParseFromURL' that was not found in extension 'SwaggerParser'. Runtime errors may occur.
  86. (Warning) Missing Dependency: Module 'SwaggerTest' uses action 'ParseFromText' that was not found in extension 'SwaggerParser'. Runtime errors may occur.
  87. (Warning) Missing Dependency: Module 'SwaggerTest' uses structure 'Response' that was not found in extension 'SwaggerParser'. Runtime errors may occur.
  88. (Warning) Missing Dependency: Module 'SwaggerTest' uses structure 'Parameter2' that was not found in extension 'SwaggerParser'. Runtime errors may occur.
  89. (Warning) Missing Dependency: Module 'SwaggerTest' uses structure 'Method2' that was not found in extension 'SwaggerParser'. Runtime errors may occur.
  90. (StepX) Gathering Dependencies: Gathering dependencies of 'SwaggerParser'.
  91. (StepSub) Gathering Dependencies: Gathering dependencies of module 'SwaggerTest'.
  92. (StepX) Preparing Deploy: Preparing deploy of 'SwaggerParser'.
  93. (StepSub) Preparing Deploy: Preparing deploy of module 'SwaggerTest'.
  94. (StepX) Deploying: Deploying modules of 'SwaggerParser'.
  95. (StepSub) Upgrading Database: Creating tables and altering columns of module 'SwaggerTest'
  96. (StepSub) Upgrading Database: Creating foreign keys of module 'SwaggerTest'
  97. (StepSub) Upgrading Database: Creating unique indexes of module 'SwaggerTest'
  98. (StepSub) Upgrading Database: Creating indexes of module 'SwaggerTest'
  99. (StepSub) Upgrading Database: Updating static entity records of module 'SwaggerTest'
  100. (StepSub) Upgrading Database: Updating system entities of module 'SwaggerTest'
  101. (StepSub) Deploying: Deploying module 'SwaggerTest'.
  102. (StepSub) Updating Status: Updating status of module 'SwaggerTest'.
  103. (Warning) Components Upgraded: 1 Components were upgraded/refreshed.
  104. (Error) Done: 1 module was successfully published. 1 module was not published: 'SwaggerParser'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement