misticos

Results 9 issues of misticos

**Describe the bug** Process terminated. A callback was made on a garbage collected delegate of type '`Facepunch.Steamworks.Posix!Steamworks.BroadcastBufferManager+FreeFn::Invoke`'. **To Reproduce** do `Connection.SendMessage` idk.. **Expected behavior** not a crash **Desktop (please complete...

### Steps to reproduce ```cs // This works db.Set.Where(x => x.String.EndsWith("*")) // This does not work db.Set.Where(x => x.String.EndsWith('*')) ``` ### The issue EndsWith can be translated if a string...

type-enhancement

**SEE LAST COMMENT** I am trying to set SendBufferSize for my Steam networking sockets in two ways. First would be global options and second the parameters you pass to CreateListenSocketIP:...

I am using v6.4.0 In my case I have two enums with the same name: ```cs public class Request1 { public enum VType { Name, Email } } public class...

### Current Behavior When timezone is set to one that changes for daylight saving/not, i.e `America/New_York`, schedules seem to run an hour later, and activity log is off as well....

not confirmed

### Describe your issue When running my query (which I'm trying to investigate and report issues), I get `ExpressionTest.0.cs`, but it only contains an exception: ```c# System.ArgumentException The value cannot...

type: bug
good first issue
status: has-tests

### Describe your issue Given `Guid[]? serverIds = null` (or any other type really, such as `int[]?`) and a condition such as: ```c# var total = await entities .Where(x =>...

area: linq
type: bug
status: has-tests

It seems like `[FromQuery(Name = "xyz")]` is not respected for complex objects, such as classes in the following example: ```cs public class MyParameter { public string Input { get; set;...

needs investigation
stale

### Description When attempting to use `dotnet-trace collect` command on a running application, the command hangs indefinitely. It neither completes the collection nor responds to `enter` or `Ctrl+C` inputs. The...

bug
dotnet-trace