Edvard Pitka

Results 7 comments of Edvard Pitka

> That method is quite large, can you use the symbols package to get at least a line number there? Which package is that?

state is null ![image](https://user-images.githubusercontent.com/117607/150156372-2bbd0eba-cf6a-4b3b-9ce7-85c218b90352.png)

> What? How though it was instantiated two lines above, and not assigned anywhere else. ooops, sorry, doing multiple things at the same time, not reached that line yet :)

Yes, I would like to exclude any properties methods. I wand to add some out-of-box tracing, and I only want user defined methods to be included in trace.

Startup gets triggered only when targeting "netcoreapp3.0". Using latest Microsoft.NET.Sdk.Functions 3.02 and Microsoft.Azure.Function.Extensions 1.0.0. However it is still unable to inject dependency and gives "cannot index method" error. Followed this...

It gets called definitively, generator is instantiated, but Generate is never called. I confirmed this by logging out steps.

Sure, here is NoOp one, I would expect Exception to be thrown, but it does not ``` public class NoOpSqlGenerator : IMigrationsSqlGenerator { public NoOpSqlGenerator() { Console.WriteLine("Instantiated NoOpSqlGenerator"); } public...