Nick Turner

Results 9 issues of Nick Turner

We moved the EF from CodeFirstDatabase to your POCO Generator. One issue we have left is how EF creates the "HasDescriminator" when the code has say this Table: Address Columns:...

enhancement

lets say I have a table ( Ef6, .net framework 4.8 ) [foo].[Bar] where schema is "foo" and the table is "Bar" How can I change the class files produced...

enhancement

The example only show it as a resource embedded in the Content Page. The issue with that is, this will rarely ever happen. Usually it will be in a separate...

xamarin/prod
xamarin-forms/tech
Pri2

I have a Grid that has tiles. I want to have a child AbsoluteLayout within a PancakeView it does not honor the proportional values. In the attached project on UWP,...

When you have a table column that is an Identity column, but not the Primary key. There needs to be a metadata ignore statement. ```c# builder.Property(x => x.Id) .HasColumnName(@"Id") .HasColumnType("bigint")...

enhancement

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [issues](https://github.com/cake-build/cake/issues) to ensure it has not already been reported ### Cake runner Cake Frosting...

bug

I have 3 rows of 2 columns and I want the row height to expand based on height. How do I do that. I is inside of a of Grid...

On Unity version 2020.3.15f2 when importing i'm getting a lot of GUID errors with the latest version 20.2.0. Location in project: ![image](https://github.com/rlabrecque/Steamworks.NET/assets/5711577/6a05588f-0f8e-4cd4-beb3-5504ff725084) GUID [32162149a7c3138479f074b56fd5fcbf] for asset 'Packages/com.rlabrecque.steamworks.net/Runtime/types/SteamRemoteStorage' conflicts with: 'Assets/com.rlabrecque.steamworks.net/Runtime/types/SteamRemoteStorage'...

Using code found here https://steamworks.github.io/gettingstarted/ This only works for the Steam button, but not for the Quick Settings button. Is there another callback that should be used to detect the...