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

Bump Microsoft.Bcl.HashCode from 1.1.1 to 6.0.0 #234

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'net471' ">
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Unchanged files with check annotations Beta

{
private List<EventLog> Logs = new List<EventLog>();
public override Guid Id { get; set; } = new Guid("407C8AD7-E7A3-4B36-9221-BB5D48E78766");
public override Image ConnectedLargeImage { get; set; }

Check warning on line 21 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/RealTimeEventLogs.cs

GitHub Actions / build (Debug)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 21 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/RealTimeEventLogs.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
public override Image ConnectedSmallImage { get; set; }

Check warning on line 22 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/RealTimeEventLogs.cs

GitHub Actions / build (Debug)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 22 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/RealTimeEventLogs.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
public override Image DisconnectedLargeImage { get; set; }

Check warning on line 23 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/RealTimeEventLogs.cs

GitHub Actions / build (Debug)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 23 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/RealTimeEventLogs.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
public override Image DisconnectedSmallImage { get; set; }

Check warning on line 24 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/RealTimeEventLogs.cs

GitHub Actions / build (Debug)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 24 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/RealTimeEventLogs.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
public override string OptionalTitle { get; set; } = "Real Time Windows Event logs";

Check warning on line 25 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/RealTimeEventLogs.cs

GitHub Actions / build (Debug)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 25 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/RealTimeEventLogs.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
public override Task<bool> CanStartReceiving() => Task.FromResult(true);
public override IAnalogyOfflineDataProvider FileOperationsHandler { get; set; }

Check warning on line 28 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/RealTimeEventLogs.cs

GitHub Actions / build (Debug)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 28 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/RealTimeEventLogs.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
public override bool UseCustomColors { get; set; }
public override IEnumerable<(string OriginalHeader, string ReplacementHeader)> GetReplacementHeaders()
=> Array.Empty<(string, string)>();
{
public class OfflineEventLogDataProvider : OfflineDataProvider
{
public override string OptionalTitle { get; set; } = "Windows Event Log Data Provider";

Check warning on line 19 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Debug)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 19 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 19 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 19 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 19 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
public override Guid Id { get; set; } = new Guid("465F4963-71F3-4E50-8253-FA286BF5692B");
public override Image LargeImage { get; set; }

Check warning on line 21 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Debug)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 21 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 21 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 21 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
public override Image SmallImage { get; set; }

Check warning on line 22 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Debug)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 22 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 22 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
public override bool UseCustomColors { get; set; }
public override IEnumerable<(string OriginalHeader, string ReplacementHeader)> GetReplacementHeaders()
=> Array.Empty<(string, string)>();
public override string FileSaveDialogFilters { get; set; } = "";
public override IEnumerable<string> SupportFormats { get; set; } = new[] { "*.evtx" };
public override string InitialFolderFullPath { get; set; } =

Check warning on line 39 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Debug)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 39 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 39 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/OfflineEventLogDataProvider.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Path.Combine(Environment.ExpandEnvironmentVariables("%SystemRoot%"), "System32", "Winevt", "Logs");
public override bool DisableFilePoolingOption { get; set; }
public Guid Id { get; set; }
public Image? LargeImage { get; set; }
public Image? SmallImage { get; set; }
public string OptionalTitle { get; set; }

Check warning on line 51 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/EventLogDataProvidersFactory.cs

GitHub Actions / build (Release)

Nullability of reference types in type of parameter 'value' of 'void WindowsEventLogFile.OptionalTitle.set' doesn't match implicitly implemented member 'void IAnalogyDataProvider.OptionalTitle.set' (possibly because of nullability attributes).
public bool UseCustomColors { get; set; }
public AnalogyToolTip? ToolTip { get; set; }
public override IEnumerable<IAnalogyChangeLog> ChangeLog { get; set; } = new List<IAnalogyChangeLog>();
public override IEnumerable<string> Contributors { get; set; } = new List<string>() { "Lior Banai" };
public override string About { get; set; } = "Windows Event Log Data Provider";
public override Image LargeImage { get; set; } = Resources.OperatingSystem_32x32;

Check warning on line 20 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/EventLogPrimaryFactory.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
public override Image SmallImage { get; set; } = Resources.OperatingSystem_16x16;

Check warning on line 21 in Analogy.LogViewer.WindowsEventLogs/IAnalogy/EventLogPrimaryFactory.cs

GitHub Actions / build (Release)

Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
}
}