Skip to content

Commit

Permalink
Documentation updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
faithlifebuildbot committed Aug 1, 2023
1 parent 2f5ce17 commit c25ceca
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/Faithlife.LINQPad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Faithlife.LINQPad assembly

## Faithlife.LINQPad namespace

| public type | description |
| --- | --- |
| static class [LINQPadUtility](./Faithlife.LINQPad/LINQPadUtility.md) | Provides helper methods for working with LINQPad. |

<!-- DO NOT EDIT: generated by xmldocmd for Faithlife.LINQPad.dll -->
20 changes: 20 additions & 0 deletions docs/Faithlife.LINQPad/LINQPadUtility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# LINQPadUtility class

Provides helper methods for working with LINQPad.

```csharp
public static class LINQPadUtility
```

## Public Members

| name | description |
| --- | --- |
| static [EnableNativeNuGetReferences](LINQPadUtility/EnableNativeNuGetReferences.md)() | Enables loading native dependencies from NuGet packages referenced by the current query. Returns an IDisposable that should be disposed at the end of the query. If it is not disposed, then you can clear the process state by doing Query =&gt; Kill Process. |

## See Also

* namespace [Faithlife.LINQPad](../Faithlife.LINQPad.md)
* [LINQPadUtility.cs](https://github.com/Faithlife/FaithlifeLINQPad/tree/master/src/Faithlife.LINQPad/LINQPadUtility.cs)
<!-- DO NOT EDIT: generated by xmldocmd for Faithlife.LINQPad.dll -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# LINQPadUtility.EnableNativeNuGetReferences method

Enables loading native dependencies from NuGet packages referenced by the current query. Returns an IDisposable that should be disposed at the end of the query. If it is not disposed, then you can clear the process state by doing Query =&gt; Kill Process.

```csharp
public static IDisposable EnableNativeNuGetReferences()
```

## See Also

* class [LINQPadUtility](../LINQPadUtility.md)
* namespace [Faithlife.LINQPad](../../Faithlife.LINQPad.md)

<!-- DO NOT EDIT: generated by xmldocmd for Faithlife.LINQPad.dll -->

0 comments on commit c25ceca

Please sign in to comment.