"Developers don't make silly errors" by the example of sorting in Unity, ASP.NET Core, and more

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ASP.NET Core

    ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

  • The error pattern is the same, only the used variables are different. To report these issues, I created a new issue on the project page.

  • IL2CPU

    IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.

  • Here we're dealing with a strange sorting by the fields of the int? type. I also created an issue for this. In this case, the secondary sorting turned out to be redundant. That's why the developers deleted the OrderByDescending call. You can find the commit here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • grandnode2

    Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js

  • As with the previous issues, I informed the developers. They fixed this by replacing the second OrderBy call with ThenBy:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Middleware in .NET 8

    1 project | dev.to | 18 Apr 2024
  • .NET Monthly Roundup - March 2024 - .NET 9 Preview 2, Smart Components, AI fun, and more!

    2 projects | dev.to | 9 Apr 2024
  • Bug Thread

    1 project | news.ycombinator.com | 16 Jan 2024
  • Experimenting with .NET 8 Blazor Web App w/ the Blazor Server rendering mode enabled but I can't get any my events to fire.

    1 project | /r/Blazor | 10 Dec 2023
  • Observable or promise for http call from ASP.Net

    1 project | /r/angular | 10 Dec 2023