-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] Update release notes & project documentation
- Loading branch information
1 parent
2afa553
commit 8275080
Showing
51 changed files
with
404 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# AltCover.Base assembly | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Base.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
docs/AltCover.Cake/AltCover.Cake/CollectOptions/Packages-apidoc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# CollectOptions.Packages property | ||
|
||
Corresponds to command line option `-p, --package=VALUE` | ||
|
||
```csharp | ||
public IEnumerable<string> Packages { get; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [CollectOptions](../CollectOptions-apidoc) | ||
* namespace [AltCover.Cake](../../AltCover.Cake-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Cake.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
docs/AltCover.DotNet/AltCover/Options.Collect/Packages-apidoc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Options.Collect.Packages property | ||
|
||
```csharp | ||
public IEnumerable<string> Packages { get; set; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [Collect](../Options.Collect-apidoc) | ||
* namespace [AltCover](../../AltCover.DotNet-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.DotNet.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
docs/AltCover.Engine/AltCover/Abstract.ICollectOptions/Packages-apidoc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Abstract.ICollectOptions.Packages property | ||
|
||
Corresponds to command line option `-p, --package=VALUE` | ||
|
||
```csharp | ||
public IEnumerable<string> Packages { get; } | ||
``` | ||
|
||
## See Also | ||
|
||
* interface [ICollectOptions](../Abstract.ICollectOptions-apidoc) | ||
* namespace [AltCover](../../AltCover.Engine-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Engine.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
docs/AltCover.Engine/AltCover/AltCover.CollectOptions/Packages-apidoc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# AltCover.CollectOptions.Packages property | ||
|
||
Corresponds to command line option `-p, --package=VALUE` | ||
|
||
```csharp | ||
public IEnumerable<string> Packages { get; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [CollectOptions](../AltCover.CollectOptions-apidoc) | ||
* namespace [AltCover](../../AltCover.Engine-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Engine.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Collect.Packages property | ||
|
||
Corresponds to command line option `-p, --package=VALUE` | ||
|
||
```csharp | ||
public string[] Packages { get; set; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [Collect](../Collect-apidoc) | ||
* namespace [AltCover](../../AltCover.Engine-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Engine.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
docs/AltCover.Engine/AltCover/Primitive.CollectOptions/Packages-apidoc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Primitive.CollectOptions.Packages property | ||
|
||
Corresponds to command line option `-p, --package=VALUE` | ||
|
||
```csharp | ||
public IEnumerable<string> Packages { get; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [CollectOptions](../Primitive.CollectOptions-apidoc) | ||
* namespace [AltCover](../../AltCover.Engine-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Engine.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
docs/AltCover.Engine/AltCover/TypeSafe.CollectOptions/Packages-apidoc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# TypeSafe.CollectOptions.Packages property | ||
|
||
Corresponds to command line option `-p, --package=VALUE` | ||
|
||
```csharp | ||
public Packages Packages { get; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [Packages](../TypeSafe.Packages-apidoc) | ||
* class [CollectOptions](../TypeSafe.CollectOptions-apidoc) | ||
* namespace [AltCover](../../AltCover.Engine-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Engine.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# TypeSafe.Package class | ||
|
||
Corresponds to a value after `-- ` on the command line | ||
|
||
```csharp | ||
public sealed class Package : IEquatable<Package>, IStructuralEquatable | ||
``` | ||
|
||
## Public Members | ||
|
||
| name | description | | ||
| --- | --- | | ||
| static [NewPackage](TypeSafe.Package/NewPackage-apidoc)(…) | | | ||
| [AsString](TypeSafe.Package/AsString-apidoc)() | Returns the string to be used as a package root | | ||
## See Also | ||
|
||
* class [TypeSafe](./TypeSafe-apidoc) | ||
* namespace [AltCover](../AltCover.Engine-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Engine.dll --> |
18 changes: 18 additions & 0 deletions
18
docs/AltCover.Engine/AltCover/TypeSafe.Package/AsString-apidoc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# TypeSafe.Package.AsString method | ||
|
||
Returns the string to be used as a package root | ||
|
||
```csharp | ||
public string AsString() | ||
``` | ||
|
||
## Return Value | ||
|
||
the string to be used as a package root | ||
|
||
## See Also | ||
|
||
* class [Package](../TypeSafe.Package-apidoc) | ||
* namespace [AltCover](../../AltCover.Engine-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Engine.dll --> |
12 changes: 12 additions & 0 deletions
12
docs/AltCover.Engine/AltCover/TypeSafe.Package/NewPackage-apidoc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# TypeSafe.Package.NewPackage method | ||
|
||
```csharp | ||
public static Package NewPackage(string item) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [Package](../TypeSafe.Package-apidoc) | ||
* namespace [AltCover](../../AltCover.Engine-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Engine.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# TypeSafe.Packages class | ||
|
||
Corresponds to the values after `-- ` on the command line | ||
|
||
```csharp | ||
public abstract class Packages : IEquatable<Packages>, IStructuralEquatable | ||
``` | ||
|
||
## Public Members | ||
|
||
| name | description | | ||
| --- | --- | | ||
| static [get_NoPackage](TypeSafe.Packages/get_NoPackage-apidoc)() | | | ||
| static [NewPackages](TypeSafe.Packages/NewPackages-apidoc)(…) | | | ||
| [AsStrings](TypeSafe.Packages/AsStrings-apidoc)() | Returns the strings to be used to be used as package roots | | ||
| class [Packages](TypeSafe.Packages.Packages-apidoc) | Strongly typed string collection | | ||
| static class [Tags](TypeSafe.Packages.Tags-apidoc) | | | ||
|
||
## See Also | ||
|
||
* class [TypeSafe](./TypeSafe-apidoc) | ||
* namespace [AltCover](../AltCover.Engine-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Engine.dll --> |
14 changes: 14 additions & 0 deletions
14
docs/AltCover.Engine/AltCover/TypeSafe.Packages.Packages-apidoc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# TypeSafe.Packages.Packages class | ||
|
||
Strongly typed string collection | ||
|
||
```csharp | ||
public class Packages : Packages | ||
``` | ||
|
||
## See Also | ||
|
||
* class [Packages](./TypeSafe.Packages-apidoc) | ||
* namespace [AltCover](../AltCover.Engine-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Engine.dll --> |
19 changes: 19 additions & 0 deletions
19
docs/AltCover.Engine/AltCover/TypeSafe.Packages.Tags-apidoc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# TypeSafe.Packages.Tags class | ||
|
||
```csharp | ||
public static class Tags | ||
``` | ||
|
||
## Public Members | ||
|
||
| name | description | | ||
| --- | --- | | ||
| const [NoPackage](TypeSafe.Packages.Tags/NoPackage-apidoc) | | | ||
| const [Packages](TypeSafe.Packages.Tags/Packages-apidoc) | | | ||
|
||
## See Also | ||
|
||
* class [Packages](./TypeSafe.Packages-apidoc) | ||
* namespace [AltCover](../AltCover.Engine-apidoc) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for AltCover.Engine.dll --> |
Oops, something went wrong.