Skip to content

Commit

Permalink
Fix unit test and fix the pipeline (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
noctur4 authored Jun 4, 2021
1 parent 5fecde2 commit 78eb7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NGitLab/Impl/SimpleJson.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define SIMPLE_JSON_DATACONTRACT

// NOTE: uncomment the following line to enable IReadOnlyCollection<T> and IReadOnlyList<T> support.
// #define SIMPLE_JSON_READONLY_COLLECTIONS
#define SIMPLE_JSON_READONLY_COLLECTIONS

// NOTE: uncomment the following line to disable linq expressions/compiled lambda (better performance) instead of method.invoke().
// define if you are using .net framework <= 3.0 or < WP7.5
Expand Down

0 comments on commit 78eb7d8

Please sign in to comment.