Skip to content

Commit

Permalink
Merge pull request #4 from dpvreony/docfx
Browse files Browse the repository at this point in the history
documentation updates
  • Loading branch information
dpvreony committed Apr 8, 2020
2 parents 58c6e3d + 29165f5 commit 21d68e8
Show file tree
Hide file tree
Showing 112 changed files with 8,330 additions and 1,328 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
@@ -1,6 +1,6 @@
# configuration for "non-master" branches
-
image: Visual Studio 2017
image: Visual Studio 2019
branches:
except:
- master
Expand All @@ -26,7 +26,7 @@

# configuration for "master" branch
-
image: Visual Studio 2017
image: Visual Studio 2019
branches:
only:
- master
Expand All @@ -52,4 +52,4 @@
- path: '**/*.binlog'
test: off
on_failure:
- ps: Get-ChildItem *.binlog -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
- ps: Get-ChildItem *.binlog -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
5 changes: 2 additions & 3 deletions src/ApiGeneratorGlobalSuppressions.cs
@@ -1,6 +1,5 @@
// Copyright (c) 2019 .NET Foundation and Contributors. All rights reserved.
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Copyright (c) 2019 dpvreony and Contributors. All rights reserved.
// This file is licensed to you under the MIT license.
// See the LICENSE file in the project root for full license information.

[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules", "SA1503:Braces should not be omitted", Justification = "NuGet Inclusion", Scope = "member", Target = "~M:PublicApiGenerator.ApiGenerator.AddCtorToTypeDeclaration(System.CodeDom.CodeTypeDeclaration,Mono.Cecil.MethodDefinition,System.Collections.Generic.HashSet{System.String})")]
Expand Down
6 changes: 3 additions & 3 deletions src/Directory.build.props
Expand Up @@ -33,7 +33,7 @@
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Xunit.StaFact" Version="0.3.18" />
<PackageReference Include="PublicApiGenerator" Version="8.1.0" />
<!--<PackageReference Include="PublicApiGenerator" Version="8.1.0" />-->
</ItemGroup>

<ItemGroup Condition="$(IsTestProject)">
Expand All @@ -45,11 +45,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="2.3.38" PrivateAssets="all" />
<!--<PackageReference Include="Nerdbank.GitVersioning" Version="2.3.38" PrivateAssets="all" />-->
</ItemGroup>

<ItemGroup Condition="'$(IsTestProject)' != 'true' and '$(SourceLinkEnabled)' != 'false'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
<!--<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" /> -->
</ItemGroup>

<ItemGroup>
Expand Down
@@ -1,12 +1,18 @@
namespace NetTestRegimentation.Moq
// Copyright (c) 2019 dpvreony and Contributors. All rights reserved.
// This file is licensed to you under the MIT license.
// See the LICENSE file in the project root for full license information.

namespace NetTestRegimentation.Moq
{
#pragma warning disable SA1402 // File may only contain a single type
/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<TArg>
: ITestAsyncMethodWithNullableParameters<global::Moq.Mock<TArg>>
where TArg : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2>
Expand All @@ -16,9 +22,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg1 : class
where TArg2 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand All @@ -31,9 +37,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg2 : class
where TArg3 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand All @@ -49,9 +55,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg3 : class
where TArg4 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand All @@ -70,9 +76,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg4 : class
where TArg5 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand All @@ -94,9 +100,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg5 : class
where TArg6 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand All @@ -121,9 +127,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg6 : class
where TArg7 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand Down Expand Up @@ -151,9 +157,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg7 : class
where TArg8 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand Down Expand Up @@ -184,9 +190,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg8 : class
where TArg9 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand Down Expand Up @@ -220,9 +226,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg9 : class
where TArg10 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand Down Expand Up @@ -259,9 +265,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg10 : class
where TArg11 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand Down Expand Up @@ -301,9 +307,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg11 : class
where TArg12 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand Down Expand Up @@ -346,9 +352,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg12 : class
where TArg13 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand Down Expand Up @@ -394,9 +400,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg13 : class
where TArg14 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand Down Expand Up @@ -445,9 +451,9 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg14 : class
where TArg15 : class
{

}

/// <inheritdoc />
public interface ITestAsyncMethodWithMoqNullableParameters<
TArg1,
TArg2,
Expand Down Expand Up @@ -497,8 +503,8 @@ public interface ITestAsyncMethodWithMoqNullableParameters<
where TArg13 : class
where TArg14 : class
where TArg15 : class
where TArg16: class
where TArg16 : class
{

}
}
#pragma warning restore SA1402 // File may only contain a single type
}

0 comments on commit 21d68e8

Please sign in to comment.