#sourcegenerator resultados da pesquisa
24x times faster 🔥 new release Supernova.Enum.Generators 🔥 -- v1.0.17 - Added TryParseFast github.com/EngRajabi/Enum… #dotnet #sourcegenerator #netcore
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
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.
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…
お疲れ様でした!Unityのソースジェネレーターをより簡単に使えるようにするツールをご紹介しました。開発効率アップに貢献できれば嬉しいです。それでは、素敵な午後をお過ごしください!沙凍亜衣でした。#Unity3d #SourceGenerator qiita.com/sator_imaging/…
qiita.com
【Unity】ソースジェネレーターをもうちょっと簡単に使う - Qiita
Unity で Roslyn ソースジェネレーターを使おうと思うと、別プロジェクトで .dll 生成 → ソリューションファイルの編集云々、手間の方が掛かるんじゃ?? という状況ですね。 加えてソースジェネレーターに求めるものは .cs ファイルの更新をフックに別ファイル...
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.
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
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
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
I'm going to experiment with a C# #sourcegenerator today. 💪
Debugging Source Generator bytelanguage.net/2021/08/15/deb… #dotnet #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…
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
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
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…
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
こんにちは!沙凍亜衣です。Unity向け超簡単ソースジェネレーターはいかがですか? Roslynよりシンプルで使いやすく、コード生成を効率化します✨。ビルドイベントで自動生成も可能!詳細はGitHubをチェックしてくださいね! #Unity3d 🚀 #SourceGenerator github.com/sator-imaging/…
📢 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
github.com
GitHub - jscarle/GeneratedEntityFramework: Generated interface implementations for Entity Framework...
Generated interface implementations for Entity Framework Core. - jscarle/GeneratedEntityFramework
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
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
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. Pat Spencer 1,584 posts
- 2. Jimmy Butler 2,131 posts
- 3. Mark Pope 1,766 posts
- 4. Seth Curry 2,804 posts
- 5. Derek Dixon 1,114 posts
- 6. Carter Hart 3,446 posts
- 7. Brunson 7,196 posts
- 8. Knicks 13.9K posts
- 9. Connor Bedard 1,968 posts
- 10. #DubNation 1,161 posts
- 11. Kentucky 29.2K posts
- 12. Celtics 15.7K posts
- 13. Jaylen Brown 8,223 posts
- 14. Caleb Wilson 1,056 posts
- 15. Steve Kerr N/A
- 16. Notre Dame 38K posts
- 17. Van Epps 129K posts
- 18. Rupp 2,702 posts
- 19. Bama 24.4K posts
- 20. Duke 29.6K posts