Skip to content

Commit

Permalink
Add back RandomExtensions to TestFramework docs, Fix note formatting …
Browse files Browse the repository at this point in the history
…on OpenNLP docs
  • Loading branch information
paulirwin committed Oct 11, 2024
1 parent 01044c7 commit 1695ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/Lucene.Net.Analysis.OpenNLP/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ When a `<PackageReference>` is included for this NuGet package in your SDK-style

The `<MavenReference>` item group operates similar to a dependency in Maven. All transitive dependencies are collected and resolved, and then the final output is produced. However, unlike `PackageReference`s, `MavenReference`s are collected by the final output project, and reassessed. That is, each dependent Project within your .NET SDK-style solution contributes its `MavenReference`s to project(s) which include it, and each project makes its own dependency graph. Projects do not contribute their final built assemblies up. They only contribute their dependencies. Allowing each project in a complicated solution to make its own local conflict resolution attempt.

> **NOTE** `<MavenReference>` is only supported on SDK-style MSBuild projects.
> [!NOTE]
> `<MavenReference>` is only supported on SDK-style MSBuild projects.
## MavenReference Example

Expand Down
3 changes: 0 additions & 3 deletions websites/apidocs/filterConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ apiRules:
- exclude:
uidRegex: ^Lucene\.Net\.Test$
type: Namespace
- exclude:
uidRegex: ^Lucene\.Net\.RandomExtensions$
type: Class

0 comments on commit 1695ac0

Please sign in to comment.