Change to .NET8 & .NET Standard Compatibility #560
Annotations
8 warnings
|
src/RazorLight/TemplatePageBase.cs#L131
Ambiguous reference in cref attribute: 'TextWriter.FlushAsync'. Assuming 'TextWriter.FlushAsync()', but could have also matched other overloads including 'TextWriter.FlushAsync(CancellationToken)'.
|
|
src/RazorLight/Compilation/DefaultMetadataReferenceManager.cs#L103
'AssemblyName.EscapedCodeBase' is obsolete: 'AssemblyName.CodeBase and AssemblyName.EscapedCodeBase are obsolete. Using them for loading an assembly is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0044)
|
|
src/RazorLight/Compilation/DefaultMetadataReferenceManager.cs#L96
'AssemblyName.EscapedCodeBase' is obsolete: 'AssemblyName.CodeBase and AssemblyName.EscapedCodeBase are obsolete. Using them for loading an assembly is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0044)
|
|
src/RazorLight/Compilation/LegacyFixAssemblyPathFormatter.cs#L10
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|
|
src/RazorLight/TemplatePageBase.cs#L131
Ambiguous reference in cref attribute: 'TextWriter.FlushAsync'. Assuming 'TextWriter.FlushAsync()', but could have also matched other overloads including 'TextWriter.FlushAsync(CancellationToken)'.
|
|
src/RazorLight/Compilation/DefaultMetadataReferenceManager.cs#L103
'AssemblyName.EscapedCodeBase' is obsolete: 'AssemblyName.CodeBase and AssemblyName.EscapedCodeBase are obsolete. Using them for loading an assembly is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0044)
|
|
src/RazorLight/Compilation/DefaultMetadataReferenceManager.cs#L96
'AssemblyName.EscapedCodeBase' is obsolete: 'AssemblyName.CodeBase and AssemblyName.EscapedCodeBase are obsolete. Using them for loading an assembly is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0044)
|
|
src/RazorLight/Compilation/LegacyFixAssemblyPathFormatter.cs#L10
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|
The logs for this run have expired and are no longer available.
Loading