Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
Core Alternatives
Similar projects and alternatives to core
-
.NET Runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
-
sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI (by dotnet)
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
-
-
double-take
Unified UI and API for processing and training images for facial recognition.
-
Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
-
-
Introducing .NET Multi-platform App UI (MAUI)
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
-
Uno Platform
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
-
-
No-Chat-Reports
Disable Player Chat Reporting and make user messages untrackable.
-
privacytests.org
Source code for privacytests.org. Includes browser testing code and site rendering.
-
-
themesof.net
This site shows the themes, epics, and user stories that we plan to ship. It provides a hierarchical view of the planned product features.
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
core reviews and mentions
-
Why isn’t dotnet core popular among startups?
The tooling is not entirely open or freely available.
If you, for e.g., want to debug you have to use MS tooling.[0] You also can't use VSCodium because only the MS built/distributed version of VSCode contains the necessary proprietary binary blobs necessary to debug C# (which also means you're forced to using the aggressive telemetry and other data collection built into the non-open source distribution of VSCode).
They've also taken steps to lock down the LSP support for C#, which once again requires that you use a MS sanctioned code editor to write C#. [1]
I really enjoy writing C# and think dotnet is a great platform to develop for, but the barriers preventing me from building more projects on it is that I don't want to be forced to use VSCode or Visual Studio.
-
//////. How can you use the finder outer to recover lost crypto? ///
Thanks to .Net core
- Announcing BitcoinCashClient - A NuGet library for easy integration of BCH into any C# .NET application
-
API diff between .NET 7.0 and .NET 8 Preview 1
Similarly, here is the API diff between .NET 8.0 Preview 1 and .NET 8 Preview 2
-
Do I need to upgrade winforms porject to .NET 6?
Also .NET 7 dropped support for client Windows OSes older than Windows 10 v1607 ( ref: https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md ) so if Windows 7 support is needed, the newest they could go is .NET 6.0 but that mandates SP1 w/ ESU.
If you go that route, it's completely useless to support both. Just support the latest, it will work for everyone. Win7 support will be dropped in net7 so you are still good with net6. But you never said win7 support is required either, I think in this day and age it's acceptable to drop it. If what worries you is having to install the net6 runtimes dependencies, just bundle them with your app as self contained.
-
snake_case & kebab-case JSON property name conversions added in System.Text.Json in .NET 8.
You can read what's coming in this case https://github.com/dotnet/core/issues/8133
-
A Company I work with seems to be just ignoring the fact that .Net core went eol last year.
(ref: https://github.com/dotnet/core/blob/main/release-notes/2.0/2.0-supported-os.md and https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md)
-
Are there public roadmaps for .NET 8?
Core: https://github.com/dotnet/core/issues/8133
-
A note from our sponsor - Mergify
blog.mergify.com | 24 Sep 2023
Stats
dotnet/core is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of core is PowerShell.