feat: Add support for net8.0 #1716
Annotations
30 errors
👌 Verify bUnit (ubuntu-latest)
'TestRenderer.DispatchEventAsync(ulong, EventFieldInfo, EventArgs, bool)' hides inherited member 'Renderer.DispatchEventAsync(ulong, EventFieldInfo?, EventArgs, bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
👌 Verify bUnit (ubuntu-latest)
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (ubuntu-latest)
'ArgumentException.ArgumentException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (ubuntu-latest)
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (ubuntu-latest)
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (ubuntu-latest)
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (ubuntu-latest)
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (ubuntu-latest)
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
👌 Verify bUnit (ubuntu-latest)
Member 'TryFindComponent' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
👌 Verify bUnit (ubuntu-latest)
Member 'TryFindComponent' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
👌 Verify bUnit (macos-latest)
'TestRenderer.DispatchEventAsync(ulong, EventFieldInfo, EventArgs, bool)' hides inherited member 'Renderer.DispatchEventAsync(ulong, EventFieldInfo?, EventArgs, bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
👌 Verify bUnit (macos-latest)
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (macos-latest)
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (macos-latest)
'ArgumentException.ArgumentException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (macos-latest)
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (macos-latest)
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (macos-latest)
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (macos-latest)
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
👌 Verify bUnit (macos-latest)
Member 'TryFindComponent' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
👌 Verify bUnit (macos-latest)
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
👌 Verify bUnit (windows-latest):
src/bunit.core/Rendering/TestRenderer.cs#L101
'TestRenderer.DispatchEventAsync(ulong, EventFieldInfo, EventArgs, bool)' hides inherited member 'Renderer.DispatchEventAsync(ulong, EventFieldInfo?, EventArgs, bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
👌 Verify bUnit (windows-latest):
src/bunit.core/Asserting/ActualExpectedAssertException.cs#L26
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (windows-latest):
src/bunit.core/Rendering/UnknownEventHandlerIdException.cs#L19
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (windows-latest):
src/bunit.core/Extensions/WaitForHelpers/WaitForFailedException.cs#L23
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (windows-latest):
src/bunit.core/Rendering/ComponentNotFoundException.cs#L19
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (windows-latest):
src/bunit.core/Rendering/ComponentDisposedException.cs#L20
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (windows-latest):
src/bunit.core/ParameterException.cs#L19
'ArgumentException.ArgumentException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
👌 Verify bUnit (windows-latest):
src/bunit.web/Rendering/RenderedComponent.cs#L53
Member 'TryFindComponent' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
👌 Verify bUnit (windows-latest):
src/bunit.web/JSInterop/JSRuntimeInvocationDictionary.cs#L56
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
👌 Verify bUnit (windows-latest):
src/bunit.web/Rendering/RenderedComponent.cs#L53
Member 'TryFindComponent' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|