Skip to content

Commit

Permalink
v3.0.0-pre9
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Jul 30, 2023
1 parent 2c884c6 commit b22c91c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<RepositoryUrl>https://github.com/kzrnm/ac-library-csharp</RepositoryUrl>
<PackageReleaseNotes>https://github.com/kzrnm/ac-library-csharp/blob/main/CHANGELOG.md</PackageReleaseNotes>

<Version>3.0.0-pre8</Version>
<AssemblyVersion>3.0.0.58</AssemblyVersion>
<Version>3.0.0-pre9</Version>
<AssemblyVersion>3.0.0.59</AssemblyVersion>
<RepositoryCommit Condition="'$(GIT_COMMIT)' != ''">$(GIT_COMMIT)</RepositoryCommit>

<SignAssembly>True</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion Source/AtCoderAnalyzer/AggressiveInliningAnalyzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ bool DoesNotHaveMethodImplInlining(IMethodSymbol m)
}

string[] notMethodImplInliningMethods;
if (false)
if (concurrentBuild)
notMethodImplInliningMethods = symbol.GetMembers()
.AsParallel(context.CancellationToken)
.OfType<IMethodSymbol>()
Expand Down

0 comments on commit b22c91c

Please sign in to comment.