You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://github.com/StefH/System.Linq.Dynamic.Core/blob/doxfx/docfx/index.md/#L1" class="contribution-link">Improve this Doc</a>
93
+
<ahref="https://github.com/StefH/System.Linq.Dynamic.Core/blob/master/docfx/index.md/#L1" class="contribution-link">Improve this Doc</a>
Copy file name to clipboardexpand all lines: docs/index.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,6 @@
137
137
"index.html": {
138
138
"href": "index.html",
139
139
"title": "System.Linq.Dynamic.Core",
140
-
"keywords": "System.Linq.Dynamic.Core This is a .NET Core / Standard port of the Microsoft assembly for the .Net 4.0 Dynamic language functionality. Overview With this library it's possible to write Dynamic LINQ queries (string based) on an IQueryable : var query = db.Customers .Where(\"City == @0 and Orders.Count >= @1\", \"London\", 10) .OrderBy(\"CompanyName\") .Select(\"new(CompanyName as Name, Phone)\");"
140
+
"keywords": "System.Linq.Dynamic.Core This is a .NET Core / Standard port of the Microsoft assembly for the .Net 4.0 Dynamic language functionality. Overview With this library it's possible to write Dynamic LINQ queries (string based) on an IQueryable : var query = db.Customers .Where(\"City == @0 and Orders.Count >= @1\", \"London\", 10) .OrderBy(\"CompanyName\") .Select(\"new(CompanyName as Name, Phone)\"); API Documentation See this link ."
Copy file name to clipboardexpand all lines: docs/manifest.json
+12-9
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,15 @@
13
13
"is_incremental": false
14
14
},
15
15
{
16
+
"log_codes": [
17
+
"InvalidFileLink"
18
+
],
16
19
"type": "Conceptual",
17
20
"source_relative_path": "index.md",
18
21
"output": {
19
22
".html": {
20
23
"relative_path": "index.html",
21
-
"hash": "chJWv7F6A/OVfPMM9I/HtA=="
24
+
"hash": "S3NHAAk85Ok7eYFcHW+YSA=="
22
25
}
23
26
},
24
27
"is_incremental": false,
@@ -382,24 +385,24 @@
382
385
"skipped_file_count": 0
383
386
},
384
387
"processors": {
385
-
"TocDocumentProcessor": {
386
-
"can_incremental": false,
387
-
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
388
-
"incrementalPhase": "build",
389
-
"total_file_count": 0,
390
-
"skipped_file_count": 0
391
-
},
392
388
"ConceptualDocumentProcessor": {
393
389
"can_incremental": true,
394
390
"incrementalPhase": "build",
395
391
"total_file_count": 1,
396
-
"skipped_file_count": 1
392
+
"skipped_file_count": 0
397
393
},
398
394
"ManagedReferenceDocumentProcessor": {
399
395
"can_incremental": true,
400
396
"incrementalPhase": "build",
401
397
"total_file_count": 27,
402
398
"skipped_file_count": 27
399
+
},
400
+
"TocDocumentProcessor": {
401
+
"can_incremental": false,
402
+
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
0 commit comments