qsdfplkj

Results 4 issues of qsdfplkj

I get the following in app insights: AI (Internal): [Microsoft-ApplicationInsights-Core] Operation to stop does not match the current operation. Telemetry is not tracked. This is documented as a known issue?:...

question

I've a temporal table: Customers I would like to get the delta between t1 and t2 using the TemporalAsOf . (I need new or modified items created since t1). ```context.Customers.TemporalAsOf(t2).Except(context.Customers.TemporalAsOf(t1)).ToList();```...

customer-reported
area-query
area-temporal-tables

When looking in our log files. MS_TriggerDetails is logged. But it is logged as `MS_TriggerDetails=System.Collections.Generic.Dictionary`2[System.String,System.String]` Now I think there is a convention that logging should be` IEnumerable` ( `Dictionary `)...

Needs: Triage (Functions)

When I have public class Base { public int BaseProperty { get; set; } } public class Generic : Base { public T GenericProperty { get; set; } } public...

p1
bug