Xriuk

Results 12 issues of Xriuk

**Describe the issue** I'm trying to retrieve a SerialPort device, it gets inside `devices` (`IEnumerable`), as I can see `WindowsSerialPortDeviceFactory` is retrieving it from the Registry (because it has a...

I'm not sure if I am missing something but it seems that renamed/deleted files stays in the output folder and are not deleted. So if I rename `Class1` to `Class2`...

question

I think this awesome library could support collection of owned entities, which get mapped to separate tables. But I guess this would require some effort, because as of now all...

Upgrading the FSM to allow inheritance and expansion of the states, this partially breaks backwards compatibility (It can be still used as it is with the static API). It retains...

Recursively replace nullable properties with undefined/optional and viceversa: ```ts type Nullable = { a: string; b: number | null; } type Undefineable = NullToUndefined; /*{ a: string; b: number |...

### Include your code ```C# public DbSet AllBlogs { get; set; } public DbSet Blogs { get; set; } public DbSet RssBlogs { get; set; } public abstract class BlogBase...

customer-reported

Hi, I'm creating a new sheet with a header row and then the data, I'm trying to apply default style to the whole column, so all the rows after the...

bug
xlsx

**Assemblies affected** ASP.NET Core OData 8.2.3 **Describe the bug** When returning a delta payload via `EdmChangedObjectCollection`, the returned JSON response contains control annotations with short names (eg: `@context` instead of...

bug

At the moment [EF.Property](https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.ef.property?view=efcore-6.0) is not supported. I tried adding it as an `IMethodCallVisitor` but it gives me an error: ``` Expression of type System.Linq.Expressions.TypedParameterExpression is not supported ``` I...

When I setup an animation which has another gameobject as its target and then I call these functions (from UnityEvent for example) on the DOTween Animation component they do not...