update the reference and fix the failed test cases

This commit is contained in:
Sam Xu 2019-02-27 10:22:37 -08:00
parent fd12df0436
commit c249cc53f3
4 changed files with 15 additions and 15 deletions

View file

@ -35,8 +35,8 @@
<Reference Include="Microsoft.OData.Edm, Version=7.5.0.20627, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.OData.Edm.7.5.0\lib\portable-net45+win8+wpa81\Microsoft.OData.Edm.dll</HintPath>
</Reference>
<Reference Include="Microsoft.OpenApi, Version=1.1.0.0, Culture=neutral, PublicKeyToken=3f5743946376f042, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.OpenApi.1.1.0\lib\net46\Microsoft.OpenApi.dll</HintPath>
<Reference Include="Microsoft.OpenApi, Version=1.1.2.0, Culture=neutral, PublicKeyToken=3f5743946376f042, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.OpenApi.1.1.2\lib\net46\Microsoft.OpenApi.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.OData.Edm" version="7.5.0" targetFramework="net461" />
<package id="Microsoft.OpenApi" version="1.1.0" targetFramework="net461" />
<package id="Microsoft.OpenApi" version="1.1.2" targetFramework="net461" />
</packages>

View file

@ -793,7 +793,7 @@ components:
value:
City:
'@odata.type': DefaultNs.City
Id: Int32
Id: 0
DefaultNs.WorkAddress:
value:
CountryOrRegion:

View file

@ -3235,7 +3235,7 @@ components:
value:
AddressInfo:
- '@odata.type': Microsoft.OData.Service.Sample.TrippinInMemory.Models.Location
Age: Int64
Age: 0
BestFriend:
'@odata.type': Microsoft.OData.Service.Sample.TrippinInMemory.Models.Person
Emails:
@ -3285,24 +3285,24 @@ components:
BuildingInfo: String
Microsoft.OData.Service.Sample.TrippinInMemory.Models.Trip:
value:
Budget: Single
Budget: 0
Description: String
EndsAt: DateTimeOffset (timestamp)
EndsAt: '0001-01-01T00:00:00.0000000+00:00'
Name: String
PlanItems:
- '@odata.type': Microsoft.OData.Service.Sample.TrippinInMemory.Models.PlanItem
ShareId: Guid
StartsAt: DateTimeOffset (timestamp)
ShareId: 00000000-0000-0000-0000-000000000000
StartsAt: '0001-01-01T00:00:00.0000000+00:00'
Tags:
- String
TripId: Int32 (identifier)
TripId: 0
Microsoft.OData.Service.Sample.TrippinInMemory.Models.PlanItem:
value:
ConfirmationCode: String
Duration: Duration
EndsAt: DateTimeOffset (timestamp)
PlanItemId: Int32 (identifier)
StartsAt: DateTimeOffset (timestamp)
EndsAt: '0001-01-01T00:00:00.0000000+00:00'
PlanItemId: 0
StartsAt: '0001-01-01T00:00:00.0000000+00:00'
Microsoft.OData.Service.Sample.TrippinInMemory.Models.Event:
value:
Description: String
@ -3322,14 +3322,14 @@ components:
'@odata.type': Microsoft.OData.Service.Sample.TrippinInMemory.Models.Airport
Microsoft.OData.Service.Sample.TrippinInMemory.Models.Employee:
value:
Cost: Int64
Cost: 0
Peers:
- '@odata.type': Microsoft.OData.Service.Sample.TrippinInMemory.Models.Person
Microsoft.OData.Service.Sample.TrippinInMemory.Models.Manager:
value:
BossOffice:
'@odata.type': Microsoft.OData.Service.Sample.TrippinInMemory.Models.Location
Budget: Int64
Budget: 0
DirectReports:
- '@odata.type': Microsoft.OData.Service.Sample.TrippinInMemory.Models.Person
tags: