diff --git a/eng/Versions.props b/eng/Versions.props index f1a3115fda5779..aa8219a814f508 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -94,7 +94,7 @@ 5.0.0 4.3.0 5.0.0 - 1.2.0-beta.304 + 1.2.0-beta.406 4.5.1 4.3.0 5.0.0 diff --git a/src/coreclr/System.Private.CoreLib/src/System/Runtime/JitInfo.CoreCLR.cs b/src/coreclr/System.Private.CoreLib/src/System/Runtime/JitInfo.CoreCLR.cs index f1dafd58a819f9..d66e52912c0699 100644 --- a/src/coreclr/System.Private.CoreLib/src/System/Runtime/JitInfo.CoreCLR.cs +++ b/src/coreclr/System.Private.CoreLib/src/System/Runtime/JitInfo.CoreCLR.cs @@ -31,4 +31,4 @@ public static partial class JitInfo [MethodImpl(MethodImplOptions.InternalCall)] private static extern long GetCompilationTimeInTicks(bool currentThread = false); } -} \ No newline at end of file +} diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Runtime/JitInfo.CoreRT.cs b/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Runtime/JitInfo.CoreRT.cs index fbf56b62521ad1..3d838c77b86d48 100644 --- a/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Runtime/JitInfo.CoreRT.cs +++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Runtime/JitInfo.CoreRT.cs @@ -11,4 +11,4 @@ public static partial class JitInfo private static long GetCompilationTimeInTicks(bool currentThread = false) => 0; } -} \ No newline at end of file +} diff --git a/src/coreclr/nativeaot/Test.CoreLib/src/Internal/Runtime/IDynamicInterfaceCastableSupport.cs b/src/coreclr/nativeaot/Test.CoreLib/src/Internal/Runtime/IDynamicInterfaceCastableSupport.cs index c4b3a714299bd7..29003f87df966c 100644 --- a/src/coreclr/nativeaot/Test.CoreLib/src/Internal/Runtime/IDynamicInterfaceCastableSupport.cs +++ b/src/coreclr/nativeaot/Test.CoreLib/src/Internal/Runtime/IDynamicInterfaceCastableSupport.cs @@ -21,4 +21,4 @@ internal static IntPtr IDynamicCastableGetInterfaceImplementation(object instanc return default; } } -} \ No newline at end of file +} diff --git a/src/coreclr/scripts/genRuntimeEventSources.py b/src/coreclr/scripts/genRuntimeEventSources.py index af3b340801f877..1279d7effe3a1b 100644 --- a/src/coreclr/scripts/genRuntimeEventSources.py +++ b/src/coreclr/scripts/genRuntimeEventSources.py @@ -400,7 +400,7 @@ def generateEventSources(manifestFullPath, intermediatesDirFullPath, runtimeFlav decreaseTabLevel() writeOutput(outputFile, "}\n") decreaseTabLevel() - writeOutput(outputFile, "}") + writeOutput(outputFile, "}\n") def main(argv): diff --git a/src/coreclr/tools/Common/TypeSystem/Common/NotFoundBehavior.cs b/src/coreclr/tools/Common/TypeSystem/Common/NotFoundBehavior.cs index 1403bb8e0863e6..d84d2dca1936e6 100644 --- a/src/coreclr/tools/Common/TypeSystem/Common/NotFoundBehavior.cs +++ b/src/coreclr/tools/Common/TypeSystem/Common/NotFoundBehavior.cs @@ -9,4 +9,4 @@ public enum NotFoundBehavior ReturnNull, ReturnResolutionFailure } -} \ No newline at end of file +} diff --git a/src/installer/managed/Microsoft.NET.HostModel/HostModelUtils.cs b/src/installer/managed/Microsoft.NET.HostModel/HostModelUtils.cs index 9b2d79ca98770c..85724bef64c026 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/HostModelUtils.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/HostModelUtils.cs @@ -33,4 +33,4 @@ public static (int ExitCode, string StdErr) RunCodesign(string args, string appH } } } -} \ No newline at end of file +} diff --git a/src/libraries/Common/src/Extensions/ParameterDefaultValue/ParameterDefaultValue.netstandard.cs b/src/libraries/Common/src/Extensions/ParameterDefaultValue/ParameterDefaultValue.netstandard.cs index 21e9fdf849a9f7..5ba7bf3753d860 100644 --- a/src/libraries/Common/src/Extensions/ParameterDefaultValue/ParameterDefaultValue.netstandard.cs +++ b/src/libraries/Common/src/Extensions/ParameterDefaultValue/ParameterDefaultValue.netstandard.cs @@ -29,4 +29,4 @@ public static bool CheckHasDefaultValue(ParameterInfo parameter, out bool tryToG } } } -} \ No newline at end of file +} diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnv.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnv.cs index 13b578053820c1..467ea92ba20cd3 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnv.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnv.cs @@ -11,4 +11,4 @@ internal unsafe partial class Sys [GeneratedDllImport(Interop.Libraries.SystemNative, CharSet = CharSet.Ansi, EntryPoint = "SystemNative_GetEnv")] internal static unsafe partial IntPtr GetEnv(string name); } -} \ No newline at end of file +} diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnviron.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnviron.cs index b88c2560838b82..deefc74f3d16b9 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnviron.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnviron.cs @@ -14,4 +14,4 @@ internal unsafe partial class Sys [GeneratedDllImport(Interop.Libraries.SystemNative, EntryPoint = "SystemNative_FreeEnviron")] internal static unsafe partial void FreeEnviron(IntPtr environ); } -} \ No newline at end of file +} diff --git a/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertControlStoreFlags.cs b/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertControlStoreFlags.cs index 9f4baff1614f5e..4c101f01aab271 100644 --- a/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertControlStoreFlags.cs +++ b/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertControlStoreFlags.cs @@ -13,4 +13,4 @@ internal enum CertControlStoreFlags : int None = 0x00000000, } } -} \ No newline at end of file +} diff --git a/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertControlStoreType.cs b/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertControlStoreType.cs index a0f04a14d059a0..e2b8506329d7af 100644 --- a/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertControlStoreType.cs +++ b/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertControlStoreType.cs @@ -10,4 +10,4 @@ internal enum CertControlStoreType : int CERT_STORE_CTRL_AUTO_RESYNC = 4, } } -} \ No newline at end of file +} diff --git a/src/libraries/Microsoft.Extensions.Hosting/src/ValidationHostedService.cs b/src/libraries/Microsoft.Extensions.Hosting/src/ValidationHostedService.cs index 054dde6d61f143..d8ad460c8bc747 100644 --- a/src/libraries/Microsoft.Extensions.Hosting/src/ValidationHostedService.cs +++ b/src/libraries/Microsoft.Extensions.Hosting/src/ValidationHostedService.cs @@ -54,4 +54,4 @@ public Task StartAsync(CancellationToken cancellationToken) public Task StopAsync(CancellationToken cancellationToken) => Task.CompletedTask; } -} \ No newline at end of file +} diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityStatusCode.cs b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityStatusCode.cs index eafb1dbb7aa152..a2e2baa53b3d7c 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityStatusCode.cs +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityStatusCode.cs @@ -23,4 +23,4 @@ public enum ActivityStatusCode /// Error = 2 } -} \ No newline at end of file +} diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagLinkedList.cs b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagLinkedList.cs index 8399e64b16e1ab..3c75f0e5e42d81 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagLinkedList.cs +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagLinkedList.cs @@ -189,4 +189,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs index d107bd754cd49e..4a8cff4392d652 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs @@ -74,4 +74,4 @@ internal Counter(Meter meter, string name, string? unit, string? description) : /// A of tags associated with the measurement. public void Add(T delta, in TagList tagList) => RecordMeasurement(delta, in tagList); } -} \ No newline at end of file +} diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs index 1000815bf8f7c2..f14cd8586e95e0 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs @@ -74,4 +74,4 @@ internal Histogram(Meter meter, string name, string? unit, string? description) /// A of tags associated with the measurement. public void Record(T value, in TagList tagList) => RecordMeasurement(value, in tagList); } -} \ No newline at end of file +} diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs index 6271199c09ffd1..7f81ab13a7c92a 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs @@ -47,4 +47,4 @@ protected void RecordMeasurement(T measurement, ReadOnlySpan protected override IEnumerable> Observe() => Observe(_callback); } -} \ No newline at end of file +} diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableGauge.cs b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableGauge.cs index fe2f5d3f10f992..258351c494b869 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableGauge.cs +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableGauge.cs @@ -43,4 +43,4 @@ internal ObservableGauge(Meter meter, string name, Func protected override IEnumerable> Observe() => Observe(_callback); } -} \ No newline at end of file +} diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableUpDownCounter.cs b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableUpDownCounter.cs index dcd4ff447266b2..82d75dabb4dcd7 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableUpDownCounter.cs +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableUpDownCounter.cs @@ -43,4 +43,4 @@ internal ObservableUpDownCounter(Meter meter, string name, Func protected override IEnumerable> Observe() => Observe(_callback); } -} \ No newline at end of file +} diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.cs b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.cs index 2c576c3c0d8949..0b8b00e316cedb 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.cs +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.cs @@ -548,4 +548,4 @@ public bool MoveNext() public void Reset() => _index = -1; } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs index cad80c52c57ee5..88a11cd12851dc 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs @@ -73,4 +73,4 @@ internal UpDownCounter(Meter meter, string name, string? unit, string? descripti /// A of tags associated with the measurement. public void Add(T delta, in TagList tagList) => RecordMeasurement(delta, in tagList); } -} \ No newline at end of file +} diff --git a/src/libraries/System.Drawing.Common/src/System/Drawing/LocalAppContextSwitches.Unix.cs b/src/libraries/System.Drawing.Common/src/System/Drawing/LocalAppContextSwitches.Unix.cs index 59d9b10bb98f79..73f23a56410b49 100644 --- a/src/libraries/System.Drawing.Common/src/System/Drawing/LocalAppContextSwitches.Unix.cs +++ b/src/libraries/System.Drawing.Common/src/System/Drawing/LocalAppContextSwitches.Unix.cs @@ -13,4 +13,4 @@ public static bool EnableUnixSupport get => false; } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Net.Http/src/System/Net/Http/HttpClientHandler.AnyMobile.InvokeNativeHandler.cs b/src/libraries/System.Net.Http/src/System/Net/Http/HttpClientHandler.AnyMobile.InvokeNativeHandler.cs index d14bbbf2799cfa..a1de275aef452c 100644 --- a/src/libraries/System.Net.Http/src/System/Net/Http/HttpClientHandler.AnyMobile.InvokeNativeHandler.cs +++ b/src/libraries/System.Net.Http/src/System/Net/Http/HttpClientHandler.AnyMobile.InvokeNativeHandler.cs @@ -157,4 +157,4 @@ private HttpMessageHandler CreateNativeHandler() return (HttpMessageHandler)_nativeHandlerMethod!.Invoke(null, null)!; } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/AuthenticationHelper.NtAuth.tvOS.cs b/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/AuthenticationHelper.NtAuth.tvOS.cs index 168f03e80bdf3e..2b5b5a4fe49f9d 100644 --- a/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/AuthenticationHelper.NtAuth.tvOS.cs +++ b/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/AuthenticationHelper.NtAuth.tvOS.cs @@ -27,4 +27,4 @@ public static Task SendWithNtConnectionAuthAsync(HttpReques return InnerSendAsync(request, request.RequestUri, async, credentials, isProxyAuth: false, connection, connectionPool, cancellationToken); } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/Interop/MsQuicTraceHelper.cs b/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/Interop/MsQuicTraceHelper.cs index 33ef7b948c9b61..cd7b4ba9a64f07 100644 --- a/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/Interop/MsQuicTraceHelper.cs +++ b/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/Interop/MsQuicTraceHelper.cs @@ -27,4 +27,4 @@ private static string GetIntPtrHex(SafeHandle handle) return handle.DangerousGetHandle().ToString("X11"); } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/ThrowHelper.cs b/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/ThrowHelper.cs index bc8379d62587d1..b64cda77b355dd 100644 --- a/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/ThrowHelper.cs +++ b/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/ThrowHelper.cs @@ -23,4 +23,4 @@ internal static Exception GetStreamAbortedException(long errorCode) }; } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Net.WebSockets.Client/src/System/Net/WebSockets/BrowserWebSockets/BrowserWebSocket.cs b/src/libraries/System.Net.WebSockets.Client/src/System/Net/WebSockets/BrowserWebSockets/BrowserWebSocket.cs index 75935a7147103d..92e30113c5cf6f 100644 --- a/src/libraries/System.Net.WebSockets.Client/src/System/Net/WebSockets/BrowserWebSockets/BrowserWebSocket.cs +++ b/src/libraries/System.Net.WebSockets.Client/src/System/Net/WebSockets/BrowserWebSockets/BrowserWebSocket.cs @@ -365,4 +365,4 @@ private WebSocketState GetReadyState() }; } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Private.CoreLib/src/Internal/Console.Android.cs b/src/libraries/System.Private.CoreLib/src/Internal/Console.Android.cs index a1f427d0af7f11..ac6278be710336 100644 --- a/src/libraries/System.Private.CoreLib/src/Internal/Console.Android.cs +++ b/src/libraries/System.Private.CoreLib/src/Internal/Console.Android.cs @@ -21,4 +21,4 @@ public static unsafe void Write(string s) } } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs b/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs index 7d2f60c2a78167..27ba0a0d51bc6b 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs @@ -133,4 +133,4 @@ private void ThrowNoInvokeException() return retValue; } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveC/ObjectiveCTrackedTypeAttribute.cs b/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveC/ObjectiveCTrackedTypeAttribute.cs index 48ace516677c7d..20c51d6f189cf9 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveC/ObjectiveCTrackedTypeAttribute.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveC/ObjectiveCTrackedTypeAttribute.cs @@ -17,4 +17,4 @@ public sealed class ObjectiveCTrackedTypeAttribute : Attribute /// public ObjectiveCTrackedTypeAttribute() { } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedCallConvAttribute.cs b/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedCallConvAttribute.cs index cdbc064cf11456..969312264b5b31 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedCallConvAttribute.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedCallConvAttribute.cs @@ -22,4 +22,4 @@ public UnmanagedCallConvAttribute() /// public Type[]? CallConvs; } -} \ No newline at end of file +} diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/JitInfo.cs b/src/libraries/System.Private.CoreLib/src/System/Runtime/JitInfo.cs index 9176bdd84eb5a2..0f28761e718315 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Runtime/JitInfo.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Runtime/JitInfo.cs @@ -20,4 +20,4 @@ public static TimeSpan GetCompilationTime(bool currentThread = false) return TimeSpan.FromTicks(GetCompilationTimeInTicks(currentThread)); } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.Android.cs b/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.Android.cs index 23c1044e1983cd..9040d3ca65ce28 100644 --- a/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.Android.cs +++ b/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.Android.cs @@ -475,4 +475,4 @@ public byte[] GetTimeZoneData(string id) } } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Runtime.Numerics/src/System/Numerics/BigIntegerCalculator.Utils.cs b/src/libraries/System.Runtime.Numerics/src/System/Numerics/BigIntegerCalculator.Utils.cs index 37d4ae7596568f..30433dabf80494 100644 --- a/src/libraries/System.Runtime.Numerics/src/System/Numerics/BigIntegerCalculator.Utils.cs +++ b/src/libraries/System.Runtime.Numerics/src/System/Numerics/BigIntegerCalculator.Utils.cs @@ -58,4 +58,4 @@ private static int Reduce(Span bits, ReadOnlySpan modulus) return bits.Length; } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Runtime.Numerics/src/System/Numerics/Complex.cs b/src/libraries/System.Runtime.Numerics/src/System/Numerics/Complex.cs index d2f207229e3131..094fb28d9ff110 100644 --- a/src/libraries/System.Runtime.Numerics/src/System/Numerics/Complex.cs +++ b/src/libraries/System.Runtime.Numerics/src/System/Numerics/Complex.cs @@ -850,4 +850,4 @@ public static explicit operator Complex(decimal value) return new Complex((double)value, 0.0); } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/DSA.Create.Android.cs b/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/DSA.Create.Android.cs index 7dff1107e8dc80..b4d76655dcbe7b 100644 --- a/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/DSA.Create.Android.cs +++ b/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/DSA.Create.Android.cs @@ -10,4 +10,4 @@ private static DSA CreateCore() return new DSAImplementation.DSAAndroid(); } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/DSA.Create.NotSupported.cs b/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/DSA.Create.NotSupported.cs index c9421b066260ab..2dc4fa228bff6c 100644 --- a/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/DSA.Create.NotSupported.cs +++ b/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/DSA.Create.NotSupported.cs @@ -12,4 +12,4 @@ private static DSA CreateCore() throw new PlatformNotSupportedException(); } } -} \ No newline at end of file +} diff --git a/src/mono/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipe.Mono.cs b/src/mono/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipe.Mono.cs index 8d3ed1968d5f46..722f2b73a64f4a 100644 --- a/src/mono/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipe.Mono.cs +++ b/src/mono/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipe.Mono.cs @@ -90,4 +90,4 @@ internal static ulong GetRuntimeCounterValue(RuntimeCounters counterID) } #endif } -} \ No newline at end of file +} diff --git a/src/mono/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveCMarshal.Mono.cs b/src/mono/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveCMarshal.Mono.cs index ad7f39b64d7431..d01e69ac190b51 100644 --- a/src/mono/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveCMarshal.Mono.cs +++ b/src/mono/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveCMarshal.Mono.cs @@ -34,4 +34,4 @@ private static IntPtr CreateReferenceTrackingHandleInternal( out int memInSizeT, out IntPtr mem) => throw new NotImplementedException(); } -} \ No newline at end of file +} diff --git a/src/mono/System.Private.CoreLib/src/System/Runtime/JitInfo.Mono.cs b/src/mono/System.Private.CoreLib/src/System/Runtime/JitInfo.Mono.cs index c22549cdf85856..312e98239b1283 100644 --- a/src/mono/System.Private.CoreLib/src/System/Runtime/JitInfo.Mono.cs +++ b/src/mono/System.Private.CoreLib/src/System/Runtime/JitInfo.Mono.cs @@ -35,4 +35,4 @@ private static long GetCompilationTimeInTicks(bool currentThread = false) return currentThread ? 0 : (long)EventPipeInternal.GetRuntimeCounterValue(EventPipeInternal.RuntimeCounters.JIT_TICKS_IN_JIT); } } -} \ No newline at end of file +} diff --git a/src/tasks/Crossgen2Tasks/CommonFilePulledFromSdkRepo/Logger.cs b/src/tasks/Crossgen2Tasks/CommonFilePulledFromSdkRepo/Logger.cs index 4c5ac74ba1c191..556d0f5150441d 100644 --- a/src/tasks/Crossgen2Tasks/CommonFilePulledFromSdkRepo/Logger.cs +++ b/src/tasks/Crossgen2Tasks/CommonFilePulledFromSdkRepo/Logger.cs @@ -143,4 +143,4 @@ private static void DebugThrowMissingOrIncorrectCode(string code, string message private static bool IsAsciiDigit(char c) => c >= '0' && c <= '9'; } -} \ No newline at end of file +} diff --git a/src/tasks/Crossgen2Tasks/CommonFilePulledFromSdkRepo/MetadataKeys.cs b/src/tasks/Crossgen2Tasks/CommonFilePulledFromSdkRepo/MetadataKeys.cs index d6955cf85bb4e8..9644f56b8504e8 100644 --- a/src/tasks/Crossgen2Tasks/CommonFilePulledFromSdkRepo/MetadataKeys.cs +++ b/src/tasks/Crossgen2Tasks/CommonFilePulledFromSdkRepo/MetadataKeys.cs @@ -126,4 +126,4 @@ internal static class MetadataKeys public const string CreateCompositeImage = "CreateCompositeImage"; public const string PerfmapFormatVersion = "PerfmapFormatVersion"; } -} \ No newline at end of file +} diff --git a/src/tasks/Crossgen2Tasks/PrepareForReadyToRunCompilation.cs b/src/tasks/Crossgen2Tasks/PrepareForReadyToRunCompilation.cs index 40235b9092bc47..42fca5546a7a40 100644 --- a/src/tasks/Crossgen2Tasks/PrepareForReadyToRunCompilation.cs +++ b/src/tasks/Crossgen2Tasks/PrepareForReadyToRunCompilation.cs @@ -502,4 +502,4 @@ private static bool HasILCode(PEReader peReader, MetadataReader mdReader) return false; } } -} \ No newline at end of file +} diff --git a/src/tasks/Crossgen2Tasks/ResolveReadyToRunCompilers.cs b/src/tasks/Crossgen2Tasks/ResolveReadyToRunCompilers.cs index ddc44ccb782fa5..aac7b19ab70811 100644 --- a/src/tasks/Crossgen2Tasks/ResolveReadyToRunCompilers.cs +++ b/src/tasks/Crossgen2Tasks/ResolveReadyToRunCompilers.cs @@ -402,4 +402,4 @@ private static string ArchitectureToString(Architecture architecture) }; } } -} \ No newline at end of file +} diff --git a/src/tasks/Crossgen2Tasks/RunReadyToRunCompiler.cs b/src/tasks/Crossgen2Tasks/RunReadyToRunCompiler.cs index a71cee659acb62..bb12a1bc3c8206 100644 --- a/src/tasks/Crossgen2Tasks/RunReadyToRunCompiler.cs +++ b/src/tasks/Crossgen2Tasks/RunReadyToRunCompiler.cs @@ -408,4 +408,4 @@ protected override void LogEventsFromTextOutput(string singleLine, MessageImport } } } -} \ No newline at end of file +} diff --git a/src/tasks/Crossgen2Tasks/ShimFilesSimulatingLogicInSdkRepo/SimpleItemUtilities.cs b/src/tasks/Crossgen2Tasks/ShimFilesSimulatingLogicInSdkRepo/SimpleItemUtilities.cs index 1f975bc51860ed..9bd7a39e7d5254 100644 --- a/src/tasks/Crossgen2Tasks/ShimFilesSimulatingLogicInSdkRepo/SimpleItemUtilities.cs +++ b/src/tasks/Crossgen2Tasks/ShimFilesSimulatingLogicInSdkRepo/SimpleItemUtilities.cs @@ -37,4 +37,4 @@ public static bool HasMetadataValue(this ITaskItem item, string name, string exp return string.Equals(value, expectedValue, StringComparison.OrdinalIgnoreCase); } } -} \ No newline at end of file +} diff --git a/src/tasks/Crossgen2Tasks/ShimFilesSimulatingLogicInSdkRepo/Strings.cs b/src/tasks/Crossgen2Tasks/ShimFilesSimulatingLogicInSdkRepo/Strings.cs index 2321712f1f970f..fc8a0caa2d21dc 100644 --- a/src/tasks/Crossgen2Tasks/ShimFilesSimulatingLogicInSdkRepo/Strings.cs +++ b/src/tasks/Crossgen2Tasks/ShimFilesSimulatingLogicInSdkRepo/Strings.cs @@ -22,4 +22,4 @@ public static class Strings public static string ReadyToRunNoValidRuntimePackageError = "ReadyToRunNoValidRuntimePackageError"; public static string ReadyToRunTargetNotSupportedError = "ReadyToRunTargetNotSupportedError"; } -} \ No newline at end of file +} diff --git a/src/tasks/WorkloadBuildTasks/GenerateFileFromTemplate.cs b/src/tasks/WorkloadBuildTasks/GenerateFileFromTemplate.cs index 9aecb93aa1925f..7598ab93577108 100644 --- a/src/tasks/WorkloadBuildTasks/GenerateFileFromTemplate.cs +++ b/src/tasks/WorkloadBuildTasks/GenerateFileFromTemplate.cs @@ -147,4 +147,4 @@ public string Replace(string template, IDictionary values) return sb.ToString(); } -} \ No newline at end of file +}