SteamKit icon indicating copy to clipboard operation
SteamKit copied to clipboard

SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.

Results 97 SteamKit issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220530-08 See the release notes here....

dependencies

This adds functionality for serializing depot manifests into Steam-compatile protobuf files. The output matches .manifest files found in Steam's depotcache folder unless there are non-ASCII filenames present. It seems that...

Today Steam got new **[chat update](https://steamcommunity.com/updates/chatupdate)** that is trying to mimic Discord in majority of aspects. I'm wondering if we could hope for at least basic at first, SK2 support...

enhancement
needs investigation
needs-re

### What did you expect to happen? I expected that NetHook2 compiles with VS2022 ### Instead of that, what actually happened? ``` "C:\Users\Yaakov\source\repos\SteamKit\Resources\NetHook2\NetHook2.sln" (default target) (1) -> "C:\Users\Yaakov\source\repos\SteamKit\Resources\NetHook2\NetHook2\NetHook2.vcxproj" (default target)...

bug
needs investigation

### What did you expect to happen? Right now Send() just silently eats the send by doing a null check on connection, and catches io and socket exceptions. ### Instead...

bug

Here's quick late-night hack: use GitHub Actions to automatically update our protos regularly. (I picked Sunday morning in my time zone, I think.) The complication here is that the repository's...

enhancement

### What problem is this feature trying to solve? I've attempted to fork DepotDownloader to create a PR, and have come to the realization that it may be impossible to...

enhancement
shady

There's new realm field in various protos and apis that is worthwhile to support. GetCMList for example has `steamrealm=steamchina`

enhancement

Leaving this up here for comments and because it's a direction I'd like to pursue in the long term. This is relying on preview build on .NET 6, the first...

enhancement