Michael Kalinski

Results 11 comments of Michael Kalinski

> Same here. Getting `Bundler & Minifier error 0: Object reference not set to an instance of an object.` sometimes #558 > > The workaround I use to get it...

> > Just wanted to add that fixing this would be a big help for my team > > I think you should update the line of code by yourself...

I´ve looked into #2730, but if I was checking it correctly, then there´s no .less file on my end. looked into bin, obj & wwwroot folder to find it somewhere,...

I´ve changed the variables.less file in my .nuget folder ```less @{html-selector} { @base-primary: @red-6; // ========= Primary Color ========= --@{ant-prefix}-primary-color: @base-primary; --@{ant-prefix}-primary-color-hover: color(~`colorPalette('@{base-primary}', 5) `); --@{ant-prefix}-primary-color-active: color(~`colorPalette('@{base-primary}', 7) `); --@{ant-prefix}-primary-color-outline:...

Hey @ElderJames, I would love to do a PR for that - but I need to see if I can get some free time for that - no promise on...

I´ve tested a few more scenarios and it seems that I have to explicitely use a typed collection for this case: ```cs //This works, as the List is of type...

I am unsure OData can be used in minimal APIs yet (see [this issue](https://github.com/OData/AspNetCoreOData/issues/578). Maybe in the upcoming months, as Microsoft is pushing minimal APIs pretty consistently for the last...