Skip to content

Add SourceLink, embedded readme, implicit usings; refactor project properties #416

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 3 commits into from
Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
cleanup
  • Loading branch information
sungam3r committed Jul 18, 2022
commit dad6b9d342585d1f7da6b271cb626af91595b3a9
13 changes: 1 addition & 12 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<NoWarn>$(NoWarn);NU5105;RCS1194</NoWarn> <!--TODO: fix-->
<NoWarn>$(NoWarn);NU5105</NoWarn> <!--TODO: fix-->
<NoWarn>$(NoWarn);1591</NoWarn> <!--TODO: write comments to public APIs-->
<Nullable>annotations</Nullable>
<PackageIcon>logo.64x64.png</PackageIcon>
Expand All @@ -30,15 +30,4 @@
<IsPackable>true</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Roslynator.Analyzers" Version="4.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>
File renamed without changes.
15 changes: 0 additions & 15 deletions tests/GraphQL.Common.Tests/GraphQL.Common.Tests.csproj

This file was deleted.

2 changes: 0 additions & 2 deletions tests/GraphQL.Integration.Tests/.editorconfig

This file was deleted.

2 changes: 0 additions & 2 deletions tests/GraphQL.Primitives.Tests/.editorconfig

This file was deleted.

2 changes: 0 additions & 2 deletions tests/GraphQL.Server.Test/.editorconfig

This file was deleted.

1 change: 1 addition & 0 deletions tests/GraphQL.Server.Test/GraphQL.Server.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>net6</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions tests/IntegrationTestServer/.editorconfig

This file was deleted.

1 change: 1 addition & 0 deletions tests/IntegrationTestServer/IntegrationTestServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net6</TargetFramework>
<StartupObject>IntegrationTestServer.Program</StartupObject>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down