mguinness

Results 11 issues of mguinness

I'm trying to emulate navbar-right class in bootstrap to right align some menu items. The following appears to work, but is there a better way to do this? ``` css...

This is more of a placeholder, but .NET 5.0 has added the [Half Struct](https://docs.microsoft.com/en-us/dotnet/api/system.half?view=net-5.0) which is a binary floating-point number that occupies 16 bits. However there's no C# type for...

type-enhancement

I had to tweak the rule class to change Inputs field from IEnumerable to IList for compatibility w/ [IConfiguration](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/#bind-hierarchical-configuration-data-using-the-options-pattern). I updated tests and also added section to README for details...

Thanks for creating a great library. I tried to use the NuGet package at https://www.nuget.org/packages/MRE/ but it doesn't include an assembly ([only the source code](https://stackoverflow.com/a/10794511)) which limits it's usability. Can...

There appears to be a bug when using StartsWith() method in a LINQ query: `var customers = _ctx.Customers.Where(c => c.CustomerName.StartsWith("a")).ToList();` You have an error in your SQL syntax; check the...

I'm getting an exception when using the MySql provider with ASP.NET Core Identity. When I attempt to login I get "Unable to cast object of type DateTime to type DateTimeOffset"...

Google has proposed an amendment to [RFC 6265](http://httpwg.org/http-extensions/draft-ietf-httpbis-cookie-alone.html) to remove the ability for a non-secure origin to overwrite cookies whose secure flag is set. [Chrome Platform Status](https://www.chromestatus.com/feature/4506322921848832) shows that Chrome...

Firstly thanks for the great library, it's much simpler than using the native StringBuilder. Do you think it's possible to adapt the library to help build the search condition for...

enhancement

[EF Core 10](https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-10.0/whatsnew) has been released, this is an issue to upgrade this provider. There have been various changes to the API including requiring implementation of `TranslateRightJoin`. Other compilation errors...

Closes https://github.com/dualbios/FileBaseContext/issues/44