#sourcegenerator ผลการค้นหา
Polymorphic serialization/deserialization in #dotnet 7 preview 5 is neat. #dotnet folks hate attributes 🤷♂️, so I wrote a #sourcegenerator that finds all derived types and creates the attributes for you in a partial class. @JetBrainsRider made it super easy. #aspnetcore #csharp




Earlier this year, around //build — some NuGet packages shipped. One of which is named AutoClient. It relies on a source-generator, emitting interface implementations and DI hooks for REST API HTTP clients, check it out: @dotnet #csharp #sourcegenerator nuget.org/packages/Micro…




On my way to #SourceGenerator #dotnet #dotnetcore I'm going to port #MappingGenerator to this new API github.com/cezarypiatek/M… Use 🔄or ♥️ buttons to let me and others know if you are interested in the outcome.

I see. I'm afraid I couldn't come up with a constant solution (still waiting on Extension Everything for C#). But I got a #SourceGenerator running which generates a reflection-free lookup that is significantly faster than my reflection-based implementation. If this is of any use.


24x times faster 🔥 new release Supernova.Enum.Generators 🔥 -- v1.0.17 - Added TryParseFast github.com/EngRajabi/Enum… #dotnet #sourcegenerator #netcore

Finally got it working... #SourceGenerator for #dotnet that will automatically add code attributes to your @opentelemetry spans. Further, it will add a @github link to the repo, file and even Line that generated it! All from adding a package and no code changes.

“Source Generator” . buff.ly/3zp6ehE . . . #SourceGenerator #INotifyPropertyChange #Code #Template #Boilerplate #Generator #Syntax

Automate code generation with ease using source generators in #dotnet! With #CSharp and regular expressions, you can create powerful tools that save you time and effort. Check out my latest blog post to learn more. dotnettips.wordpress.com/2023/04/14/per… #sourcegenerator #automation #dotnet7

When starting a new source generator, the first question is, "What are you trying to accomplish?". Following closely behind is, "Does this make sense as a source generator?" Learn how to build a #SourceGenerator for #csharp: bit.ly/3xfGtje J. Allen #InfoQ #dotnet

I tillegg til sosiale arrangement er det også viktig med faglig innhold. Forrige kvelden kjørte fagkveld med følgende teamer. - Maui som kommer i .Net 6 - Source Generator fra .Net 5 enso.no/blogg/fagkveld… #sharingiscaring #maui #sourcegenerator


📢 New blog post: "Learning AI function calling in C# with Llama 3.2 SLM and Ollama running on your machine" #AI #csharp #sourcegenerator #dotnet #ollama #slm laurentkempe.com/2024/10/28/lea…
Debugging Source Generator bytelanguage.net/2021/08/15/deb… #dotnet #sourcegenerator
a #sourcegenerator is generating the implementation of a partial method, works as expected after following channel9.msdn.com/events/dotnetC… , but VS Code complains. #Net5 #csharp9

I am so confused by c# source generators. I just wasted time on a simple generator: - used VS16.6 on one machine instead of 16.8 - old packages - forgot VS restart - seeing generated code is not supported I clearly see how this can take down VS 😳 #dotnetcore #sourcegenerator
I just published the next version of my #SourceGenerator package, with a switch expression/statement (depending on the #CSharp LangVersion), retrieving the name of enum members, inspired by @davidfowl's talk "Implementation Details Matter" at @iOassociates github.com/Flash0ver/F0.G…


Are there any #ComWrappers #SourceGenerator? #Roslyn #Dotnet #COM #interop
Using the new configuration binder source generator andrewlock.net/exploring-the-… #SourceGenerator #technology #Code #Programming #technology #TechTips #computing #SoftwareDevelopment #software
BPZ feature update! v1.5.0 Support for `FrameworkPropertyMetadataOptions` flags: These are most useful for `BindsTwoWayByDefault` and attached properties that wish to specify `Inherits`. github.com/IGood/boilerpl… #dotnet #csharp #sourcegenerator #wpf #bpz #boilerplatezero
🔥 My brand-new @pluralsight course "Developing Source Generators in C#" teaches you how to build a C# Source Generator that analyzes existing code and generates additional code during the compilation. pluralsight.com/courses/c-shar… #csharp #dotnet #sourcegenerator #roslyn
pluralsight.com
Developing Source Generators in C#
Developing Source Generators in C#
こんにちは!沙凍亜衣です。Unity向け超簡単ソースジェネレーターはいかがですか? Roslynよりシンプルで使いやすく、コード生成を効率化します✨。ビルドイベントで自動生成も可能!詳細はGitHubをチェックしてくださいね! #Unity3d 🚀 #SourceGenerator github.com/sator-imaging/…
github.com
GitHub - sator-imaging/Unity-AltSourceGenerator: Ease-of-Use Source Generator Alternative for Unity
Ease-of-Use Source Generator Alternative for Unity - sator-imaging/Unity-AltSourceGenerator
📢 New blog post: "Learning AI function calling in C# with Llama 3.2 SLM and Ollama running on your machine" #AI #csharp #sourcegenerator #dotnet #ollama #slm laurentkempe.com/2024/10/28/lea…
Why does #csharp not support inline 'Assembly'? #MSIL I see many options in combination with source generators... #SourceGenerator
24x times faster 🔥 new release Supernova.Enum.Generators 🔥 -- v1.0.17 - Added TryParseFast github.com/EngRajabi/Enum… #dotnet #sourcegenerator #netcore

Source generate your Entity Framework implementations based on your interfaces any way you want using github.com/jscarle/Genera… #dotnet #sourcegenerator #entityframework #entityframeworkcore #cleanarchitecture #verticalslicearchitecture
Want to learn how to use .NET Source Generator to organize your minimal APIs with C#? 🚀 Watch my new YouTube video and discover how to generate code like magic. 🔮 youtu.be/zf5j-W11-qo Retweet and share with your fellow developers. 🙌 #csharp #dotnet #sourcegenerator
youtube.com
YouTube
How to Organize Your .NET Minimal APIs with Source Generator
Using the new configuration binder source generator andrewlock.net/exploring-the-… #SourceGenerator #technology #Code #Programming #technology #TechTips #computing #SoftwareDevelopment #software
Using the new configuration binder source generator buff.ly/3XoMTLb #SourceGenerator #technology #Code #Programming #technology #TechTips #computing #SoftwareDevelopment #software

Automate code generation with ease using source generators in #dotnet! With #CSharp and regular expressions, you can create powerful tools that save you time and effort. Check out my latest blog post to learn more. dotnettips.wordpress.com/2023/04/14/per… #sourcegenerator #automation #dotnet7

Earlier this year, around //build — some NuGet packages shipped. One of which is named AutoClient. It relies on a source-generator, emitting interface implementations and DI hooks for REST API HTTP clients, check it out: @dotnet #csharp #sourcegenerator nuget.org/packages/Micro…




Automate code generation with ease using source generators in #dotnet! With #CSharp and regular expressions, you can create powerful tools that save you time and effort. Check out my latest blog post to learn more. dotnettips.wordpress.com/2023/04/14/per… #sourcegenerator #automation #dotnet7

Automate code generation with ease using source generators in #dotnet! With #CSharp and regular expressions, you can create powerful tools that save you time and effort. Check out my latest blog post to learn more. dotnettips.wordpress.com/2023/04/14/per… #sourcegenerator #automation #dotnet7

🇦🇺🎥 New video: Build your own #SourceGenerator | Curious as to how you can #build your own Source Generator? @jernej_kavka & Senior Compiler Engineer at @Microsoft @Chiser99 talk about #building & #configuring source generators. Watch it here ➡️ youtube.com/watch?v=abMAW1…
📣 New Podcast! "Mapperly, una libreria di mapping basata sui source generator" on @Spreaker #dotnet #mapperly #sourcegenerator spreaker.com/user/dottor/ma…
spreaker.com
Spreaker Podcasts
Mapperly, una libreria di mapping basata sui source generator
Automate code generation with ease using source generators in #dotnet! With #CSharp and regular expressions, you can create powerful tools that save you time and effort. Check out my latest blog post to learn more. dotnettips.wordpress.com/2023/04/14/per… #sourcegenerator #automation #dotnet7

Automate code generation with ease using source generators in #dotnet! With #CSharp and regular expressions, you can create powerful tools that save you time and effort. Check out my latest blog post to learn more. dotnettips.wordpress.com/2023/04/14/per… #sourcegenerator #automation #dotnet7

24x times faster 🔥 new release Supernova.Enum.Generators 🔥 -- v1.0.17 - Added TryParseFast github.com/EngRajabi/Enum… #dotnet #sourcegenerator #netcore

On my way to #SourceGenerator #dotnet #dotnetcore I'm going to port #MappingGenerator to this new API github.com/cezarypiatek/M… Use 🔄or ♥️ buttons to let me and others know if you are interested in the outcome.

I tillegg til sosiale arrangement er det også viktig med faglig innhold. Forrige kvelden kjørte fagkveld med følgende teamer. - Maui som kommer i .Net 6 - Source Generator fra .Net 5 enso.no/blogg/fagkveld… #sharingiscaring #maui #sourcegenerator


Earlier this year, around //build — some NuGet packages shipped. One of which is named AutoClient. It relies on a source-generator, emitting interface implementations and DI hooks for REST API HTTP clients, check it out: @dotnet #csharp #sourcegenerator nuget.org/packages/Micro…




Finally got it working... #SourceGenerator for #dotnet that will automatically add code attributes to your @opentelemetry spans. Further, it will add a @github link to the repo, file and even Line that generated it! All from adding a package and no code changes.

Automate code generation with ease using source generators in #dotnet! With #CSharp and regular expressions, you can create powerful tools that save you time and effort. Check out my latest blog post to learn more. dotnettips.wordpress.com/2023/04/14/per… #sourcegenerator #automation #dotnet7

“Source Generator” . buff.ly/3zp6ehE . . . #SourceGenerator #INotifyPropertyChange #Code #Template #Boilerplate #Generator #Syntax

When starting a new source generator, the first question is, "What are you trying to accomplish?". Following closely behind is, "Does this make sense as a source generator?" Learn how to build a #SourceGenerator for #csharp: bit.ly/3xfGtje J. Allen #InfoQ #dotnet

Using the new configuration binder source generator buff.ly/3XoMTLb #SourceGenerator #technology #Code #Programming #technology #TechTips #computing #SoftwareDevelopment #software

Polymorphic serialization/deserialization in #dotnet 7 preview 5 is neat. #dotnet folks hate attributes 🤷♂️, so I wrote a #sourcegenerator that finds all derived types and creates the attributes for you in a partial class. @JetBrainsRider made it super easy. #aspnetcore #csharp




I see. I'm afraid I couldn't come up with a constant solution (still waiting on Extension Everything for C#). But I got a #SourceGenerator running which generates a reflection-free lookup that is significantly faster than my reflection-based implementation. If this is of any use.


a #sourcegenerator is generating the implementation of a partial method, works as expected after following channel9.msdn.com/events/dotnetC… , but VS Code complains. #Net5 #csharp9

I just published the next version of my #SourceGenerator package, with a switch expression/statement (depending on the #CSharp LangVersion), retrieving the name of enum members, inspired by @davidfowl's talk "Implementation Details Matter" at @iOassociates github.com/Flash0ver/F0.G…


Something went wrong.
Something went wrong.
United States Trends
- 1. Baker 31K posts
- 2. #BNBdip N/A
- 3. Cowboys 72.8K posts
- 4. Packers 28.8K posts
- 5. 49ers 31.5K posts
- 6. Flacco 11.3K posts
- 7. Fred Warner 10.5K posts
- 8. Bucs 9,801 posts
- 9. Cam Ward 2,792 posts
- 10. Panthers 74K posts
- 11. Niners 5,053 posts
- 12. Zac Taylor 2,873 posts
- 13. Tez Johnson 2,909 posts
- 14. Titans 23K posts
- 15. #FTTB 4,039 posts
- 16. Ja'Marr Chase 2,450 posts
- 17. Browns 64.9K posts
- 18. #Bengals 3,024 posts
- 19. Yoshi 32.1K posts
- 20. #GoPackGo 3,585 posts