Jonathan Wood

Results 29 comments of Jonathan Wood
trafficstars

@dcarbunescu I have no idea who you are asking, but you don't have to use it. I use it because I need a multi-select drop down.

@jayb611 Do you know where I can get the fix? Or is it necessary to install some less or sass code in order to build my own?

That would be nice but, pretty sure the reason for this is backwards compatibility. If they make them non-nullable, then there would be problems compiling older code with nullability enabled....

@failwyn That's what I'm doing now. When I edit the single file, it correctly updates the single min file. But when I update either min file, it doesn't trigger the...

@failwyn I'd consider taking a stab at it but I'm not sure what the syntax should be without breaking backwards compatibility.

> @SoftCircuits we've made a number of improvements in the async load of the out of process designer for .NET. Hopefully things are looking better for you. Thanks. I'll check...

Is this caused by the same issue? ``` System.InvalidOperationException HResult=0x80131509 Message=Unable to translate set operation when matching columns on both sides have different store types. Source=Microsoft.EntityFrameworkCore.Relational StackTrace: at Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression.ApplySetOperation(SetOperationType setOperationType,...

I can work around the same error in the following code: ```cs var query = DbContext.TripSegments .Where(ts => ts.RailcarTrip.WaybillRailcar.Waybill.CompanyCode == companyCode && ts.IsLoaded && ts.EndDate == null && ts.DestinationCity ==...

> If you can skip the projection into a new type at the end it should work. At least in our travels, projecting or layering too much over the group...

How has this not received more votes? Do people not know about this forum?