Nancy.Swagger icon indicating copy to clipboard operation
Nancy.Swagger copied to clipboard

Guid Data Type on model creates error.

Open klmallory opened this issue 5 years ago • 0 comments

Expected Behavior

Model definition displays Guid as data type

Actual Behavior

Error "Could not resolve reference: Could not resolve pointer: /definitions/Guid does not exist in document"

image

Steps to Reproduce the Problem

  1. Add Guid property to User class in Demo called UserGuid
  2. Run Demo project and click on User End point

Specifications

  • Version: Lastest [assembly: AssemblyVersion("2.1.1")] [assembly: AssemblyFileVersion("2.1.1")] [assembly: AssemblyInformationalVersion("2.1.1-alpha")]

  • Project: Demo

  • Platform: Win7x64

  • Subsystem:

klmallory avatar Jun 12 '19 20:06 klmallory