yahehe / Nancy.Swagger

Nancy plugin for generated API documentation in Swagger format.
MIT License
133 stars 60 forks source link

Guid Data Type on model creates error. #172

Open klmallory opened 5 years ago

klmallory commented 5 years ago

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