You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReplaceMessage = $"Replace deprecated method call with {nameof(IsSocketOn)}")]*/
161
-
// [CodeTemplate] requires both the JETBRAINS_ANNOTATIONS compilation symbol and a dependency on the JetBrains.Annotations package, WITHOUT its PrivateAssets set to All
162
157
Task<bool>IsOutletOn();
163
158
164
159
/// <inheritdoc cref="SetSocketOn" />
165
160
[Obsolete($"This method was poorly named, and has been renamed to {nameof(SetSocketOn)}",false)]
<!--<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS</DefineConstants>--><!-- Required for [CodeTemplate] to be exposed to dependents (undocumented) -->
34
33
</PropertyGroup>
35
34
36
35
<ItemGroup>
@@ -39,8 +38,7 @@
39
38
</ItemGroup>
40
39
41
40
<ItemGroup>
42
-
<!--<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />--><!-- setting PrivateAssets to All breaks anything that tries to load ISystemCommands.ISingleSocket, which uses CodeTemplate -->
43
-
<PackageReferenceInclude="Microsoft.Extensions.Logging.Abstractions"Version="8.0.2" /><!-- Do not upgrade because version 9 bitches about targeting net6.0, and setting a max version breaks dependents with a higher version -->
41
+
<PackageReferenceInclude="Microsoft.Extensions.Logging.Abstractions"Version="8.0.3" /><!-- Do not upgrade because version 9 bitches about targeting net6.0, and setting a max version breaks dependents with a higher version -->
0 commit comments