Matt Brailsford

Results 261 comments of Matt Brailsford

Came across this issue myself. Assuming your model is something you know is serializable you can let the serializer know to expect it by adding the following to your web.config...

I’m not that familiar with cloud, but at a guess, I think you may not have the dll committed to your git repository. With cloud I believe all your bin...

AuthU is currently Umbraco v8 and lower only. I haven’t reviewed the current landscape for implementing OAuth in .NET Core so don’t have any idea of whether this pkg is...

Even just looking into .NET Core to see how easy OAuth is on it's own now (I really only created AuthU because OAuth was an absolute nightmare to setup before)...

Not sure, but I have a feeling we might need a `.Do();` statement at the end of this line https://github.com/mattbrailsford/umbraco-authu/blob/master/src/Our.Umbraco.AuthU/Data/Migrations/AddDeviceIdColumnToOAuthRefreshTokenTable.cs#L16 Someone it welcome to try and see if that helps.

Good spot. I guess it would be better to make it an ‘is NULL’ statement as otherwise removing the parameters could result in some being deleted if for some reason...

I would also like to request this. I have code that I need to be discoverable in intellisense, but I don't want to show in the documentation. Something akin to...

Examples I've found so far in the source code * Permalink formats * Front matter formats * File structure on disk