Commit graph

218 commits

Author SHA1 Message Date
Sam Xu e3ec0bafac Modify the skip strong name script 2020-01-24 12:53:26 -08:00
Sam Xu 0ebaca1574 change the build.ps1 2020-01-24 12:15:35 -08:00
Sam Xu b08a65691a Small changes to make sure the cahced item is same 2020-01-23 16:57:06 -08:00
Sam Xu 3d62ec44e6 Change to .Net Framework version 4.7.2 because 4.6.1 is not recommended 2020-01-23 16:40:57 -08:00
Sam Xu 5c185cd67c Add the netcoreapp2.1 into the test project 2020-01-21 14:33:47 -08:00
Irvine Sunday c65ddf83bf Allows capturing of NavigationProperty descriptions 2020-01-21 11:54:48 -08:00
Sam Xu 14be0b681d Update all the docs and fix the PoliCheck complain 2020-01-14 16:42:41 -08:00
mur b6f952e08e Adding methods from parent classes in to children classes 2020-01-15 01:20:03 +03:00
Sam Xu 68ad4396c7
Update WebStack.versions.settings.targets 2020-01-08 11:57:05 -08:00
Sam Xu 1305ad9b46
update the version start year to 2020 2020-01-08 11:55:49 -08:00
Sam Xu 6676093a3c
Update Microsoft.OpenAPI.OData.Reader.Release.nuspec 2019-11-21 13:48:42 -08:00
Sam Xu 1d7e7e0823 Rename the operationId for operation import 2019-10-10 13:39:51 -07:00
Sam Xu 6377ee0d47 Change the OperationId for function/functionImport 2019-10-10 11:35:39 -07:00
Sam Xu fe608056a4 Enable auto-generate the Version from Custom build task 2019-10-03 16:35:05 -07:00
Sam Xu a20aabf999 adjust the build scripts 2019-10-03 10:44:44 -07:00
Sam Xu 35e53bb35e Update to ODL 7.6.1 and add some build scripts 2019-10-03 09:51:35 -07:00
Sam Xu 35a35a5f56 Enable Uri escape function call 2019-09-26 12:57:15 -07:00
Sam Xu 740123d36a update to version 1.0.0 2019-09-25 15:04:13 -07:00
Sam Xu 5e3db101cf Fix issue #42: duplicate path parameters should be prevented 2019-09-25 14:44:02 -07:00
Sam Xu 1589b2622a Update to ODL.Edm 7.6.1.beta: Permission, Custom Heads, etc 2019-09-24 16:06:15 -07:00
Sam Xu f362c34e31 Fix issue #36: Response object needs type property to identify collections 2019-08-13 13:00:12 -07:00
mispeer 2ff03dd401 Change encryption for fips compliance (#38)
* On Servers where FIPS compliance is enabled, use of MD5 encryption will fail for any usage in .NET

Changing to FIPS compliant SHA256

* Fix typo
2019-08-05 19:52:57 -07:00
Sam Xu 0879ed37c6 more code cleanup 2019-06-28 11:46:00 -07:00
Sam Xu 5a1efcc08e Add tests for record expression extensions 2019-06-28 11:28:17 -07:00
Sam Xu 90d90df92a
Update README.md 2019-06-28 10:30:22 -07:00
Sam Xu d728c0c007 Codes cleanup in TermAttribute 2019-06-28 10:28:13 -07:00
Sam Xu d28ed09238 Switch to use the latest Capabilities vocabulary, enable permission 2019-06-27 17:06:53 -07:00
Sam Xu e2f6af09c8 Update to OData.Edm v7.6 2019-06-20 10:50:55 -07:00
mispeer c25df986ac Users/mispeer/serialize nullable references for v2 (#34)
* Introduce setting hidden from UI, such that openApiSpec version 2 has the nullable references properly serialized.

AnyOf does not exist in v2, and those references are currently lost.

* Updating existing tests for nullable/schema areas where v2 and v3 differ

Making them theories to properly test both openApi specifications
Adding relevant yaml, json test files
Modifying code to ensure enums and entities also generate openApi with no anyOf for openApi v2 (not supported)

* Fix "Succeeded" typo in output for util

Fix tab spacing in util
Add version setting in util with documentation

* Remove tabs

* Refactor tests to take SpecVersion directly in InlineData

Modify 2 existing tests to test json schema generation by passed spec version
2019-06-19 14:27:48 -07:00
Michael Speer db3c3e886c Fix issue #29: Action responses not serialized the return type 2019-05-10 13:52:52 -07:00
Sam Xu 37f49c4e3d Add test cases for multiple schemas edm model 2019-05-10 10:42:10 -07:00
Sam Xu fc35e1f272 Change the capabilities 2019-04-15 10:37:07 -07:00
Sam Xu cf8fb692e6 add more terms and types in capabilities 2019-04-11 16:32:21 -07:00
Sam Xu 25c65a1191 Add an extenstion method for Uri escape function 2019-04-10 14:40:25 -07:00
Sam Xu c56cc0db5c Update part of capablities and authorizations 2019-04-05 11:38:57 -07:00
Sam Xu d1f07eb1b5 Update to OData.Edm 7.6.beta 2019-04-02 10:23:34 -07:00
Sam Xu 8b16f91163 update the docs 2019-03-27 16:08:55 -07:00
Sam Xu 3a1e56b25c Change the operationId generate rule for edm operation 2019-03-27 16:06:31 -07:00
Sam Xu c2947702ea update the reference in UpdateDocs project 2019-02-27 14:47:38 -08:00
Sam Xu c249cc53f3 update the reference and fix the failed test cases 2019-02-27 10:22:37 -08:00
Brecht Debaere fd12df0436 Update Microsoft.OpenApi to latest to solve DateTimeOffset serialization. 2019-02-27 09:14:58 -08:00
Brecht Debaere 5a4b5a4597 Update test JSON files. 2019-02-27 09:14:58 -08:00
Brecht Debaere f512881069 Change value to DateTime.MinValue as example. 2019-02-27 09:14:58 -08:00
Brecht Debaere 48f2327512 Add more types to examples. 2019-02-27 09:14:58 -08:00
Sam Xu 4a22d78201 Fix the failed test cases 2019-02-05 10:03:42 -08:00
Sam Xu 958bce59e9 Chang the example in schema to match the schema descriptions. 2019-02-05 09:58:32 -08:00
Sam Xu e0bd3aaebc update the graph beta xml 2019-02-05 09:38:31 -08:00
ZykovAleksandrZykovAleksandr 2e92323b3f fix some misspellings in README.md 2018-10-15 11:39:29 -07:00
Sam Xu afe038f1a4 Modify the unit test owing to add the style in the parameter 2018-10-12 11:30:28 -07:00
Behnam Emamian 4838e2b75f set $select, $orderby and #expand as comma-separated values 2018-10-12 10:30:19 -07:00