Skip to content
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

Bump SixLabors.ImageSharp from 2.1.3 to 2.1.8 #9

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
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
Bump SixLabors.ImageSharp from 2.1.3 to 2.1.8
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.3 to 2.1.8.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v2.1.3...v2.1.8)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Apr 15, 2024
commit 73ae957abf10e9ceba8b44684443a41469b0a4b7
2 changes: 1 addition & 1 deletion engenious.Pipeline.csproj
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
<ProjectReference Include="..\engenious\engenious.csproj" Condition="Exists('..\engenious\engenious.csproj')" />
<PackageReference Include="engenious" Version="0.7.1.3-alpha" Condition="!Exists('..\engenious\engenious.csproj')" />

<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.8" />
<PackageReference Include="LitGit" Version="0.2.0.58-alpha" PrivateAssets="all" />
<PackageReference Include="LiCo" Version="0.2.0.3-alpha" PrivateAssets="all" />
<PackageReference Include="AssimpNet" Version="5.0.0-beta1" PrivateAssets="compile" />

Unchanged files with check annotations Beta

ctorBuilder.Append("Pass = pass;");
ctorBuilder.Append("Offset = offset;");
ctorBuilder.Append("int layoutOffset = 0;");
int index = 0;

Check warning on line 667 in Content/Pipeline/Processor/EffectProcessor.cs

GitHub Actions / build (ubuntu-latest)

The variable 'index' is assigned but its value is never used

Check warning on line 667 in Content/Pipeline/Processor/EffectProcessor.cs

GitHub Actions / build (ubuntu-latest)

The variable 'index' is assigned but its value is never used

Check warning on line 667 in Content/Pipeline/Processor/EffectProcessor.cs

GitHub Actions / build (ubuntu-latest)

The variable 'index' is assigned but its value is never used

Check warning on line 667 in Content/Pipeline/Processor/EffectProcessor.cs

GitHub Actions / build (windows-latest)

The variable 'index' is assigned but its value is never used

Check warning on line 667 in Content/Pipeline/Processor/EffectProcessor.cs

GitHub Actions / build (windows-latest)

The variable 'index' is assigned but its value is never used

Check warning on line 667 in Content/Pipeline/Processor/EffectProcessor.cs

GitHub Actions / build (windows-latest)

The variable 'index' is assigned but its value is never used
foreach (var p in structParameterInfo.SubParameters)
{
var pName = p.Name.TrimStart('\'');