Skip to content

Commit

Permalink
Checking in so I can work on the VM
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr committed Jan 26, 2024
1 parent 442c0d4 commit cbbe684
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sonarlint.connectedMode.project": {
"connectionId": "dgmjr-io",
"projectKey": "dgmjr-io_Abstractions"
}
}
18 changes: 0 additions & 18 deletions Compat/IsExternalInit.cs

This file was deleted.

3 changes: 3 additions & 0 deletions Dgmjr.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<EmitNuspec>true</EmitNuspec>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<!-- <PackageReference Include="System.Polyfills" /> -->
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<PackageReference Include="Dgmjr.System.Extensions" />
Expand Down
14 changes: 14 additions & 0 deletions Polyfill/IsExternalInit.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.ComponentModel;

namespace System.Runtime.CompilerServices
{
/// <summary>
/// Reserved to be used by the compiler for tracking metadata. This class
/// should not be used by developers in source code.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
internal static class IsExternalInit { }
}

0 comments on commit cbbe684

Please sign in to comment.