mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
fix test
This commit is contained in:
parent
7eaccb6b98
commit
958f2472d3
|
@ -1,5 +1,5 @@
|
|||
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("BililiveRecorder.Core.UnitTests")]
|
||||
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName="")]
|
||||
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName=".NET Standard 2.0")]
|
||||
namespace BililiveRecorder.Core.Api
|
||||
{
|
||||
public interface IHttpClientAccessor
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName="")]
|
||||
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName=".NET Standard 2.0")]
|
||||
namespace BililiveRecorder.DependencyInjection
|
||||
{
|
||||
public static class DependencyInjectionExtensions
|
||||
|
@ -636,6 +636,13 @@ namespace BililiveRecorder.Flv.Parser
|
|||
protected UnknownFlvTagTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
|
||||
public UnknownFlvTagTypeException(string message, System.Exception innerException) { }
|
||||
}
|
||||
public class UnsupportedCodecException : BililiveRecorder.Flv.Parser.FlvException
|
||||
{
|
||||
public UnsupportedCodecException() { }
|
||||
public UnsupportedCodecException(string message) { }
|
||||
protected UnsupportedCodecException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
|
||||
public UnsupportedCodecException(string message, System.Exception innerException) { }
|
||||
}
|
||||
}
|
||||
namespace BililiveRecorder.Flv.Pipeline.Actions
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user