-
Notifications
You must be signed in to change notification settings - Fork 934
Upgrade AsyncGenerator to 0.17.1 #2182
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
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
141d5a0
Upgrade AsyncGenerator to 0.16.0
maca88 d8ee68d
Use .NET Core
maca88 04b41be
Fix targetFramework and update ShowBuildMenu.sh
maca88 dfbd3c5
Upgrade AsyncGenerator to 0.16.1
maca88 5517c15
Upgrade AsyncGenerator to 0.16.2
maca88 83d4f25
Fix ShowBuildMenu.sh
maca88 177a9b4
Fix MathFTests tests
maca88 fb99562
Add packages.csproj for AsyncGenerator to avoid using nuget
maca88 638ed29
Moved all tools into packages.csproj
maca88 35ba6f5
Restore packages into Tools folder
maca88 ec9455c
Fix nunit
maca88 52394f4
Fix ShowBuildMenu.sh
maca88 bbc764b
Fix tests
maca88 37621c1
Add NetFxOnlyAttribute
maca88 39bb17c
Fix documentation build
maca88 a8facf0
Upgrade AsyncGenerator to 0.17.0 #2205
maca88 c3a78e9
Review changes
maca88 8f765cf
Upgrade AsyncGenerator to 0.17.1
maca88 bc5f216
Removed partial for SqlClientBatchingBatcher
maca88 e8e0af9
Explicit why TestFixture is lacking
fredericDelaporte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
nuget.exe | ||
NUnit.* | ||
vswhere.* | ||
CSharpAsyncGenerator.CommandLine.* | ||
gitreleasemanager.* | ||
SQLitePCLRaw.core.* | ||
nunit.* | ||
vswhere/ | ||
csharpasyncgenerator.commandline/ | ||
gitreleasemanager/ | ||
obj/ | ||
microsoft.* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp2.1</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="**\*" /> | ||
<EmbeddedResource Remove="**\*" /> | ||
<None Remove="**\*" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="CSharpAsyncGenerator.CommandLine" Version="0.17.1" /> | ||
<PackageReference Include="vswhere" Version="2.1.4" /> | ||
<PackageReference Include="NUnit.Console" Version="3.10.0" /> | ||
<PackageReference Include="GitReleaseManager" Version="0.7.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
projects: | ||
- filePath: NHibernate/NHibernate.csproj | ||
targetFramework: net461 | ||
targetFramework: netcoreapp2.0 | ||
concurrentRun: true | ||
applyChanges: true | ||
suppressDiagnosticFailures: | ||
- pattern: ^.*(Hql\.g).*$ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The new version of Roslyn reports warnings for Hql.g, which have to be omitted. |
||
analyzation: | ||
methodConversion: | ||
- conversion: Ignore | ||
|
@@ -166,17 +168,21 @@ | |
- type: AsyncGenerator.Core.Plugins.EmptyRegionRemover | ||
assemblyName: AsyncGenerator.Core | ||
- filePath: NHibernate.DomainModel/NHibernate.DomainModel.csproj | ||
targetFramework: net461 | ||
targetFramework: netcoreapp2.0 | ||
concurrentRun: true | ||
applyChanges: true | ||
suppressDiagnosticFailures: | ||
- pattern: ^.*(Hql\.g).*$ | ||
analyzation: | ||
scanMethodBody: true | ||
scanForMissingAsyncMembers: | ||
- all: true | ||
- filePath: NHibernate.Test/NHibernate.Test.csproj | ||
targetFramework: net461 | ||
targetFramework: netcoreapp2.0 | ||
concurrentRun: true | ||
applyChanges: true | ||
suppressDiagnosticFailures: | ||
- pattern: ^.*(Hql\.g).*$ | ||
analyzation: | ||
methodConversion: | ||
- conversion: Copy | ||
|
@@ -198,6 +204,7 @@ | |
rule: IsTestCase | ||
- conversion: Ignore | ||
anyBaseTypeRule: IsTestCase | ||
executionPhase: PostProviders | ||
ignoreDocuments: | ||
- filePathEndsWith: Linq/MathTests.cs | ||
- filePathEndsWith: Linq/ExpressionSessionLeakTest.cs | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.