Dylan Beattie

Results 10 comments of Dylan Beattie

@tomq42 - have you seen the docs at http://phlyrestfully.readthedocs.org/en/latest/halprimer.html#collections ? Some very useful examples in there of how to model collections in HAL.

...so what happens now? Merge it because nobody argued against it, or delete it because nobody argued in favour? 😉 I take the point about transforming strings before parsing, but...

I'm having the same issue here (.NET 6.0.202, macOS Monterey 12.3.1, M1 Macbook Pro) - but only when I run as a regular user: ``` $ dotnet run Unhandled exception....

> I think the difference here is that MacOS doesn't accept paths here in user-mode iirc. We had similar problems with shared memory in our project and giving it names...

No reason at all. I've replaced the GPL with a BSD license.

Sorry, I could have explained this more clearly. I'm specifically talking about the scenario where the composite key includes columns which are part of a foreign key relationship, so the...

Each entity here is mapped to its own table; I'm not using owned entities or complex types. The DB schema diagram looks like this: ![image](https://github.com/dotnet/efcore/assets/106178/8cae468b-350a-408a-ac82-e51a3076ca47) > A composite key can...

Sure - the code I'd like to be able to write is either of the following syntaxes: **Syntax option 1: multiple expressions** ```csharp protected override void OnModelCreating(ModelBuilder modelBuilder) { base.OnModelCreating(modelBuilder);...

Hey - from the commit log it looks like you merged the master branch, then committed a change - and then reverted it. I can't see what new code/feature is...

Looks like a Spark issue rather than anything specific to Docu. I'll summon Robert the Grey and see if he can shed any light on the matter...