Skip to content

issues Search Results · repo:AArnott/CodeGeneration.Roslyn language:C#

Filter by

163 results
 (86 ms)

163 results

inAArnott/CodeGeneration.Roslyn (press backspace or delete to remove)

Hello @AArnott, I use your CodeGeneration.Roslyn, however requirement for .net core sdk 2.1 is a little bit outdated. Any releases for .net 5.0? #229 Source Generators will make this project redundant ...
  • max-ieremenko
  • 1
  • Opened 
    on Dec 8, 2020
  • #237

For simplicity assume my goal is to have an attribute on a method that generates a new class whose name is the methods names followed by Wrapper . For example if I have an attribute: [AttributeUsage(AttributeTargets.Method)] ...
question
  • amura11
  • 2
  • Opened 
    on Sep 30, 2020
  • #236

Hi, I have question. Can I use your libraries for new class generation or it is only suitable for generating partial class members? Thank you!
question
  • pavelvondrasek
  • 1
  • Opened 
    on Sep 25, 2020
  • #235

how can one ensure CGR is the first to run in the presence of multiple code generation/s in the build pipeline?
question
  • dszryan
  • 4
  • Opened 
    on Jul 16, 2020
  • #234

My environment is freshly installed Windows 10 When I run build.ps1 I get following log: PS C:\Users\pzixe\Downloads\CodeGeneration.Roslyn-master\samples .\build.ps1 Running in C:\Users\pzixe\Downloads\CodeGeneration.Roslyn-master\samples ...
question
  • Pzixel
  • 7
  • Opened 
    on Jun 10, 2020
  • #231

In current version of the tool any newer version of netcore installed doesn t fit library requirements. For example, this is how samples work on my machine: PS C:\Users\pzixe\Downloads\CodeGeneration.Roslyn-master ...
  • Pzixel
  • 1
  • Opened 
    on Jun 10, 2020
  • #230

https://devblogs.microsoft.com/dotnet/introducing-c-source-generators Will CodeGeneration.Roslyn be made redundant, or are there any important differences?
question
  • ugumba
  • 7
  • Opened 
    on May 6, 2020
  • #229

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 the warmup time the dominating factor ...
help wanted
perf
  • amis92
  • 1
  • Opened 
    on Apr 18, 2020
  • #227

Current implementation of Codegen is using simple loop for code generation. Maybe it would be better to use Parallel.For or other multithread mechanism?
enhancement
perf
  • dominikjeske
  • 1
  • Opened 
    on Apr 14, 2020
  • #226
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub