Lars-Erik Aabech

Results 33 comments of Lars-Erik Aabech
trafficstars

I've bugfixed and polished a bit, and the tool can now generate a full solution of all the APIs from one merged spec. There's a couple of exceptions, and a...

Sorry, this is so "ancient" that I don't even remember which site it was. ;) But I'm sure you'll be able to at least fix the sync stuff. If XPath...

FWIW, I just ran into this and solved it with some dirty reflection in my static value accessor. 🤷‍♂️ [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] public class TestEventAttribute : PropertyAttribute { public...

Here's the project and deps file that I had problems with. The actual functions are in the referenced "MarkedsPartner.Middleware.Identity" package. Only thing actually being compiled in the function project itself...

On a side note, I resolved this type of exception in another project by adding a handler to `AppDomain.AssemblyResolve`. Might be the way to go instead. (BTW, the beta is...

I was just able to bypass this on 8.16 by doing a manual SQL update to the property rows. Ex: `update [umbracoPropertyData] set languageId = 1 where propertyTypeId = @propTypeId`...

> @lars-erik did you ever run into any unforeseen consequences here by any chance? 😅 Not yet. 😄🤞

> @lars-erik how did you find what propertyfield caused the issue ? :) TBH I don't even remember doing it, but I imagine I may have queried the cmsPropertyData table...

Would you believe it persists in 13+? 🙈

Hi guys, I have this exact scenario with NUnit 2.6.4, ConsoleRunner 3.4.1 and SpecFlow 2.1. It was perfect with NUnit 3.x, but I had to downgrade due to a testing...