10000 Refactor port to triple slash by carlossanlop · Pull Request #164 · dotnet/api-docs-sync · GitHub
[go: up one dir, main page]

Skip to content

Refactor port to triple slash #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8000
Prev Previous commit
Next Next commit
Delete Generics file test
  • Loading branch information
carlossanlop committed Sep 1, 2023
commit d7ff89591f274ce748a6c0b1956b86631fb84894
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ public PortToTripleSlash_FileSystem_Tests(ITestOutputHelper output) : base(outpu
[Fact]
public Task Port_Basic() => PortToTripleSlashAsync("Basic");

[Fact]
public Task Port_Generics() => PortToTripleSlashAsync("Generics");

private static async Task PortToTripleSlashAsync(
string testDataDir,
bool skipInterfaceImplementations = true,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions src/PortToTripleSlash/tests/tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,11 @@

<ItemGroup>
<!-- All test assets need to get excluded from compilation but still want them to show up in the Solution Explorer. -->
<Compile Remove="PortToTripleSlash\TestData\Generics\SourceExpected.cs" />
<Compile Remove="PortToTripleSlash\TestData\Generics\SourceOriginal.cs" />
<Compile Remove="PortToTripleSlash\TestData\Basic\SourceExpected.cs" />
<Compile Remove="PortToTripleSlash\TestData\Basic\SourceOriginal.cs" />
<Compile Remove="PortToTripleSlash\TestData\Generics\MyAssembly.csproj" />
<Compile Remove="PortToTripleSlash\TestData\Basic\MyAssembly.csproj" />
<None Include="PortToTripleSlash\TestData\Generics\SourceExpected.cs" />
<None Include="PortToTripleSlash\TestData\Generics\SourceOriginal.cs" />
<None Include="PortToTripleSlash\TestData\Basic\SourceExpected.cs" />
<None Include="PortToTripleSlash\TestData\Basic\SourceOriginal.cs" />
<None Include="PortToTripleSlash\TestData\Generics\MyAssembly.csproj" />
<None Include="PortToTripleSlash\TestData\Basic\MyAssembly.csproj" />
</ItemGroup>

Expand Down
0