maintenance-packages

Repository that hosts packages from the .NET platform whose original home/branch is not building any longer. (by dotnet)

Maintenance-packages Alternatives

Similar projects and alternatives to maintenance-packages

  • sdk

    Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI (by dotnet)

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better maintenance-packages alternative or higher similarity.

maintenance-packages reviews and mentions

Posts with mentions or reviews of maintenance-packages. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-06.
  • Programmatically elevate a .NET application on any platform
    2 projects | dev.to | 6 Feb 2024
    [DllImport("libc")] private static extern uint geteuid(); public bool IsCurrentProcessElevated() { if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { // https://github.com/dotnet/sdk/blob/v6.0.100/src/Cli/dotnet/Installer/Windows/WindowsUtils.cs#L38 using var identity = WindowsIdentity.GetCurrent(); var principal = new WindowsPrincipal(identity); return principal.IsInRole(WindowsBuiltInRole.Administrator); } // https://github.com/dotnet/maintenance-packages/blob/62823150914410d43a3fd9de246d882f2a21d5ef/src/Common/tests/TestUtilities/System/PlatformDetection.Unix.cs#L58 // 0 is the ID of the root user return geteuid() == 0; }

Stats

Basic maintenance-packages repo stats
1
13
9.0
7 days ago

dotnet/maintenance-packages is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of maintenance-packages is C#.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com