ACE icon indicating copy to clipboard operation
ACE copied to clipboard

Asheron's Call server emulator.

Results 75 ACE issues
Sort by recently updated
recently updated
newest added

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Drawing.Common&package-manager=nuget&previous-version=6.0.0&new-version=8.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies
.NET

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.EntityFrameworkCore&package-manager=nuget&previous-version=6.0.26&new-version=6.0.27)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies
.NET

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.9 to 8.0.2. Release notes Sourced from System.Text.Json's releases. .NET 8.0.2 Release .NET 8.0.1 Release .NET 8.0.0 Release What's Changed [release/8.0-rc1] [release/8.0] Events for IL methods without...

dependencies
.NET

Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.2.1 to 3.2.2. Release notes Sourced from MSTest.TestFramework's releases. v3.2.2 See the release notes here. Changelog Sourced from MSTest.TestFramework's changelog. [3.2.2] - 2024-02-22 See full log here...

dependencies
.NET

This is a minor change adding a server property to optionally disable the maximum level restriction on portals. Other restrictions are unaffected by this property. Server owners can use this...

These correspond to ACE-PY16-Patches PR 1635.

Bumps dotnet/sdk from 6.0 to 8.0.101. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | dotnet/sdk |...

dependencies
docker

Pass Center and Radius to static functions as parameters instead of instantiating a new Sphere on the heap and passing that through the code. Reference: https://learn.microsoft.com/en-us/dotnet/csharp/advanced-topics/performance/ This is built on...