Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obsolete PinNumberingScheme #2358

Merged
merged 14 commits into from
Nov 14, 2024
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace System;
namespace System.Device.Gpio;

Check failure on line 5 in src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs

View check run for this annotation

Azure Pipelines / dotnet.iot (Build MacOS Build Build_Debug)

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs#L5

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs(5,11): error CS8954: (NETCORE_ENGINEERING_TELEMETRY=Build) Source file can only contain one file-scoped namespace declaration.

Check failure on line 5 in src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs

View check run for this annotation

Azure Pipelines / dotnet.iot (Build MacOS Build Build_Release)

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs#L5

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs(5,11): error CS8954: (NETCORE_ENGINEERING_TELEMETRY=Build) Source file can only contain one file-scoped namespace declaration.

Check failure on line 5 in src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs

View check run for this annotation

Azure Pipelines / dotnet.iot (Build Linux Build Build_Release)

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs#L5

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs(5,11): error CS8954: (NETCORE_ENGINEERING_TELEMETRY=Build) Source file can only contain one file-scoped namespace declaration.

Check failure on line 5 in src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs

View check run for this annotation

Azure Pipelines / dotnet.iot (Build Linux Build Build_Release)

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs#L5

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs(5,11): error CS8954: (NETCORE_ENGINEERING_TELEMETRY=Build) Source file can only contain one file-scoped namespace declaration.

Check failure on line 5 in src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs

View check run for this annotation

Azure Pipelines / dotnet.iot (Build Linux Build Build_Debug)

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs#L5

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs(5,11): error CS8954: (NETCORE_ENGINEERING_TELEMETRY=Build) Source file can only contain one file-scoped namespace declaration.

Check failure on line 5 in src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs

View check run for this annotation

Azure Pipelines / dotnet.iot (Build Linux Build Build_Debug)

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs#L5

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs(5,11): error CS8954: (NETCORE_ENGINEERING_TELEMETRY=Build) Source file can only contain one file-scoped namespace declaration.

Check failure on line 5 in src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs

View check run for this annotation

Azure Pipelines / dotnet.iot

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs#L5

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs(5,11): error CS8954: (NETCORE_ENGINEERING_TELEMETRY=Build) Source file can only contain one file-scoped namespace declaration.

/// <summary>
/// Different numbering schemes supported by GPIO controllers and drivers.
/// </summary>
[Obsolete]
public enum PinNumberingScheme
{
/// <summary>
Expand Down
Loading