Search
Items tagged with: DotNet
A whopping 10,000 downloads in just 24 hours! We're deeply grateful for your overwhelming support and trust. Thank you for choosing #JetBrainsRider, and welcome to the JetBrains community. Here's to building amazing things together! 🙌💻 #dotnet #csharp #fsharp #aspnetcore #gamedev 🚀
Rider: The Cross-Platform .NET IDE from JetBrains
Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, LinuxJetBrains
I'm trying to prepare a NuGet package where I need to bundle a folder with a DLL and some accompanying files. Everything is good, the nupkg file is created, the folder is there (I can clearly see it with 7-zip). However, when installing the package, the folder is again there in the NuGet global cache, but not in the project where I install it!
I even asked a StackOverflow question [1] about it, but still no dice. Any thoughts please? Thanks!
[1]:stackoverflow.com/questions/78…
External DLLs and other files are in the nupkg and in the global cache, but not installed with the package
I have a .NET 8 library written in C# that uses an external native C DLL, my library is basically a C# wrapper for the C API. I want to make it a NuGet package and use it in my other projects. Here...Stack Overflow
If there is some #dotnet developer interested in #GTK4 bindings, dislikes warnings like me and has some spare time to support a small size #OSS project feel free to stop by at github.com/gircore/gir.core
There are literally thousands of warnings to fix. The good news is that almost all of them are due to generated code. So a single fix could get rid of hundreds of them.
Come by to scratch that itch.
GitHub - gircore/gir.core: A C# binding generator for GObject based libraries providing a C# friendly API surface
A C# binding generator for GObject based libraries providing a C# friendly API surface - gircore/gir.coreGitHub
If someone is curious about #AvaloniaUI and wants to try my Game of Life implementation, I have it up here.
The largest dimensions I could get were 250^2 before it started to feel sluggish. If you have better hardware, try it and see how high you can get.
github.com/khalidabuhakmeh/Gam…
GitHub - khalidabuhakmeh/GameOfLifeMvvm: Conway's Game of Life with Avalonia UI and the MVVM pattern
Conway's Game of Life with Avalonia UI and the MVVM pattern - GitHub - khalidabuhakmeh/GameOfLifeMvvm: Conway's Game of Life with Avalonia UI and the MVVM patternGitHub
#a11y
rider-support.jetbrains.com/hc…
The first version of the .NET framework was released on January 15, 2002, for Windows 98, ME, NT 4.0, 2000, and XP.
1. regex101.com. This website is your all in one toolbox for regular expressions, with tutorials, reference and a very advanced debugger which can visualise the expression’s output. All for free, and with #accessibility for the #blind out of the box.
2. youtube.com/watch?v=r6I-Ahc0HB…
A little course on regular expressions. The teaching is cler and the guy explains everything on the way.
As always, if you have any questions about #RegEx, #csharp #dotnet, #swift or anything else, feel free to ask me!
regex101: build, test, and debug regex
Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/.NET.regex101