Amadeusz Sadowski

Results 66 issues of Amadeusz Sadowski

I'm using Dapper 2.0.90, and tried to update to 2.0.123, however the update caused my code to throw. I'm working with Snowflake DB using `Snowflake.Data.Client` v1.2.8, and it worked perfectly...

Riding on the back of #137 through some discussions with @hypervtechnics this is what we came up with. ## Terms First let's define some terms we'll use across this document:...

enhancement
help wanted

Let's add the ability to measure time taken by every generator and file invoked. This is needed to tune the performance: if generators take most of the time, or is...

help wanted
perf

See https://github.com/AArnott/CodeGeneration.Roslyn/issues/183#issuecomment-586488364

enhancement
help wanted

These are old names and may crash with older toolset version names. Additionally, we're moving towards unifying names with either `Cgr` or `CodeGenerationRoslyn` prefix

enhancement

Situation: * Solution - Generator project - targeting `netcoreapp2.1` or `netstandard2.0` - Consumer project Consumer has a P2P reference to the generator. But it might need to target a framework...

enhancement

As per https://github.com/dotnet/Nerdbank.GitVersioning/issues/456#issuecomment-605538481 It's a long-forgotten framework and causes some issues in various elements of tooling.

enhancement

It was brought to my attention that generating code in NRT-enabled projects raises warnings. Reference: https://github.com/amis92/RecordGenerator/issues/110 --- *From the issue linked above:* Looks like the dotnet team decided auto-generated code...

help wanted

I've recently revisited `dotnet try` and I think it'd be helpful to include some tutorial/demo/documentation with that feature enabled, to make the experience of trying it out much better.

enhancement

The latter was introduced as a binary non-breaking change to allow some important enhancements. It's not a great design and as such should be redesigned for a better extensibility.

enhancement