File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ let defaultConfig = {
126126 Assemblies = [
127127 ( " src/Hedgehog/bin/Debug/net8.0/Hedgehog.dll" , " Hedgehog" )
128128 ( " src/Hedgehog.Xunit/bin/Debug/net8.0/Hedgehog.Xunit.dll" , " Hedgehog.Xunit" )
129- ( " src/Hedgehog.Stateful/bin/Debug/net8.0/Hedgehog.Stateful.dll" , " Hedgehog.Stateful" )
130129 ]
131130 OutputDir = " docs/api"
132131
@@ -135,7 +134,7 @@ let defaultConfig = {
135134
136135 RootUrl = " /"
137136 SkipAutoOpenWrappers = true
138- CSharpNamespaces = Set.ofList [ " Hedgehog.Linq" ; " Hedgehog.Stateful.Linq " ]
137+ CSharpNamespaces = Set.ofList [ " Hedgehog.Linq" ]
139138}
140139
141140// ============================================================================
@@ -1155,7 +1154,6 @@ let runWithArgs (args: string[]) : unit =
11551154 let assemblies = [
11561155 ( $" src/Hedgehog/bin/%s {buildConfiguration}/net8.0/Hedgehog.dll" , " Hedgehog" )
11571156 ( $" src/Hedgehog.Xunit/bin/%s {buildConfiguration}/net8.0/Hedgehog.Xunit.dll" , " Hedgehog.Xunit" )
1158- ( $" src/Hedgehog.Stateful/bin/%s {buildConfiguration}/net8.0/Hedgehog.Stateful.dll" , " Hedgehog.Stateful" )
11591157 ]
11601158
11611159 let config = { defaultConfig with Assemblies = assemblies }
You can’t perform that action at this time.
0 commit comments