File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ public FinanceEquivalence(AnonymousValueFixture fixture)
22
22
/// <summary>
23
23
/// Generate and return a finance credit card number.
24
24
/// </summary>
25
- /// <param name="fixture">The fixture to generate a value for.</param>
26
25
/// <returns>The generated value.</returns>
27
26
public string CreditCardNumber ( )
28
27
{
@@ -32,7 +31,6 @@ public string CreditCardNumber()
32
31
/// <summary>
33
32
/// Generate and return a finance credit card type.
34
33
/// </summary>
35
- /// <param name="fixture">The fixture to generate a value for.</param>
36
34
/// <returns>The generated value.</returns>
37
35
public string CreditCardType ( )
38
36
{
@@ -42,7 +40,6 @@ public string CreditCardType()
42
40
/// <summary>
43
41
/// Generate and return a finance currency name.
44
42
/// </summary>
45
- /// <param name="fixture">The fixture to generate a value for.</param>
46
43
/// <returns>The generated value.</returns>
47
44
public string Currency ( )
48
45
{
@@ -52,7 +49,6 @@ public string Currency()
52
49
/// <summary>
53
50
/// Generate and return a finance currency code.
54
51
/// </summary>
55
- /// <param name="fixture">The fixture to generate a value for.</param>
56
52
/// <returns>The generated value.</returns>
57
53
public string CurrencyCode ( )
58
54
{
Original file line number Diff line number Diff line change 12
12
<PackageTags >testing data-generation test-fixture nbuilder nsubstitute autofixture mocking equivalence-class test-data-builder anonymous-value ntestdatabuilder</PackageTags >
13
13
<RepositoryUrl >https://github.com/TestStack/TestStack.Dossier</RepositoryUrl >
14
14
</PropertyGroup >
15
-
15
+
16
+ <PropertyGroup >
17
+ <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile >
18
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
19
+ </PropertyGroup >
20
+
21
+ <Target Name =" PrepublishScript" BeforeTargets =" PrepareForPublish" >
22
+ <ItemGroup >
23
+ <DocFile Include =" bin\$(Configuration)\$(TargetFramework)\$(TargetName).xml" />
24
+ </ItemGroup >
25
+ <Copy SourceFiles =" @(DocFile)" DestinationFolder =" $(PublishDir)" SkipUnchangedFiles =" false" />
26
+ </Target >
27
+
16
28
<ItemGroup >
17
29
<None Remove =" DataSources\Dictionaries\Resources\AddressAusCity.txt" />
18
30
<None Remove =" DataSources\Dictionaries\Resources\AddressAusCompany.txt" />
You can’t perform that action at this time.
0 commit comments