SYMBOL INDEX (1476 symbols across 391 files) FILE: samples/src/Liquid.Sample.Api/Controllers/SampleController.cs class SampleController (line 10) | [ApiController] method SampleController (line 14) | public SampleController(IMediator mediator) : base(mediator) method Get (line 18) | [HttpGet("Sample")] method Post (line 21) | [HttpPost] FILE: samples/src/Liquid.Sample.Dataverse.Domain/PostSampleService.cs class PostSampleService (line 7) | public class PostSampleService method PostSampleService (line 13) | public PostSampleService(ILiquidDataverseAdapter adapter, ILiquidMappe... method PostSample (line 19) | public async Task PostSample(string body) FILE: samples/src/Liquid.Sample.Dataverse.Function/DataverseIntegration.cs class DataverseIntegration (line 14) | public class DataverseIntegration method DataverseIntegration (line 18) | public DataverseIntegration(PostSampleService service) method Run (line 23) | [FunctionName("PostSample")] FILE: samples/src/Liquid.Sample.Dataverse.Function/Startup.cs class Startup (line 11) | public class Startup : FunctionsStartup method Configure (line 13) | public override void Configure(IFunctionsHostBuilder builder) method ConfigureAppConfiguration (line 18) | public override void ConfigureAppConfiguration(IFunctionsConfiguration... FILE: samples/src/Liquid.Sample.Domain/Entities/SampleEntity.cs class SampleEntity (line 6) | public class SampleEntity : LiquidEntity FILE: samples/src/Liquid.Sample.Domain/Entities/SampleMessageEntity.cs class SampleMessageEntity (line 6) | [Serializable] FILE: samples/src/Liquid.Sample.Domain/Handlers/SampleGet/SampleCommandHandler.cs class SampleCommandHandler (line 11) | public class SampleCommandHandler : IRequestHandler repo... method Handle (line 20) | public async Task Handle(SampleRequest request, Cancel... FILE: samples/src/Liquid.Sample.Domain/Handlers/SampleGet/SampleRequest.cs class SampleRequest (line 6) | public class SampleRequest : IRequest method SampleRequest (line 10) | public SampleRequest(string id) FILE: samples/src/Liquid.Sample.Domain/Handlers/SampleGet/SampleRequestValidator.cs class SampleRequestValidator (line 10) | public class SampleRequestValidator : AbstractValidator method SampleRequestValidator (line 12) | public SampleRequestValidator() FILE: samples/src/Liquid.Sample.Domain/Handlers/SampleGet/SampleResponse.cs class SampleResponse (line 6) | public class SampleResponse method SampleResponse (line 11) | public SampleResponse(SampleEntity response) FILE: samples/src/Liquid.Sample.Domain/Handlers/SamplePost/SampleEventCommandHandler.cs class SampleEventCommandHandler (line 15) | public class SampleEventCommandHandler : IRequestHandler ... method Handle (line 28) | public async Task Handle(SampleEventRequest request, CancellationToken... FILE: samples/src/Liquid.Sample.Domain/Handlers/SamplePost/SampleEventRequest.cs class SampleEventRequest (line 6) | public class SampleEventRequest : IRequest method SampleEventRequest (line 10) | public SampleEventRequest(SampleMessageEntity entity) FILE: samples/src/Liquid.Sample.Domain/Handlers/SamplePost/SampleEventRequestValidator.cs class SampleEventRequestValidator (line 10) | public class SampleEventRequestValidator : AbstractValidator method PutCommandHandler (line 14) | public PutCommandHandler(ILiquidRepository reposit... method Handle (line 19) | public async Task Handle(PutCommandRequest request, CancellationToken ... FILE: samples/src/Liquid.Sample.Domain/Handlers/SamplePut/PutCommandRequest.cs class PutCommandRequest (line 6) | public class PutCommandRequest : IRequest method PutCommandRequest (line 10) | public PutCommandRequest(SampleMessageEntity message) FILE: samples/src/Liquid.Sample.Domain/Handlers/SamplePut/PutCommandRequestValidator.cs class PutCommandRequestValidator (line 5) | public class PutCommandRequestValidator : AbstractValidator FILE: samples/src/Liquid.Sample.MessagingConsumer/Worker.cs class Worker (line 12) | public class Worker : ILiquidWorker method Worker (line 17) | public Worker(ILogger logger, IMediator mediator) method ProcessMessageAsync (line 23) | public async Task ProcessMessageAsync(ConsumerMessageEventArgs(IInvocation invocatio... method BeforeInvocation (line 50) | protected override Task BeforeInvocation(IInvocation invocation, IInvo... method OnExceptionInvocation (line 62) | protected override Task OnExceptionInvocation(IInvocation invocation, ... FILE: src/Liquid.Core.Telemetry.ElasticApm/Implementations/LiquidElasticApmTelemetryBehavior.cs class LiquidElasticApmTelemetryBehavior (line 16) | public sealed class LiquidElasticApmTelemetryBehavior Handle(TRequest request, RequestHandlerDe... method AfterResponse (line 66) | private Task AfterResponse(MethodInfo methodInfo) method OnExceptionResponse (line 72) | private Task OnExceptionResponse(MethodInfo methodInfo, Exception exce... method BeforeRequest (line 78) | private Task BeforeRequest(MethodInfo methodInfo) FILE: src/Liquid.Core/AbstractMappers/LiquidMapper.cs class LiquidMapper (line 10) | [ExcludeFromCodeCoverage] method LiquidMapper (line 19) | protected LiquidMapper(string mapperName) method Map (line 24) | public async Task Map(TFrom dataObject, string entityName = null) method MapImpl (line 48) | protected abstract Task MapImpl(TFrom dataObject, string entityNa... FILE: src/Liquid.Core/AbstractMappers/OcrResultMapper.cs class OcrResultMapper (line 14) | [ExcludeFromCodeCoverage] method OcrResultMapper (line 23) | public OcrResultMapper(string mapperName) method Map (line 28) | public async Task Map(TFrom dataObject, string entityName =... method MapImpl (line 51) | protected abstract Task MapImpl(TFrom dataObject); FILE: src/Liquid.Core/Attributes/LiquidSectionNameAttribute.cs class LiquidSectionNameAttribute (line 9) | [AttributeUsage(AttributeTargets.Class)] method LiquidSectionNameAttribute (line 24) | public LiquidSectionNameAttribute(string sectionName) FILE: src/Liquid.Core/Base/Enumeration.cs class Enumeration (line 14) | [ExcludeFromCodeCoverage] method Enumeration (line 22) | protected Enumeration(int value, string displayName) method ToString (line 50) | public override string ToString() method GetAll (line 60) | public static IEnumerable GetAll() where T : Enumeration, new() method Equals (line 83) | public override bool Equals(object obj) method GetHashCode (line 104) | public override int GetHashCode() method AbsoluteDifference (line 115) | public static int AbsoluteDifference(Enumeration firstValue, Enumerati... method FromValue (line 127) | public static T FromValue(int value) where T : Enumeration, new() method FromDisplayName (line 139) | public static T FromDisplayName(string displayName) where T : Enume... method Parse (line 155) | private static TEnumerable Parse(TValue value, st... method CompareTo (line 169) | public int CompareTo(object obj) FILE: src/Liquid.Core/Base/LiquidInterceptorBase.cs class LiquidInterceptorBase (line 10) | public abstract class LiquidInterceptorBase : AsyncInterceptorBase method LiquidInterceptorBase (line 15) | protected LiquidInterceptorBase() method InterceptAsync (line 25) | protected override async Task InterceptAsync(IInvocation invocation, I... method InterceptAsync (line 49) | protected sealed override async Task InterceptAsync(... method AfterInvocation (line 76) | protected abstract Task AfterInvocation(IInvocation invocatio... method BeforeInvocation (line 84) | protected abstract Task BeforeInvocation(IInvocation invocation, IInvo... method OnExceptionInvocation (line 93) | protected abstract Task OnExceptionInvocation(IInvocation invocation, ... FILE: src/Liquid.Core/Decorators/LiquidContextDecorator.cs class LiquidContextDecorator (line 17) | public class LiquidContextDecorator : ILiquidWorker method LiquidContextDecorator (line 29) | public LiquidContextDecorator(ILiquidWorker inner, ILiquidCon... method ProcessMessageAsync (line 37) | public async Task ProcessMessageAsync(ConsumerMessageEventArgs : ILiquidWorker method LiquidCultureDecorator (line 27) | public LiquidCultureDecorator(ILiquidWorker inner, IOptions : ILiquidWorker method LiquidScopedLoggingDecorator (line 30) | public LiquidScopedLoggingDecorator(ILiquidWorker inner method ProcessMessageAsync (line 40) | public async Task ProcessMessageAsync(ConsumerMessageEventArgs FILE: src/Liquid.Core/Entities/FunctionBody.cs class FunctionBody (line 10) | [ExcludeFromCodeCoverage] method FunctionBody (line 41) | public FunctionBody(string name, string description, BinaryData parame... method FunctionBody (line 63) | public FunctionBody(string functionBody) FILE: src/Liquid.Core/Entities/LiquidBlob.cs class LiquidBlob (line 9) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Core/Entities/LiquidEntity.cs class LiquidEntity (line 9) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Core/Entities/OcrResult.cs class OcrResult (line 10) | [ExcludeFromCodeCoverage] class PageInfo (line 26) | [ExcludeFromCodeCoverage] class WordData (line 52) | [ExcludeFromCodeCoverage] class LineData (line 75) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Core/Exceptions/DataMappingException.cs class DataMappingException (line 9) | [ExcludeFromCodeCoverage] method DataMappingException (line 15) | public DataMappingException() method DataMappingException (line 23) | public DataMappingException(string message) : base(message) method DataMappingException (line 32) | public DataMappingException(string message, Exception innerException) ... FILE: src/Liquid.Core/Exceptions/DatabaseContextException.cs class DatabaseContextException (line 10) | [ExcludeFromCodeCoverage] method DatabaseContextException (line 15) | public DatabaseContextException(string message) : base(message) method DatabaseContextException (line 24) | public DatabaseContextException(string message, Exception innerException) FILE: src/Liquid.Core/Exceptions/ExceptionCustomCodes.cs class ExceptionCustomCodes (line 10) | [ExcludeFromCodeCoverage] method ExceptionCustomCodes (line 53) | public ExceptionCustomCodes(int value, string displayName) : base(valu... FILE: src/Liquid.Core/Exceptions/LiquidCustomException.cs class LiquidCustomException (line 11) | [Serializable] method LiquidCustomException (line 28) | public LiquidCustomException(string message, ExceptionCustomCodes resp... method LiquidCustomException (line 39) | public LiquidCustomException(string message, ExceptionCustomCodes resp... FILE: src/Liquid.Core/Exceptions/LiquidDatabaseSettingsDoesNotExistException.cs class LiquidDatabaseSettingsDoesNotExistException (line 11) | [ExcludeFromCodeCoverage] method LiquidDatabaseSettingsDoesNotExistException (line 19) | public LiquidDatabaseSettingsDoesNotExistException(string databaseName) method LiquidDatabaseSettingsDoesNotExistException (line 24) | public LiquidDatabaseSettingsDoesNotExistException(string message, Exc... FILE: src/Liquid.Core/Exceptions/LiquidException.cs class LiquidException (line 11) | [Serializable] method LiquidException (line 18) | public LiquidException() method LiquidException (line 26) | public LiquidException(string message) : base(message) method LiquidException (line 35) | public LiquidException(string message, Exception innerException) : bas... method ToString (line 45) | public override string ToString() FILE: src/Liquid.Core/Exceptions/MessagingConsumerException.cs class MessagingConsumerException (line 11) | [Serializable] method MessagingConsumerException (line 19) | public MessagingConsumerException(Exception innerException) : base("An... FILE: src/Liquid.Core/Exceptions/MessagingMissingConfigurationException.cs class MessagingMissingConfigurationException (line 11) | [Serializable] method MessagingMissingConfigurationException (line 16) | public MessagingMissingConfigurationException(Exception innerException... method MessagingMissingConfigurationException (line 22) | public MessagingMissingConfigurationException(string message) : base(m... FILE: src/Liquid.Core/Exceptions/MessagingMissingContextKeysException.cs class MessagingMissingContextKeysException (line 8) | [ExcludeFromCodeCoverage] method MessagingMissingContextKeysException (line 13) | public MessagingMissingContextKeysException() method MessagingMissingContextKeysException (line 18) | public MessagingMissingContextKeysException(string contextKey) : base(... method MessagingMissingContextKeysException (line 23) | public MessagingMissingContextKeysException(string message, Exception ... FILE: src/Liquid.Core/Exceptions/MessagingMissingScopedKeysException.cs class MessagingMissingScopedKeysException (line 8) | [ExcludeFromCodeCoverage] method MessagingMissingScopedKeysException (line 13) | public MessagingMissingScopedKeysException() method MessagingMissingScopedKeysException (line 18) | public MessagingMissingScopedKeysException(string contextKey) : base($... method MessagingMissingScopedKeysException (line 23) | public MessagingMissingScopedKeysException(string message, Exception i... FILE: src/Liquid.Core/Exceptions/MessagingMissingSettingsException.cs class MessagingMissingSettingsException (line 11) | [Serializable] method MessagingMissingSettingsException (line 19) | public MessagingMissingSettingsException(string settingsName) : base($... method MessagingMissingSettingsException (line 24) | public MessagingMissingSettingsException(string message, Exception inn... FILE: src/Liquid.Core/Exceptions/MessagingProducerException.cs class MessagingProducerException (line 11) | [Serializable] method MessagingProducerException (line 19) | public MessagingProducerException(Exception innerException) : base("An... FILE: src/Liquid.Core/Exceptions/SerializerFailException.cs class SerializerFailException (line 11) | [Serializable] method SerializerFailException (line 16) | public SerializerFailException(string message) : base(message) method SerializerFailException (line 21) | public SerializerFailException(string nameOfContent, Exception innerEx... FILE: src/Liquid.Core/Exceptions/UnitOfWorkTransactionNotStartedException.cs class UnitOfWorkTransactionNotStartedException (line 11) | [ExcludeFromCodeCoverage] method UnitOfWorkTransactionNotStartedException (line 18) | public UnitOfWorkTransactionNotStartedException() : method UnitOfWorkTransactionNotStartedException (line 24) | public UnitOfWorkTransactionNotStartedException(string message) : base... method UnitOfWorkTransactionNotStartedException (line 29) | public UnitOfWorkTransactionNotStartedException(string message, Except... FILE: src/Liquid.Core/Exceptions/UnitOfWorkTransactionWithoutRepositoryException.cs class UnitofWorkTransactionWithoutRepositoryException (line 11) | [Serializable] method UnitofWorkTransactionWithoutRepositoryException (line 18) | public UnitofWorkTransactionWithoutRepositoryException() : method UnitofWorkTransactionWithoutRepositoryException (line 24) | public UnitofWorkTransactionWithoutRepositoryException(string message)... method UnitofWorkTransactionWithoutRepositoryException (line 29) | public UnitofWorkTransactionWithoutRepositoryException(string message,... FILE: src/Liquid.Core/Extensions/ByteExtension.cs class ByteExtension (line 11) | [ExcludeFromCodeCoverage] method GetKbSize (line 19) | public static double GetKbSize(this byte[] bytes) method GetMbSize (line 30) | public static double GetMbSize(this byte[] bytes) method GetGbSize (line 41) | public static double GetGbSize(this byte[] bytes) method ParseJson (line 53) | public static T ParseJson(this byte[] json, JsonSerializerOptions o... FILE: src/Liquid.Core/Extensions/CommonExtensions.cs class CommonExtensions (line 8) | public static class CommonExtensions method AddRange (line 25) | public static void AddRange(this IDictionary source, I... FILE: src/Liquid.Core/Extensions/DateTimeExtension.cs class DateTimeExtension (line 10) | [ExcludeFromCodeCoverage] method ToIso8601 (line 18) | public static string ToIso8601(this DateTime date) method ToSql (line 28) | public static string ToSql(this DateTime date) method ToOracleSql (line 38) | public static string ToOracleSql(this DateTime dateTime) method ToUnix (line 48) | public static long ToUnix(this DateTime date) method FromUnix (line 59) | public static DateTime FromUnix(this long unix) method GetAge (line 70) | public static int GetAge(this DateTime birthDate) method ToTimeZone (line 89) | public static DateTime ToTimeZone(this DateTime dateTime, string timeZ... method IsWeekend (line 104) | public static bool IsWeekend(this DateTime date) method IsWeekday (line 116) | public static bool IsWeekday(this DateTime date) method AddWorkdays (line 134) | public static DateTime AddWorkdays(this DateTime date, int days) method GetLastDayOfMonth (line 150) | public static DateTime GetLastDayOfMonth(this DateTime date) method GetFirstDayOfMonth (line 160) | public static DateTime GetFirstDayOfMonth(this DateTime date) method Elapsed (line 173) | public static TimeSpan Elapsed(this DateTime date) FILE: src/Liquid.Core/Extensions/DependencyInjection/IServiceCollectionAutoMapperExtensions.cs class IServiceCollectionAutoMapperExtensions (line 28) | [ExcludeFromCodeCoverage] method LiquidAddAutoMapper (line 37) | public static IServiceCollection LiquidAddAutoMapper(this IServiceColl... method LiquidAddAutoMapper (line 47) | public static IServiceCollection LiquidAddAutoMapper(this IServiceColl... method AddAutoMapper (line 57) | public static IServiceCollection AddAutoMapper(this IServiceCollection... method AddAutoMapper (line 68) | public static IServiceCollection AddAutoMapper(this IServiceCollection... method AddAutoMapper (line 79) | public static IServiceCollection AddAutoMapper(this IServiceCollection... method AddAutoMapper (line 89) | public static IServiceCollection AddAutoMapper(this IServiceCollection... method AddAutoMapper (line 98) | public static IServiceCollection AddAutoMapper(this IServiceCollection... method AddAutoMapper (line 108) | public static IServiceCollection AddAutoMapper(this IServiceCollection... method AddAutoMapper (line 118) | public static IServiceCollection AddAutoMapper(this IServiceCollection... method AddAutoMapper (line 129) | public static IServiceCollection AddAutoMapper(this IServiceCollection... method AddAutoMapper (line 141) | public static IServiceCollection AddAutoMapper(this IServiceCollection... method AddAutoMapperClasses (line 153) | private static IServiceCollection AddAutoMapperClasses(IServiceCollect... FILE: src/Liquid.Core/Extensions/DependencyInjection/IServiceCollectionCoreExtensions.cs class IServiceCollectionCoreExtensions (line 18) | public static class IServiceCollectionCoreExtensions method AddLiquidDistributedCache (line 27) | public static IServiceCollection AddLiquidDistributedCache(this IServi... method AddLiquidHandlers (line 47) | public static void AddLiquidHandlers(this IServiceCollection services,... method AddLiquidMessageConsumer (line 70) | public static IServiceCollection AddLiquidMessageConsumer(this IServ... method Decorate (line 133) | public static IServiceCollection Decorate(this... method CreateInstance (line 153) | private static object CreateInstance(this IServiceProvider services, S... FILE: src/Liquid.Core/Extensions/DependencyInjection/IServiceCollectionLiquidExtension.cs class IServiceCollectionLiquidExtension (line 14) | public static class IServiceCollectionLiquidExtension method AddLiquidTelemetryInterceptor (line 23) | [Obsolete("This method will be removed in the next release. " + method AddScopedLiquidTelemetry (line 47) | public static IServiceCollection AddScopedLiquidTelemetry(this ISe... method AddLiquidSerializers (line 121) | public static IServiceCollection AddLiquidSerializers(this IServiceCol... FILE: src/Liquid.Core/Extensions/DependencyInjection/IServiceCollectionTypeExtensions.cs class IServiceCollectionTypeExtensions (line 14) | [ExcludeFromCodeCoverage] method AddScopedAssemblies (line 26) | public static IServiceCollection AddScopedAssemblies(this IServiceColl... method AddScopedAssemblies (line 52) | public static IServiceCollection AddScopedAssemblies(this IServiceColl... method AddTransientAssemblies (line 76) | public static IServiceCollection AddTransientAssemblies(this IServiceC... method AddTransientAssemblies (line 102) | public static IServiceCollection AddTransientAssemblies(this IServiceC... method AddSingletonAssemblies (line 126) | public static IServiceCollection AddSingletonAssemblies(this IServiceC... method AddSingletonAssemblies (line 152) | public static IServiceCollection AddSingletonAssemblies(this IServiceC... FILE: src/Liquid.Core/Extensions/DependencyInjection/IServiceProviderExtensions.cs class IServiceProviderExtensions (line 12) | [ExcludeFromCodeCoverage] method GetAllServiceDescriptors (line 20) | public static Dictionary GetAllServiceDescrip... FILE: src/Liquid.Core/Extensions/EnumExtension.cs class EnumExtension (line 11) | [ExcludeFromCodeCoverage] method GetDescription (line 19) | public static string GetDescription(this Enum value) method GetAttribute (line 34) | public static T GetAttribute(this Enum value) where T : Attribute FILE: src/Liquid.Core/Extensions/IEnumerableExtension.cs class IEnumerableExtension (line 13) | [ExcludeFromCodeCoverage] method Each (line 22) | public static void Each(this IEnumerable enumerable, Action a... method ToSeparatedString (line 38) | public static string ToSeparatedString(this IEnumerable instance... method ToSeparatedString (line 55) | public static string ToSeparatedString(this IEnumerable instance) method IsNullOrEmpty (line 68) | public static bool IsNullOrEmpty(this IEnumerable collection) method IsNotNullOrEmpty (line 81) | public static bool IsNotNullOrEmpty(this IEnumerable collection) method OrderBy (line 94) | public static IEnumerable OrderBy(this IEnumerable list, stri... FILE: src/Liquid.Core/Extensions/IntExtension.cs class IntExtension (line 9) | [ExcludeFromCodeCoverage] method IsPrimeNumber (line 19) | public static bool IsPrimeNumber(this int number) method IsOdd (line 43) | public static bool IsOdd(this int number) method IsEven (line 55) | public static bool IsEven(this int number) method ToLocalCurrencyString (line 65) | public static string ToLocalCurrencyString(this double value) FILE: src/Liquid.Core/Extensions/ObjectExtension.cs class ObjectExtension (line 14) | public static class ObjectExtension method IsOfType (line 24) | public static bool IsOfType(this object value) method IsDatetime (line 36) | public static bool IsDatetime(this object expression) method ToDatetime (line 47) | public static bool ToDatetime(this object expression, out DateTime? ou... method IsBoolean (line 72) | public static bool IsBoolean(this object expression) method ToBoolean (line 83) | public static bool ToBoolean(this object expression, out bool? outer) method IsGuid (line 101) | public static bool IsGuid(this object expression) method ToGuid (line 112) | private static bool ToGuid(this object expression, out Guid? outer) method IsNumeric (line 130) | public static bool IsNumeric(this object expression) method IsInteger (line 142) | public static bool IsInteger(this object expression) method ToInteger (line 153) | public static bool ToInteger(this object expression, out long? outer) method IsDouble (line 173) | public static bool IsDouble(this object expression) method ToDouble (line 184) | public static bool ToDouble(this object expression, out double? outer) method IsPrimitiveType (line 203) | public static bool IsPrimitiveType(this object obj) method ToJsonString (line 213) | public static string ToJsonString(this object source, JsonSerializerOp... method ToJsonBytes (line 223) | public static byte[] ToJsonBytes(this object source, JsonSerializerOpt... method GetFieldValue (line 239) | public static object GetFieldValue(this object obj, string fieldName) method SetFieldValue (line 259) | public static void SetFieldValue(this object obj, string fieldName, ob... method GetPropertyValue (line 279) | public static object GetPropertyValue(this object obj, string property... method SetPropertyValue (line 299) | public static void SetPropertyValue(this object obj, string propertyNa... FILE: src/Liquid.Core/Extensions/StreamExtension.cs class StreamExtension (line 10) | [ExcludeFromCodeCoverage] method AsStringUtf8 (line 18) | public static string AsStringUtf8(this Stream source) method AsStringAscii (line 35) | public static string AsStringAscii(this Stream source) method AsStringUnicode (line 52) | public static string AsStringUnicode(this Stream source) method ToByteArray (line 68) | public static byte[] ToByteArray(this Stream stream) FILE: src/Liquid.Core/Extensions/StringExtension.cs class StringExtension (line 17) | [ExcludeFromCodeCoverage] method Contains (line 30) | public static bool Contains(this string source, string value, StringCo... method RemoveLineEndings (line 40) | public static string RemoveLineEndings(this string value) method IsGuid (line 72) | public static bool IsGuid(this string guid) method IsValidHttpUrl (line 84) | public static bool IsValidHttpUrl(this string str) method AppendIf (line 96) | public static StringBuilder AppendIf(this StringBuilder builder, strin... method ToGuid (line 107) | public static Guid ToGuid(this string str) method ToEnum (line 119) | public static T ToEnum(this string value) where T : struct method CreateHash (line 133) | public static string CreateHash(this string input, string key, HashTyp... method GetComputedHash (line 158) | private static byte[] GetComputedHash(string input, string key, HashTy... method ParseJson (line 182) | public static T ParseJson(this string json, JsonSerializerOptions o... method ToStreamUtf8 (line 193) | public static Stream ToStreamUtf8(this string source) method ToStreamAscii (line 205) | public static Stream ToStreamAscii(this string source) method ToStreamUnicode (line 217) | public static Stream ToStreamUnicode(this string source) method ToXml (line 229) | public static string ToXml(this object obj) method ParseXml (line 249) | public static T ParseXml(this string str) where T : new() type HashType (line 264) | public enum HashType FILE: src/Liquid.Core/Extensions/TypeExtensions.cs class TypeExtensions (line 11) | [ExcludeFromCodeCoverage] method ImplementGenericInterface (line 20) | public static bool ImplementGenericInterface(this Type type, Type inte... method IsGenericType (line 31) | public static bool IsGenericType(this Type type, Type genericType) method IsGenericType (line 41) | public static bool IsGenericType(this Type type) method IsConcreteType (line 53) | public static bool IsConcreteType(this Type type) method IsAbstract (line 65) | public static bool IsAbstract(this Type type) method IsGenericTypeDefinitionOf (line 77) | public static bool IsGenericTypeDefinitionOf(this Type genericTypeDefi... method IsGenericImplementationOf (line 90) | public static bool IsGenericImplementationOf(this Type type, Type serv... method IsVariantVersionOf (line 105) | public static bool IsVariantVersionOf(this Type type, Type otherType) method IsGenericTypeDefinition (line 117) | public static bool IsGenericTypeDefinition(this Type type) method GetBaseType (line 127) | public static Type GetBaseType(this Type type) FILE: src/Liquid.Core/GenAi/Entities/LiquidChatContent.cs class LiquidChatContent (line 10) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Core/GenAi/Entities/LiquidChatMessage.cs class LiquidChatMessage (line 11) | [ExcludeFromCodeCoverage] method LiquidChatMessage (line 23) | public LiquidChatMessage(LiquidMessageRole role) method AddContent (line 42) | public void AddContent(string text) method AddContent (line 71) | public void AddContent(Uri imageUri) FILE: src/Liquid.Core/GenAi/Entities/LiquidChatMessages.cs class LiquidChatMessages (line 9) | [ExcludeFromCodeCoverage] method AddMessage (line 22) | public void AddMessage(LiquidChatMessage message) FILE: src/Liquid.Core/GenAi/Enums/LiquidContentKind.cs type LiquidContentKind (line 12) | public enum LiquidContentKind FILE: src/Liquid.Core/GenAi/Enums/LiquidMessageRole.cs type LiquidMessageRole (line 12) | public enum LiquidMessageRole FILE: src/Liquid.Core/GenAi/Interfaces/ILiquidGenAi.cs type ILiquidGenAi (line 14) | public interface ILiquidGenAi method FunctionCalling (line 22) | Task FunctionCalling(LiquidChatMessages messages... method CompleteChatAsync (line 35) | Task CompleteChatAsync(string content, string pr... method CompleteChatAsync (line 44) | Task CompleteChatAsync(LiquidChatMessages messag... FILE: src/Liquid.Core/GenAi/Interfaces/ILiquidGenAiHandler.cs type ILiquidGenAiHandler (line 11) | public interface ILiquidGenAiHandler method HandleInputMessagesAsync (line 20) | Task HandleInputMessagesAsync(WebSocket socket, CancellationToken canc... method HandleUpdatesFromServiceAsync (line 29) | Task HandleUpdatesFromServiceAsync(WebSocket socket, CancellationToken... FILE: src/Liquid.Core/GenAi/Settings/CompletionsOptions.cs class CompletionsOptions (line 14) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Core/Implementations/LiquidBackgroundService.cs class LiquidBackgroundService (line 15) | public class LiquidBackgroundService : BackgroundService method LiquidBackgroundService (line 26) | public LiquidBackgroundService(IServiceProvider serviceProvider, ILiqu... method ExecuteAsync (line 39) | protected override async Task ExecuteAsync(CancellationToken stoppingT... method ProcessMessageAsync (line 54) | public async Task ProcessMessageAsync(ConsumerMessageEventArgs GetAsync(string key, CancellationToken token = def... method Refresh (line 38) | public void Refresh(string key) method RefreshAsync (line 44) | public Task RefreshAsync(string key, CancellationToken token = default) method Remove (line 50) | public void Remove(string key) method RemoveAsync (line 56) | public Task RemoveAsync(string key, CancellationToken token = default) method Set (line 62) | public void Set(string key, byte[] value, DistributedCacheEntryOptions... method SetAsync (line 68) | public Task SetAsync(string key, byte[] value, DistributedCacheEntryOp... method Get (line 74) | public T Get(string key) method GetAsync (line 81) | public async Task GetAsync(string key, CancellationToken token =... method Set (line 88) | public void Set(string key, T value, DistributedCacheEntryOptions o... method SetAsync (line 94) | public async Task SetAsync(string key, T value, DistributedCacheEnt... FILE: src/Liquid.Core/Implementations/LiquidContext.cs class LiquidContext (line 7) | public class LiquidContext : ILiquidContext method Upsert (line 15) | public void Upsert(string key, object value) method Get (line 28) | public object Get(string key) method Get (line 42) | public T Get(string key) FILE: src/Liquid.Core/Implementations/LiquidContextNotifications.cs class LiquidContextNotifications (line 8) | public class LiquidContextNotifications : ILiquidContextNotifications method LiquidContextNotifications (line 17) | public LiquidContextNotifications(ILiquidContext liquidContext) method InsertNotification (line 23) | public void InsertNotification(string message) method InsertNotifications (line 35) | public void InsertNotifications(IList notifications) method GetNotifications (line 41) | public IList GetNotifications() FILE: src/Liquid.Core/Implementations/LiquidJsonSerializer.cs class LiquidJsonSerializer (line 9) | public class LiquidJsonSerializer : ILiquidSerializer method Serialize (line 16) | public string Serialize(T content) FILE: src/Liquid.Core/Implementations/LiquidSerializerProvider.cs class LiquidSerializerProvider (line 9) | public class LiquidSerializerProvider : ILiquidSerializerProvider method LiquidSerializerProvider (line 17) | public LiquidSerializerProvider(IEnumerable seriali... method GetSerializerByType (line 23) | public ILiquidSerializer GetSerializerByType(Type serializerType) FILE: src/Liquid.Core/Implementations/LiquidTelemetryInterceptor.cs class LiquidTelemetryInterceptor (line 13) | public class LiquidTelemetryInterceptor : LiquidInterceptorBase method LiquidTelemetryInterceptor (line 22) | public LiquidTelemetryInterceptor(ILogger ... method AfterInvocation (line 35) | protected override Task AfterInvocation(IInvocation invocatio... method BeforeInvocation (line 49) | protected override Task BeforeInvocation(IInvocation invocation, IInvo... method OnExceptionInvocation (line 62) | protected override Task OnExceptionInvocation(IInvocation invocation, ... FILE: src/Liquid.Core/Implementations/LiquidUnitOfWork.cs class LiquidUnitOfWork (line 16) | public class LiquidUnitOfWork : ILiquidUnitOfWork method LiquidUnitOfWork (line 28) | public LiquidUnitOfWork(IServiceProvider serviceProvider) method GetRepository (line 40) | public TRepository GetRepository() method StartTransactionAsync (line 58) | public async Task StartTransactionAsync() method CommitAsync (line 75) | public async Task CommitAsync() method RollbackTransactionAsync (line 90) | public async Task RollbackTransactionAsync() method Dispose (line 102) | public void Dispose() method Dispose (line 113) | protected virtual void Dispose(bool disposing) FILE: src/Liquid.Core/Implementations/LiquidXmlSerializer.cs class LiquidXmlSerializer (line 13) | public class LiquidXmlSerializer : ILiquidSerializer method Serialize (line 19) | public string Serialize(T content) FILE: src/Liquid.Core/Interfaces/ILiquidCache.cs type ILiquidCache (line 10) | public interface ILiquidCache : IDistributedCache method Get (line 18) | T Get(string key); method GetAsync (line 28) | Task GetAsync(string key, CancellationToken token = default); method Set (line 37) | void Set(string key, T value, DistributedCacheEntryOptions options); method SetAsync (line 48) | Task SetAsync(string key, T value, DistributedCacheEntryOptions opt... FILE: src/Liquid.Core/Interfaces/ILiquidConsumer.cs type ILiquidConsumer (line 12) | public interface ILiquidConsumer method RegisterMessageHandler (line 17) | Task RegisterMessageHandler(CancellationToken cancellationToken = defa... FILE: src/Liquid.Core/Interfaces/ILiquidContext.cs type ILiquidContext (line 8) | public interface ILiquidContext method Get (line 20) | object Get(string key); method Get (line 27) | T Get(string key); method Upsert (line 34) | void Upsert(string key, object value); FILE: src/Liquid.Core/Interfaces/ILiquidContextNotifications.cs type ILiquidContextNotifications (line 8) | public interface ILiquidContextNotifications method InsertNotification (line 14) | void InsertNotification(string message); method InsertNotifications (line 20) | void InsertNotifications(IList notifications); method GetNotifications (line 25) | IList GetNotifications(); FILE: src/Liquid.Core/Interfaces/ILiquidDataContext.cs type ILiquidDataContext (line 9) | public interface ILiquidDataContext : IDisposable method StartTransactionAsync (line 23) | Task StartTransactionAsync(); method CommitAsync (line 29) | Task CommitAsync(); method RollbackTransactionAsync (line 35) | Task RollbackTransactionAsync(); FILE: src/Liquid.Core/Interfaces/ILiquidMapper.cs type ILiquidMapper (line 10) | public interface ILiquidMapper method Map (line 18) | Task Map(TFrom dataObject, string entityName = null); FILE: src/Liquid.Core/Interfaces/ILiquidOcr.cs type ILiquidRecognition (line 12) | public interface ILiquidRecognition method AnalyzeDocumentAsync (line 27) | Task AnalyzeDocumentAsync(Stream doc, string clientId = "de... method AnalyzeDocumentFromUriAsync (line 42) | Task AnalyzeDocumentFromUriAsync(string uri, string clientI... method ClassifyDocumenAsync (line 52) | Task ClassifyDocumenAsync(Stream doc, string clientId = "de... method ClassifyDocumenFromUriAsync (line 62) | Task ClassifyDocumenFromUriAsync(string uri, string clientI... FILE: src/Liquid.Core/Interfaces/ILiquidProducer.cs type ILiquidProducer (line 10) | public interface ILiquidProducer method SendMessagesAsync (line 16) | Task SendMessagesAsync(IEnumerable messageBodies); method SendMessageAsync (line 24) | Task SendMessageAsync(TEntity messageBody, IDictionary... FILE: src/Liquid.Core/Interfaces/ILiquidRepository.cs type ILiquidRepository (line 14) | public interface ILiquidRepository where TEntity :... method AddAsync (line 28) | Task AddAsync(TEntity entity); method RemoveByIdAsync (line 35) | Task RemoveByIdAsync(TIdentifier id); method UpdateAsync (line 42) | Task UpdateAsync(TEntity entity); method FindByIdAsync (line 49) | Task FindByIdAsync(TIdentifier id); method WhereAsync (line 58) | Task> WhereAsync(Expression> ... method FindAllAsync (line 64) | Task> FindAllAsync(); FILE: src/Liquid.Core/Interfaces/ILiquidSerializer.cs type ILiquidSerializer (line 6) | public interface ILiquidSerializer method Serialize (line 12) | string Serialize(T content); FILE: src/Liquid.Core/Interfaces/ILiquidSerializerProvider.cs type ILiquidSerializerProvider (line 8) | public interface ILiquidSerializerProvider method GetSerializerByType (line 15) | ILiquidSerializer GetSerializerByType(Type serializerType); FILE: src/Liquid.Core/Interfaces/ILiquidStorage.cs type ILiquidStorage (line 11) | public interface ILiquidStorage method UploadBlob (line 20) | Task UploadBlob(byte[] data, string name, string containerName... method Delete (line 27) | Task Delete(string id, string containerName); method DeleteByTags (line 34) | Task DeleteByTags(IDictionary tags, string containerNa... method GetAllBlobs (line 41) | Task> GetAllBlobs(string containerName); method ReadBlobsByTags (line 49) | Task> ReadBlobsByTags(IDictionary tag... method ReadBlobsByName (line 57) | Task ReadBlobsByName(string blobName, string containerName); method GetBlobSasUri (line 72) | string GetBlobSasUri(string blobName, string containerName, DateTimeOf... FILE: src/Liquid.Core/Interfaces/ILiquidUnitOfWork.cs type ILiquidUnitOfWork (line 10) | public interface ILiquidUnitOfWork : IDisposable method GetRepository (line 19) | TRepository GetRepository() method StartTransactionAsync (line 27) | Task StartTransactionAsync(); method CommitAsync (line 33) | Task CommitAsync(); method RollbackTransactionAsync (line 39) | Task RollbackTransactionAsync(); FILE: src/Liquid.Core/Interfaces/ILiquidWorker.cs type ILiquidWorker (line 12) | public interface ILiquidWorker method ProcessMessageAsync (line 21) | Task ProcessMessageAsync(ConsumerMessageEventArgs args, Cance... FILE: src/Liquid.Core/Localization/Entities/LocalizationCollection.cs class LocalizationCollection (line 10) | [ExcludeFromCodeCoverage] method LocalizationCollection (line 25) | public LocalizationCollection() FILE: src/Liquid.Core/Localization/Entities/LocalizationItem.cs class LocalizationItem (line 10) | [ExcludeFromCodeCoverage] method LocalizationItem (line 34) | public LocalizationItem() FILE: src/Liquid.Core/Localization/Entities/LocalizationValue.cs class LocalizationValue (line 10) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Core/Localization/ILocalization.cs type ILocalization (line 9) | [Obsolete("This class will be removed or refactored in the next release.")] method Get (line 19) | [Obsolete("This method will be removed or refactored in the next relea... method Get (line 30) | [Obsolete("This method will be removed or refactored in the next relea... method Get (line 42) | [Obsolete("This method will be removed or refactored in the next relea... FILE: src/Liquid.Core/Localization/JsonFileLocalization.cs class JsonFileLocalization (line 19) | [Obsolete("This class will be removed or refactored in the next release.")] method JsonFileLocalization (line 29) | public JsonFileLocalization(IOptions configuration) method Get (line 42) | [Obsolete("This method will be removed or refactored in the next relea... method Get (line 57) | [Obsolete("This method will be removed or refactored in the next relea... method Get (line 78) | [Obsolete("This method will be removed or refactored in the next relea... method ReadLocalizationFiles (line 105) | private static IDictionary ReadLo... FILE: src/Liquid.Core/Localization/LocalizationException.cs class LocalizationException (line 12) | [Serializable] method LocalizationException (line 21) | public LocalizationException(string key, Exception innerException) : b... FILE: src/Liquid.Core/Localization/LocalizationExtensions.cs class LocalizationExtensions (line 13) | [ExcludeFromCodeCoverage] method GetResourceItem (line 22) | internal static LocalizationItem GetResourceItem(this IEnumerable : IPipelineBeh... method LiquidTelemetryBehavior (line 25) | public LiquidTelemetryBehavior(ILogger Handle(TRequest request, RequestHandlerDe... method AfterResponse (line 62) | private Task AfterResponse(MethodInfo methodInfo) method OnExceptionResponse (line 73) | private Task OnExceptionResponse(MethodInfo methodInfo, Exception exce... method BeforeRequest (line 79) | private Task BeforeRequest(MethodInfo methodInfo) FILE: src/Liquid.Core/PipelineBehaviors/LiquidValidationBehavior.cs class LiquidValidationBehavior (line 15) | public class LiquidValidationBehavior : IPipelineBe... method LiquidValidationBehavior (line 23) | public LiquidValidationBehavior(IEnumerable> vali... method Handle (line 35) | public async Task Handle(TRequest request, RequestHandlerDe... FILE: src/Liquid.Core/Settings/CultureSettings.cs class CultureSettings (line 9) | [LiquidSectionName("liquid:culture")] FILE: src/Liquid.Core/Settings/DatabaseSettings.cs class DatabaseSettings (line 8) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Core/Settings/GenAiOptions.cs class GenAiOptions (line 13) | [ExcludeFromCodeCoverage] class GenAiSettings (line 22) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Core/Settings/OcrOptions.cs class OcrOptions (line 9) | [ExcludeFromCodeCoverage] class OcrSettings (line 21) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Core/Settings/ScopedContextSettings.cs class ScopedContextSettings (line 10) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Core/Settings/ScopedKey.cs class ScopedKey (line 8) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Core/Settings/ScopedLoggingSettings.cs class ScopedLoggingSettings (line 10) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Core/Utils/TypeUtils.cs class TypeUtils (line 13) | [ExcludeFromCodeCoverage] method GetTypesToRegister (line 22) | public static Type[] GetTypesToRegister(Type serviceType, IEnumerable<... method ServiceIsAssignableFromImplementation (line 39) | private static bool ServiceIsAssignableFromImplementation(Type service... method GetFieldInfo (line 60) | public static FieldInfo GetFieldInfo(Type type, string fieldName) method GetPropertyInfo (line 78) | public static PropertyInfo GetPropertyInfo(Type type, string propertyN... FILE: src/Liquid.Core/Utils/ZipUtils.cs class ZipUtils (line 11) | [ExcludeFromCodeCoverage] method GzipCompress (line 21) | public static byte[] GzipCompress(this string inputString) method GzipCompress (line 34) | public static byte[] GzipCompress(this string inputString, Encoding en... method GzipDecompress (line 56) | public static string GzipDecompress(this byte[] inputBytes) method GzipDecompress (line 69) | public static string GzipDecompress(this byte[] inputBytes, Encoding e... method DeflateCompress (line 94) | public static byte[] DeflateCompress(this string inputString) method DeflateCompress (line 107) | public static byte[] DeflateCompress(this string inputString, Encoding... method DeflateDecompress (line 129) | public static string DeflateDecompress(this byte[] inputBytes) method DeflateDecompress (line 142) | public static string DeflateDecompress(this byte[] inputBytes, Encodin... FILE: src/Liquid.Dataverse/DataverseClientFactory.cs class DataverseClientFactory (line 8) | public class DataverseClientFactory : IDataverseClientFactory method DataverseClientFactory (line 17) | public DataverseClientFactory(IOptions options) method GetClient (line 25) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Dataverse/DataverseEntityMapper.cs class DataverseEntityMapper (line 14) | [ExcludeFromCodeCoverage] method DataverseEntityMapper (line 25) | public DataverseEntityMapper(ILiquidDataverse adapter) : base(nameof(D... method MapImpl (line 31) | protected override async Task MapImpl(string jsonString, strin... method GetEntityAttributes (line 45) | private async Task?> GetEntityAttributes(strin... method JsonToEntity (line 73) | private static Entity JsonToEntity(List attributes,... FILE: src/Liquid.Dataverse/DataverseSettings.cs class DataverseSettings (line 8) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Dataverse/Extensions/DependencyInjection/IServiceCollectionExtensions.cs class IServiceCollectionExtensions (line 12) | [ExcludeFromCodeCoverage] method AddLiquidDataverseAdapter (line 23) | public static IServiceCollection AddLiquidDataverseAdapter(this IServi... FILE: src/Liquid.Dataverse/Extensions/EntityExtensions.cs class EntityExtensions (line 10) | [ExcludeFromCodeCoverage] method ToJsonString (line 20) | public static string ToJsonString(this Entity entity) FILE: src/Liquid.Dataverse/IDataverseClientFactory.cs type IDataverseClientFactory (line 8) | public interface IDataverseClientFactory method GetClient (line 14) | IOrganizationServiceAsync GetClient(); FILE: src/Liquid.Dataverse/ILiquidDataverse.cs type ILiquidDataverse (line 10) | public interface ILiquidDataverse method Create (line 20) | Task Create(Entity targetEntity, bool bypassSynchronousCustomLog... method Update (line 30) | Task Update(Entity entity, bool useOptimisticConcurrency = false, bool... method GetById (line 38) | Task GetById(Guid id, string entityName, ColumnSet? columns = ... method ListByFilter (line 46) | Task> ListByFilter(string entityName, FilterExpression fi... method Delete (line 55) | Task Delete(Guid id, string entityName, bool bypassSynchronousLogic = ... method ListByFilter (line 62) | Task> ListByFilter(string entityName, QueryExpression que... method GetMetadata (line 69) | Task GetMetadata(string entityName); method SetState (line 77) | Task SetState(EntityReference entity, string state, string status); method Upsert (line 83) | Task Upsert(Entity entity); FILE: src/Liquid.Dataverse/LiquidDataverse.cs class LiquidDataverse (line 11) | public class LiquidDataverse : ILiquidDataverse method LiquidDataverse (line 21) | public LiquidDataverse(IDataverseClientFactory serviceFactory) method GetById (line 27) | public async Task GetById(Guid id, string entityName, ColumnSe... method ListByFilter (line 38) | public async Task> ListByFilter(string entityName, Filter... method ListByFilter (line 63) | public async Task> ListByFilter(string entityName, QueryE... method GetMetadata (line 86) | public async Task GetMetadata(string entityName) method SetState (line 99) | public async Task SetState(EntityReference entity, string state, strin... method Upsert (line 116) | public async Task Upsert(Entity entity) method Create (line 127) | public Task Create(Entity targetEntity, bool bypassSynchronousCu... method Update (line 144) | public async Task Update(Entity entity, bool useOptimisticConcurrency ... method Delete (line 163) | public async Task Delete(Guid id, string entityName, bool bypassSynchr... FILE: src/Liquid.GenAi.OpenAi/Extensions/IServiceCollectionExtension.cs class IServiceCollectionExtension (line 12) | [ExcludeFromCodeCoverage] method AddLiquidOpenAiCompletions (line 21) | public static IServiceCollection AddLiquidOpenAiCompletions(this IServ... FILE: src/Liquid.GenAi.OpenAi/IOpenAiClientFactory.cs type IOpenAiClientFactory (line 8) | public interface IOpenAiClientFactory method GetOpenAIClient (line 14) | ChatClient GetOpenAIClient(string clientId); FILE: src/Liquid.GenAi.OpenAi/OpenAiAdapter.cs class OpenAiAdapter (line 12) | [ExcludeFromCodeCoverage] method OpenAiAdapter (line 22) | public OpenAiAdapter(IOpenAiClientFactory factory) method FunctionCalling (line 28) | public async Task FunctionCalling(LiquidChatMess... method CompleteChatAsync (line 56) | public async Task CompleteChatAsync(string conte... method CompleteChatAsync (line 80) | public async Task CompleteChatAsync(LiquidChatMe... method GetChatMessagesAsync (line 128) | private static List GetChatMessagesAsync(string content, ... method MapChatRequestMessage (line 153) | private static ChatMessage MapChatRequestMessage(LiquidChatMessage mes... method CreateContent (line 179) | private static IEnumerable CreateContent(Liqui... method MapChatCompletionOptions (line 197) | private static ChatCompletionOptions MapChatCompletionOptions(Completi... FILE: src/Liquid.GenAi.OpenAi/OpenAiClientFactory.cs class OpenAiClientFactory (line 13) | public class OpenAiClientFactory : IOpenAiClientFactory method OpenAiClientFactory (line 23) | public OpenAiClientFactory(IOptions settings) method GetOpenAIClient (line 30) | public ChatClient GetOpenAIClient(string clientId) method CreateClient (line 57) | private ChatClient? CreateClient(List? settings, strin... FILE: src/Liquid.GenAi.OpenAi/Settings/OpenAiOptions.cs class OpenAiOptions (line 8) | [ExcludeFromCodeCoverage] class OpenAiSettings (line 20) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Messaging.Kafka/Extensions/DependencyInjection/IServiceCollectionExtension.cs class IServiceCollectionExtension (line 14) | public static class IServiceCollectionExtension method AddLiquidKafkaProducer (line 25) | public static IServiceCollection AddLiquidKafkaProducer(this ... method AddLiquidKafkaConsumer (line 58) | public static IServiceCollection AddLiquidKafkaConsumer(this IServiceCo... FILE: src/Liquid.Messaging.Kafka/Extensions/HeadersExtension.cs class HeadersExtension (line 11) | [ExcludeFromCodeCoverage] method AddCustomHeaders (line 19) | public static Headers AddCustomHeaders(this Headers messageAttributes,... method GetCustomHeaders (line 37) | public static Dictionary GetCustomHeaders(this Headers... FILE: src/Liquid.Messaging.Kafka/IKafkaFactory.cs type IKafkaFactory (line 10) | public interface IKafkaFactory method GetConsumer (line 16) | IConsumer GetConsumer(KafkaSettings settings); method GetProducer (line 22) | IProducer GetProducer(KafkaSettings settings); FILE: src/Liquid.Messaging.Kafka/KafkaConsumer.cs class KafkaConsumer (line 16) | public class KafkaConsumer : ILiquidConsumer method KafkaConsumer (line 35) | public KafkaConsumer(IKafkaFactory kafkaFactory, IOptions GetEventArgs(ConsumeResult GetConsumer(KafkaSettings settings) method GetProducer (line 29) | public IProducer GetProducer(KafkaSettings settings) method MapConsumerSettings (line 43) | private static ConsumerConfig MapConsumerSettings(KafkaSettings settings) method MapProducerSettings (line 59) | private static ProducerConfig MapProducerSettings(KafkaSettings settings) FILE: src/Liquid.Messaging.Kafka/KafkaProducer.cs class KafkaProducer (line 17) | public class KafkaProducer : ILiquidProducer method KafkaProducer (line 28) | public KafkaProducer(IOptions settings, IKafkaFactory f... method SendMessagesAsync (line 41) | public async Task SendMessagesAsync(IEnumerable messageBodies) method SendMessageAsync (line 57) | public async Task SendMessageAsync(TEntity messageBody, IDictionary GetMessage(TEntity messageBody, IDiction... FILE: src/Liquid.Messaging.Kafka/Settings/KafkaSettings.cs class KafkaSettings (line 8) | [LiquidSectionName("liquid:messaging:kafka:")] FILE: src/Liquid.Messaging.RabbitMq/Extensions/DependencyInjection/IServiceCollectionExtension.cs class IServiceCollectionExtension (line 14) | public static class IServiceCollectionExtension method AddLiquidRabbitMqProducer (line 25) | public static IServiceCollection AddLiquidRabbitMqProducer(th... method AddLiquidRabbitMqConsumer (line 60) | public static IServiceCollection AddLiquidRabbitMqConsumer(this IServiceCo... FILE: src/Liquid.Messaging.RabbitMq/IRabbitMqFactory.cs type IRabbitMqFactory (line 9) | public interface IRabbitMqFactory method GetSender (line 15) | IModel GetSender(RabbitMqProducerSettings settings); method GetReceiver (line 21) | IModel GetReceiver(RabbitMqConsumerSettings settings); FILE: src/Liquid.Messaging.RabbitMq/RabbitMqConsumer.cs class RabbitMqConsumer (line 21) | public class RabbitMqConsumer : ILiquidConsumer method RabbitMqConsumer (line 40) | public RabbitMqConsumer(IRabbitMqFactory factory, IOptions GetEventArgs(BasicDeliverEve... FILE: src/Liquid.Messaging.RabbitMq/RabbitMqFactory.cs class RabbitMqFactory (line 10) | [ExcludeFromCodeCoverage] method RabbitMqFactory (line 21) | public RabbitMqFactory() method GetReceiver (line 26) | public IModel GetReceiver(RabbitMqConsumerSettings settings) method GetSender (line 64) | public IModel GetSender(RabbitMqProducerSettings settings) method Dispose (line 93) | protected virtual void Dispose(bool disposing) method Dispose (line 110) | public void Dispose() FILE: src/Liquid.Messaging.RabbitMq/RabbitMqProducer.cs class RabbitMqProducer (line 15) | public class RabbitMqProducer : ILiquidProducer method RabbitMqProducer (line 27) | public RabbitMqProducer(IRabbitMqFactory factory, IOptions messageBodies) method GetProperties (line 79) | private IBasicProperties GetProperties(IDictionary cus... FILE: src/Liquid.Messaging.RabbitMq/Settings/AdvancedSettings.cs class AdvancedSettings (line 9) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Messaging.RabbitMq/Settings/QueueAckModeEnum.cs type QueueAckModeEnum (line 6) | public enum QueueAckModeEnum FILE: src/Liquid.Messaging.RabbitMq/Settings/QueueAckModeSettings.cs class QueueAckModeSettings (line 9) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Messaging.RabbitMq/Settings/RabbitMqConsumerSettings.cs class RabbitMqConsumerSettings (line 8) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Messaging.RabbitMq/Settings/RabbitMqProducerSettings.cs class RabbitMqProducerSettings (line 8) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Messaging.RabbitMq/Settings/RabbitMqSettings.cs class RabbitMqSettings (line 9) | [ExcludeFromCodeCoverage] FILE: src/Liquid.Messaging.ServiceBus/Extensions/DependencyInjection/IServiceCollectionExtensions.cs class IServiceCollectionExtensions (line 15) | [ExcludeFromCodeCoverage] method AddLiquidServiceBusProducer (line 27) | public static IServiceCollection AddLiquidServiceBusProducer(... method AddLiquidServiceBusConsumer (line 71) | public static IServiceCollection AddLiquidServiceBusConsumer(this IServiceCo... FILE: src/Liquid.Messaging.ServiceBus/IServiceBusFactory.cs type IServiceBusFactory (line 8) | public interface IServiceBusFactory method GetSender (line 13) | ServiceBusSender GetSender(string entityPath); method GetProcessor (line 18) | ServiceBusProcessor GetProcessor(string entityPath); method GetReceiver (line 23) | ServiceBusReceiver GetReceiver(string entityPath); FILE: src/Liquid.Messaging.ServiceBus/ServiceBusConsumer.cs class ServiceBusConsumer (line 15) | public class ServiceBusConsumer : ILiquidConsumer method ServiceBusConsumer (line 34) | public ServiceBusConsumer(IServiceBusFactory factory, string settingsN... method RegisterMessageHandler (line 41) | public async Task RegisterMessageHandler(CancellationToken cancellatio... method MessageHandler (line 62) | protected async Task MessageHandler(ProcessMessageEventArgs message) method ErrorHandler (line 71) | protected async Task ErrorHandler(ProcessErrorEventArgs args) method GetEventArgs (line 79) | private ConsumerMessageEventArgs GetEventArgs(ServiceBusRecei... method ProcessError (line 92) | protected static Task ProcessError(ConsumerErrorEventArgs args) FILE: src/Liquid.Messaging.ServiceBus/ServiceBusFactory.cs class ServiceBusFactory (line 11) | public class ServiceBusFactory : IServiceBusFactory method ServiceBusFactory (line 19) | public ServiceBusFactory(IOptions settings) method GetProcessor (line 25) | public ServiceBusProcessor GetProcessor(string settingsName) method GetSender (line 63) | public ServiceBusSender GetSender(string settingsName) method GetReceiver (line 86) | public ServiceBusReceiver GetReceiver(string settingsName) FILE: src/Liquid.Messaging.ServiceBus/ServiceBusProducer.cs class ServiceBusProducer (line 13) | public class ServiceBusProducer : ILiquidProducer method ServiceBusProducer (line 21) | public ServiceBusProducer(IServiceBusFactory factory, string settingsN... method SendMessagesAsync (line 28) | public async Task SendMessagesAsync(IEnumerable messageBodies) method SendMessageAsync (line 41) | public async Task SendMessageAsync(TEntity messageBody, IDictionary : IEntityFrameworkData... method EntityFrameworkDataContext (line 32) | public EntityFrameworkDataContext(TContext dbContext) method StartTransactionAsync (line 38) | public async Task StartTransactionAsync() method CommitAsync (line 45) | public async Task CommitAsync() method RollbackTransactionAsync (line 51) | public async Task RollbackTransactionAsync() method Dispose (line 57) | public void Dispose() method Dispose (line 67) | protected virtual void Dispose(bool disposing) FILE: src/Liquid.Repository.EntityFramework/EntityFrameworkRepository.cs class EntityFrameworkRepository (line 20) | public class EntityFrameworkRepository :... method EntityFrameworkRepository (line 42) | public EntityFrameworkRepository(IEntityFrameworkDataContext... method AddAsync (line 53) | public async Task AddAsync(TEntity entity) method FindAllAsync (line 60) | public async Task> FindAllAsync() method FindByIdAsync (line 68) | public async Task FindByIdAsync(TIdentifier id) method RemoveByIdAsync (line 76) | public async Task RemoveByIdAsync(TIdentifier id) method UpdateAsync (line 87) | public async Task UpdateAsync(TEntity entity) method WhereAsync (line 95) | public async Task> WhereAsync(Expression WhereInclude(Expression WhereInclude(Expression(this DbContext dbContext, Func WhereInclude WhereInclude(IServiceCollection se... FILE: src/Liquid.Repository.EntityFramework/IEntityFrameworkDataContext.cs type IEntityFrameworkDataContext (line 11) | public interface IEntityFrameworkDataContext : ILiquidData... FILE: src/Liquid.Repository.Mongo/Exceptions/MongoEntitySettingsDoesNotExistException.cs class MongoEntitySettingsDoesNotExistException (line 12) | [ExcludeFromCodeCoverage] method MongoEntitySettingsDoesNotExistException (line 20) | public MongoEntitySettingsDoesNotExistException(string entityName) method MongoEntitySettingsDoesNotExistException (line 25) | public MongoEntitySettingsDoesNotExistException(string message, Except... FILE: src/Liquid.Repository.Mongo/Exceptions/MongoException.cs class MongoException (line 11) | [ExcludeFromCodeCoverage] method MongoException (line 15) | public MongoException() method MongoException (line 23) | public MongoException(Exception innerException) : base("An error has o... method MongoException (line 28) | public MongoException(string message) : base(message) method MongoException (line 37) | public MongoException(string message, Exception innerException) : base... FILE: src/Liquid.Repository.Mongo/Extensions/IMongoCollectionExtensions.cs class IMongoCollectionExtensions (line 11) | public static class IMongoCollectionExtensions method InsertOneAsync (line 20) | public static async Task InsertOneAsync(this IMongoCollecti... method FindAsync (line 38) | public static async Task> FindAsync... method FindAsync (line 54) | public static async Task> FindAsync... method DeleteOneAsync (line 70) | public static async Task DeleteOneAsync(this ... method ReplaceOneAsync (line 88) | public static async Task ReplaceOneAsync(... FILE: src/Liquid.Repository.Mongo/Extensions/IServiceCollectionExtensions.cs class IServiceCollectionExtensions (line 15) | public static class IServiceCollectionExtensions method AddLiquidMongoRepository (line 28) | public static IServiceCollection AddLiquidMongoRepository : ILiquidDataContext method SetDatabase (line 43) | void SetDatabase(string databaseName); FILE: src/Liquid.Repository.Mongo/MongoClientFactory.cs class MongoClientFactory (line 12) | public class MongoClientFactory : IMongoClientFactory method MongoClientFactory (line 20) | public MongoClientFactory(IOptions settings) method GetClient (line 27) | public IMongoClient GetClient(string collectionName, out MongoEntitySe... method CreateClient (line 40) | private IMongoClient CreateClient(MongoEntitySettings databaseSettings) FILE: src/Liquid.Repository.Mongo/MongoDataContext.cs class MongoDataContext (line 13) | public class MongoDataContext : IMongoDataContext method MongoDataContext (line 65) | public MongoDataContext(IMongoClientFactory clientProvider, string col... method StartTransactionAsync (line 80) | public async Task StartTransactionAsync() method CommitAsync (line 89) | public async Task CommitAsync() method RollbackTransactionAsync (line 97) | public async Task RollbackTransactionAsync() method Dispose (line 103) | public void Dispose() method Dispose (line 113) | protected virtual void Dispose(bool disposing) method SetDatabase (line 130) | public void SetDatabase(string databaseName) FILE: src/Liquid.Repository.Mongo/MongoRepository.cs class MongoRepository (line 22) | public class MongoRepository : ILiquidRepository dataContext) method AddAsync (line 49) | public async Task AddAsync(TEntity entity) method FindAllAsync (line 58) | public async Task> FindAllAsync() method FindByIdAsync (line 69) | public async Task FindByIdAsync(TIdentifier id) method RemoveByIdAsync (line 79) | public async Task RemoveByIdAsync(TIdentifier id) method UpdateAsync (line 86) | public async Task UpdateAsync(TEntity entity) method WhereAsync (line 95) | public async Task> WhereAsync(Expression options, ILiquidConte... method CreateODataClientAsync (line 25) | public IODataClient CreateODataClientAsync(string entityName) method GetODataSettings (line 52) | private static ODataClientSettings GetODataSettings(ODataSettings? set... FILE: src/Liquid.Repository.OData/ODataRepository.cs class ODataRepository (line 8) | public class ODataRepository : ILiquidRepository> FindAllAsync() method FindByIdAsync (line 46) | public async Task FindByIdAsync(TIdentifier id) method RemoveByIdAsync (line 54) | public async Task RemoveByIdAsync(TIdentifier id) method UpdateAsync (line 62) | public async Task UpdateAsync(TEntity entity) method WhereAsync (line 70) | public async Task> WhereAsync(Expression? options) method SetContainerClients (line 26) | public void SetContainerClients() method GetContainerClient (line 40) | public BlobContainerClient GetContainerClient(string containerName) FILE: src/Liquid.Storage.AzureStorage/Extensions/IServiceCollectionExtensions.cs class IServiceCollectionExtensions (line 12) | [ExcludeFromCodeCoverage] method AddLiquidAzureStorageAdapter (line 22) | public static IServiceCollection AddLiquidAzureStorageAdapter(this ISe... FILE: src/Liquid.Storage.AzureStorage/IBlobClientFactory.cs type IBlobClientFactory (line 8) | public interface IBlobClientFactory method SetContainerClients (line 20) | void SetContainerClients(); method GetContainerClient (line 28) | BlobContainerClient GetContainerClient(string containerName); FILE: src/Liquid.Storage.AzureStorage/LiquidStorageAzure.cs class LiquidStorageAzure (line 12) | public class LiquidStorageAzure : ILiquidStorage method LiquidStorageAzure (line 21) | public LiquidStorageAzure(IBlobClientFactory factory) method DeleteByTags (line 29) | public async Task DeleteByTags(IDictionary tags, strin... method GetAllBlobs (line 52) | public async Task> GetAllBlobs(string containerName) method Delete (line 78) | public async Task Delete(string id, string containerName) method ReadBlobsByTags (line 88) | public async Task> ReadBlobsByTags(IDictionary UploadBlob(byte[] data, string name, string ... method ReadBlobsByName (line 137) | public async Task ReadBlobsByName(string blobName, string ... method GetBlobSasUri (line 169) | public string? GetBlobSasUri(string blobName, string containerName, Da... FILE: src/Liquid.Storage.AzureStorage/StorageSettings.cs class StorageSettings (line 6) | public class StorageSettings class ContainerSettings (line 17) | public class ContainerSettings FILE: src/Liquid.WebApi.Http/Attributes/SwaggerAuthorizationHeaderAttribute.cs class SwaggerAuthorizationHeaderAttribute (line 10) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowM... method SwaggerAuthorizationHeaderAttribute (line 17) | public SwaggerAuthorizationHeaderAttribute() : base("Authorization", t... FILE: src/Liquid.WebApi.Http/Attributes/SwaggerBaseHeaderAttribute.cs class SwaggerBaseHeaderAttribute (line 10) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowM... method SwaggerBaseHeaderAttribute (line 44) | protected SwaggerBaseHeaderAttribute(string name, bool required = fals... FILE: src/Liquid.WebApi.Http/Attributes/SwaggerChannelHeaderAttribute.cs class SwaggerChannelHeaderAttribute (line 10) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowM... method SwaggerChannelHeaderAttribute (line 17) | public SwaggerChannelHeaderAttribute() : base("Channel", false, "Examp... FILE: src/Liquid.WebApi.Http/Attributes/SwaggerCultureHeaderAttribute.cs class SwaggerCultureHeaderAttribute (line 10) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowM... method SwaggerCultureHeaderAttribute (line 17) | public SwaggerCultureHeaderAttribute() : base("Culture", false, "Examp... FILE: src/Liquid.WebApi.Http/Attributes/SwaggerCustomHeaderAttribute.cs class SwaggerCustomHeaderAttribute (line 10) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowM... method SwaggerCustomHeaderAttribute (line 20) | public SwaggerCustomHeaderAttribute(string name, bool required = false... FILE: src/Liquid.WebApi.Http/Entities/LiquidErrorResponse.cs class LiquidErrorResponse (line 11) | [ExcludeFromCodeCoverage] FILE: src/Liquid.WebApi.Http/Exceptions/LiquidContextKeysException.cs class LiquidContextKeysException (line 9) | [ExcludeFromCodeCoverage] method LiquidContextKeysException (line 14) | public LiquidContextKeysException() method LiquidContextKeysException (line 19) | public LiquidContextKeysException(string contextKey) : base($"The valu... method LiquidContextKeysException (line 24) | public LiquidContextKeysException(string message, Exception innerExcep... FILE: src/Liquid.WebApi.Http/Exceptions/LiquidScopedKeysException.cs class LiquidScopedtKeysException (line 9) | [ExcludeFromCodeCoverage] method LiquidScopedtKeysException (line 14) | public LiquidScopedtKeysException() method LiquidScopedtKeysException (line 19) | public LiquidScopedtKeysException(string contextKey) : base($"The valu... method LiquidScopedtKeysException (line 24) | public LiquidScopedtKeysException(string message, Exception innerExcep... FILE: src/Liquid.WebApi.Http/Extensions/DependencyInjection/IApplicationBuilderExtensions.cs class IApplicationBuilderExtensions (line 13) | [ExcludeFromCodeCoverage] method UseLiquidCulture (line 20) | public static IApplicationBuilder UseLiquidCulture(this IApplicationBu... method UseLiquidException (line 29) | public static IApplicationBuilder UseLiquidException(this IApplication... method UseLiquidContext (line 38) | public static IApplicationBuilder UseLiquidContext(this IApplicationBu... method UseLiquidScopedLogging (line 47) | public static IApplicationBuilder UseLiquidScopedLogging(this IApplica... method UseLiquidSwagger (line 56) | public static IApplicationBuilder UseLiquidSwagger(this IApplicationBu... method UseLiquidConfigure (line 75) | public static IApplicationBuilder UseLiquidConfigure(this IApplication... FILE: src/Liquid.WebApi.Http/Extensions/DependencyInjection/IServiceCollectionExtensions.cs class IServiceCollectionExtensions (line 24) | [ExcludeFromCodeCoverage] method AddLiquidHttp (line 37) | public static IServiceCollection AddLiquidHttp(this IServiceCollection... method AddLiquidSwagger (line 82) | public static IServiceCollection AddLiquidSwagger(this IServiceCollect... FILE: src/Liquid.WebApi.Http/Extensions/HttpContextExtensions.cs class HttpContextExtensions (line 11) | [ExcludeFromCodeCoverage] method GetValueFromHeader (line 20) | public static string GetValueFromHeader(this HttpContext context, stri... method GetValueFromQuery (line 45) | public static string GetValueFromQuery(this HttpContext context, strin... FILE: src/Liquid.WebApi.Http/Filters/Swagger/AddHeaderParameterFilter.cs class AddHeaderParameterFilter (line 16) | [ExcludeFromCodeCoverage] method Apply (line 24) | public void Apply(OpenApiOperation operation, OperationFilterContext c... FILE: src/Liquid.WebApi.Http/Filters/Swagger/DefaultResponseFilter.cs class DefaultResponseFilter (line 11) | [ExcludeFromCodeCoverage] method Apply (line 19) | public void Apply(OpenApiOperation operation, OperationFilterContext c... FILE: src/Liquid.WebApi.Http/Filters/Swagger/DocumentSortFilter.cs class DocumentSortFilter (line 14) | [ExcludeFromCodeCoverage] method Apply (line 22) | public void Apply(OpenApiDocument swaggerDoc, DocumentFilterContext co... FILE: src/Liquid.WebApi.Http/Filters/Swagger/OverloadMethodsSameVerb.cs class OverloadMethodsSameVerb (line 16) | [ExcludeFromCodeCoverage] method Apply (line 24) | public void Apply(OpenApiOperation operation, OperationFilterContext c... FILE: src/Liquid.WebApi.Http/Implementations/LiquidControllerBase.cs class LiquidControllerBase (line 14) | public abstract class LiquidControllerBase : ControllerBase method LiquidControllerBase (line 29) | protected LiquidControllerBase(IMediator mediator) method ExecuteAsync (line 39) | protected virtual async Task ExecuteAsync(IReque... method ExecuteAsync (line 50) | protected virtual async Task ExecuteAsync(IRe... FILE: src/Liquid.WebApi.Http/Implementations/LiquidNotificationHelper.cs class LiquidNotificationHelper (line 8) | public class LiquidNotificationHelper : ILiquidNotificationHelper method LiquidNotificationHelper (line 16) | public LiquidNotificationHelper(ILiquidContextNotifications contextNot... method IncludeMessages (line 22) | public object IncludeMessages(TResponse response) FILE: src/Liquid.WebApi.Http/Interfaces/ILiquidNotificationHelper.cs type ILiquidNotificationHelper (line 6) | public interface ILiquidNotificationHelper method IncludeMessages (line 13) | object IncludeMessages(TResponse response); FILE: src/Liquid.WebApi.Http/Middlewares/LiquidContextMiddleware.cs class LiquidContextMiddleware (line 19) | [ExcludeFromCodeCoverage] method LiquidContextMiddleware (line 30) | public LiquidContextMiddleware(RequestDelegate next, IOptions FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/CreateENTITYNAME/CreateENTITYNAMEHandler.cs class CreateENTITYNAMEHandler (line 10) | public class CreateENTITYNAMEHandler : IRequestHandler Handle(ListENTITYNAMERequest... FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/ListENTITYNAME/ListENTITYNAMERequest.cs class ListENTITYNAMERequest (line 5) | public class ListENTITYNAMERequest : IRequest method ListENTITYNAMERequest (line 7) | public ListENTITYNAMERequest() FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/ListENTITYNAME/ListENTITYNAMEResponse.cs class ListENTITYNAMEResponse (line 6) | public class ListENTITYNAMEResponse method ListENTITYNAMEResponse (line 10) | public ListENTITYNAMEResponse(IEnumerable data) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/ReadENTITYNAME/ReadENTITYNAMEHandler.cs class ReadENTITYNAMEHandler (line 10) | public class ReadENTITYNAMEHandler : IRequestHandler Handle(ReadENTITYNAMERequest... FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/ReadENTITYNAME/ReadENTITYNAMERequest.cs class ReadENTITYNAMERequest (line 6) | public class ReadENTITYNAMERequest : IRequest method ReadENTITYNAMERequest (line 10) | public ReadENTITYNAMERequest(ENTITYIDTYPE id) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/ReadENTITYNAME/ReadENTITYNAMEResponse.cs class ReadENTITYNAMEResponse (line 5) | public class ReadENTITYNAMEResponse method ReadENTITYNAMEResponse (line 9) | public ReadENTITYNAMEResponse(ENTITYNAME data) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/RemoveENTITYNAME/RemoveENTITYNAMEHandler.cs class RemoveENTITYNAMEHandler (line 10) | public class RemoveENTITYNAMEHandler : IRequestHandler Handle(RemoveENTITYNAMEReq... FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/RemoveENTITYNAME/RemoveENTITYNAMERequest.cs class RemoveENTITYNAMERequest (line 6) | public class RemoveENTITYNAMERequest : IRequest method RemoveENTITYNAMERequest (line 10) | public RemoveENTITYNAMERequest(ENTITYIDTYPE id) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/RemoveENTITYNAME/RemoveENTITYNAMEResponse.cs class RemoveENTITYNAMEResponse (line 5) | public class RemoveENTITYNAMEResponse method RemoveENTITYNAMEResponse (line 9) | public RemoveENTITYNAMEResponse(ENTITYNAME data) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/UpdateENTITYNAME/UpdateENTITYNAMEHandler.cs class UpdateENTITYNAMEHandler (line 10) | public class UpdateENTITYNAMEHandler : IRequestHandler Handle(UpdateENTITYNAMEReq... FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/UpdateENTITYNAME/UpdateENTITYNAMERequest.cs class UpdateENTITYNAMERequest (line 6) | public class UpdateENTITYNAMERequest : IRequest method UpdateENTITYNAMERequest (line 10) | public UpdateENTITYNAMERequest(ENTITYNAME body) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/UpdateENTITYNAME/UpdateENTITYNAMEResponse.cs class UpdateENTITYNAMEResponse (line 5) | public class UpdateENTITYNAMEResponse method UpdateENTITYNAMEResponse (line 9) | public UpdateENTITYNAMEResponse(ENTITYNAME data) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/UpdateENTITYNAME/UpdateENTITYNAMEValidator.cs class UpdateENTITYNAMEValidator (line 5) | public class UpdateENTITYNAMEValidator : AbstractValidator FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/CreateENTITYNAME/CreateENTITYNAMEHandler.cs class CreateENTITYNAMEHandler (line 10) | public class CreateENTITYNAMEHandler : IRequestHandler Handle(ListENTITYNAMERequest... FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/ListENTITYNAME/ListENTITYNAMERequest.cs class ListENTITYNAMERequest (line 5) | public class ListENTITYNAMERequest : IRequest method ListENTITYNAMERequest (line 7) | public ListENTITYNAMERequest() FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/ListENTITYNAME/ListENTITYNAMEResponse.cs class ListENTITYNAMEResponse (line 6) | public class ListENTITYNAMEResponse method ListENTITYNAMEResponse (line 10) | public ListENTITYNAMEResponse(IEnumerable data) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/ReadENTITYNAME/ReadENTITYNAMEHandler.cs class ReadENTITYNAMEHandler (line 10) | public class ReadENTITYNAMEHandler : IRequestHandler Handle(ReadENTITYNAMERequest... FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/ReadENTITYNAME/ReadENTITYNAMERequest.cs class ReadENTITYNAMERequest (line 6) | public class ReadENTITYNAMERequest : IRequest method ReadENTITYNAMERequest (line 10) | public ReadENTITYNAMERequest(ENTITYIDTYPE id) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/ReadENTITYNAME/ReadENTITYNAMEResponse.cs class ReadENTITYNAMEResponse (line 5) | public class ReadENTITYNAMEResponse method ReadENTITYNAMEResponse (line 9) | public ReadENTITYNAMEResponse(ENTITYNAME data) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/RemoveENTITYNAME/RemoveENTITYNAMEHandler.cs class RemoveENTITYNAMEHandler (line 10) | public class RemoveENTITYNAMEHandler : IRequestHandler Handle(RemoveENTITYNAMEReq... FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/RemoveENTITYNAME/RemoveENTITYNAMERequest.cs class RemoveENTITYNAMERequest (line 6) | public class RemoveENTITYNAMERequest : IRequest method RemoveENTITYNAMERequest (line 10) | public RemoveENTITYNAMERequest(ENTITYIDTYPE id) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/RemoveENTITYNAME/RemoveENTITYNAMEResponse.cs class RemoveENTITYNAMEResponse (line 5) | public class RemoveENTITYNAMEResponse method RemoveENTITYNAMEResponse (line 9) | public RemoveENTITYNAMEResponse(ENTITYNAME data) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/UpdateENTITYNAME/UpdateENTITYNAMEHandler.cs class UpdateENTITYNAMEHandler (line 10) | public class UpdateENTITYNAMEHandler : IRequestHandler Handle(UpdateENTITYNAMEReq... FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/UpdateENTITYNAME/UpdateENTITYNAMERequest.cs class UpdateENTITYNAMERequest (line 6) | public class UpdateENTITYNAMERequest : IRequest method UpdateENTITYNAMERequest (line 10) | public UpdateENTITYNAMERequest(ENTITYNAME body) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/UpdateENTITYNAME/UpdateENTITYNAMEResponse.cs class UpdateENTITYNAMEResponse (line 5) | public class UpdateENTITYNAMEResponse method UpdateENTITYNAMEResponse (line 9) | public UpdateENTITYNAMEResponse(ENTITYNAME data) FILE: templates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/UpdateENTITYNAME/UpdateENTITYNAMEValidator.cs class UpdateENTITYNAMEValidator (line 5) | public class UpdateENTITYNAMEValidator : AbstractValidator method Configure (line 9) | public void Configure(EntityTypeBuilder builder) FILE: templates/src/Liquid.Templates/Templates/Liquid.DbContext.Project/PROJECTNAME.Repository/Configurations/ENTITYNAMEConfiguration.cs class ENTITYNAMEConfiguration (line 7) | public class ENTITYNAMEConfiguration : IEntityTypeConfiguration method Configure (line 9) | public void Configure(EntityTypeBuilder builder) FILE: templates/src/Liquid.Templates/Templates/Liquid.DbContext.Project/PROJECTNAME.Repository/LiquidDbContext.cs class LiquidDbContext (line 6) | public class LiquidDbContext : DbContext method LiquidDbContext (line 8) | public LiquidDbContext() : base() { } method LiquidDbContext (line 10) | public LiquidDbContext(DbContextOptions options) : ba... method OnModelCreating (line 12) | protected override void OnModelCreating(ModelBuilder modelBuilder) FILE: templates/src/Liquid.Templates/Templates/Liquid.Domain.AddHandler/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMEHandler.cs class COMMANDNAMEENTITYNAMEHandler (line 10) | public class COMMANDNAMEENTITYNAMEHandler : IRequestHandler Handle(COMMANDNAMEENT... FILE: templates/src/Liquid.Templates/Templates/Liquid.Domain.AddHandler/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMERequest.cs class COMMANDNAMEENTITYNAMERequest (line 6) | public class COMMANDNAMEENTITYNAMERequest : IRequest FILE: templates/src/Liquid.Templates/Templates/Liquid.Domain.Project/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMEHandler.cs class COMMANDNAMEENTITYNAMEHandler (line 10) | public class COMMANDNAMEENTITYNAMEHandler : IRequestHandler Handle(COMMANDNAMEENT... FILE: templates/src/Liquid.Templates/Templates/Liquid.Domain.Project/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMERequest.cs class COMMANDNAMEENTITYNAMERequest (line 6) | public class COMMANDNAMEENTITYNAMERequest : IRequest FILE: templates/src/Liquid.Templates/Templates/Liquid.WebApi.AddEntity/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMEHandler.cs class COMMANDNAMEENTITYNAMEHandler (line 10) | public class COMMANDNAMEENTITYNAMEHandler : IRequestHandler Handle(COMMANDNAMEENT... FILE: templates/src/Liquid.Templates/Templates/Liquid.WebApi.AddEntity/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMERequest.cs class COMMANDNAMEENTITYNAMERequest (line 6) | public class COMMANDNAMEENTITYNAMERequest : IRequest FILE: templates/src/Liquid.Templates/Templates/Liquid.WebApi.Solution/src/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMEHandler.cs class COMMANDNAMEENTITYNAMEHandler (line 10) | public class COMMANDNAMEENTITYNAMEHandler : IRequestHandler Handle(COMMANDNAMEENT... FILE: templates/src/Liquid.Templates/Templates/Liquid.WebApi.Solution/src/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMERequest.cs class COMMANDNAMEENTITYNAMERequest (line 6) | public class COMMANDNAMEENTITYNAMERequest : IRequest FILE: templates/src/Liquid.Templates/Templates/Liquid.WorkerService.Project/PROJECTNAME.WorkerService/Worker.cs class Worker (line 12) | public class Worker : ILiquidWorker method Worker (line 17) | public Worker(ILogger logger, IMediator mediator) method ProcessMessageAsync (line 23) | public async Task ProcessMessageAsync(ConsumerMessageEventArgs FILE: templates/src/Liquid.Templates/Templates/Liquid.WorkerService.Solution/src/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMEHandler.cs class COMMANDNAMEENTITYNAMEHandler (line 10) | public class COMMANDNAMEENTITYNAMEHandler : IRequestHandler Handle(COMMANDNAMEENT... FILE: templates/src/Liquid.Templates/Templates/Liquid.WorkerService.Solution/src/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMERequest.cs class COMMANDNAMEENTITYNAMERequest (line 6) | public class COMMANDNAMEENTITYNAMERequest : IRequest FILE: templates/src/Liquid.Templates/Templates/Liquid.WorkerService.Solution/src/PROJECTNAME.WorkerService/Worker.cs class Worker (line 12) | public class Worker : ILiquidWorker method Worker (line 17) | public Worker(ILogger logger, IMediator mediator) method ProcessMessageAsync (line 23) | public async Task ProcessMessageAsync(ConsumerMessageEventArgs Handle(RequestMock request, CancellationToke... FILE: test/Liquid.Core.Telemetry.ElasticApm.Tests/Mocks/IMockService.cs type IMockService (line 5) | public interface IMockService method Get (line 7) | Task Get(); method GetError (line 8) | Task GetError(); FILE: test/Liquid.Core.Telemetry.ElasticApm.Tests/Mocks/MockService.cs class MockService (line 7) | public class MockService : IMockService method MockService (line 10) | public MockService(ILogger logger) method MockService (line 14) | public MockService() method Get (line 19) | public async Task Get() method GetError (line 27) | public async Task GetError() FILE: test/Liquid.Core.Telemetry.ElasticApm.Tests/Mocks/RequestMock.cs class RequestMock (line 5) | public sealed class RequestMock : IRequest FILE: test/Liquid.Core.Telemetry.ElasticApm.Tests/Mocks/ResponseMock.cs class ResponseMock (line 3) | public sealed class ResponseMock FILE: test/Liquid.Core.Telemetry.ElasticApm.Tests/Settings/ConfigurationSettings.cs class ConfigurationSettings (line 9) | internal class ConfigurationSettings method AddElasticApm (line 11) | internal IConfiguration AddElasticApm(bool? enable = null) FILE: test/Liquid.Core.Telemetry.ElasticApm.Tests/Settings/ElasticApmSettings.cs class ElasticApmSettings (line 3) | internal sealed class ElasticApmSettings : IElasticApmSettings FILE: test/Liquid.Core.Telemetry.ElasticApm.Tests/Settings/IElasticApmSettings.cs type IElasticApmSettings (line 3) | internal interface IElasticApmSettings FILE: test/Liquid.Core.Tests/Cache/IServiceCollectionExtensionTests.cs class IServiceCollectionExtensionTests (line 12) | public class IServiceCollectionExtensionTests method SetCollection (line 19) | private void SetCollection() method AddLiquidDistributedCache_WhenWithTelemetryTrue_GetServicesReturnLiqudCache (line 26) | [Fact] method AddLiquidDistributedCache_WhenWithTelemetryfalse_GetServicesReturnLiqudCache (line 41) | [Fact] FILE: test/Liquid.Core.Tests/Cache/LiquidCacheTests.cs class LiquidCacheTests (line 12) | public class LiquidCacheTests method LiquidCacheTests (line 17) | public LiquidCacheTests() method Ctor_WhenIDistributedCacheIsNull_ThrowException (line 21) | [Fact] method GetByteArray_WhenKeyExists_ThenReturnByteArray (line 27) | [Fact] method GetAsyncByteArray_WhenKeyExists_ThenReturnByteArray (line 41) | [Fact] method GetComplexType_WhenKeyExists_ThenReturnType (line 56) | [Fact] method GetAsyncComplexType_WhenKeyExists_ThenReturnType (line 70) | [Fact] method GetPrimitiveType_WhenKeyExists_ThenReturnPrimitive (line 85) | [Fact] method GetAsyncPrimitiveType_WhenKeyExists_ThenReturnPrimitive (line 100) | [Fact] method GetGuid_WhenKeyExists_ThenReturnGuid (line 115) | [Fact] method GetAsyncGuid_WhenKeyExists_ThenReturnGuid (line 130) | [Fact] method SetByteArray_WhenSucessfullySet_ThenDistributeCacheSetReceivedCall (line 145) | [Fact] method SetAsyncByteArray_WhenSucessfullySet_ThenDistributeCacheSetReceivedCall (line 159) | [Fact] method SetComplexType_WhenSucessfullySet_ThenDistributeCacheSetReceivedCall (line 173) | [Fact] method SetAsyncComplexType_WhenSucessfullySet_ThenDistributeCacheSetReceivedCall (line 187) | [Fact] method SetPrimitiveType_WhenSucessfullySet_ThenDistributeCacheSetReceivedCall (line 201) | [Fact] method SetAsyncPrimitiveType_WhenSucessfullySet_ThenDistributeCacheSetReceivedCall (line 215) | [Fact] method SetGuid_WhenSucessfullySet_ThenDistributeCacheSetReceivedCall (line 229) | [Fact] method SetAsyncGuid_WhenSucessfullySet_ThenDistributeCacheSetReceivedCall (line 243) | [Fact] method Refresh_WhenSucessfull_ThenDistributeCacheRefreshReceivedCall (line 257) | [Fact] method RefreshAsync_WhenSucessfull_ThenDistributeCacheRefreshAsyncReceivedCall (line 270) | [Fact] method Remove_WhenSucessfull_ThenDistributeCacheRemoveReceivedCall (line 284) | [Fact] method RemoveAsync_WhenSucessfull_ThenDistributeCacheRemoveAsyncReceivedCall (line 297) | [Fact] FILE: test/Liquid.Core.Tests/CommandHandlers/Test1/Test1Command.cs class Test1Command (line 5) | public class Test1Command : IRequest FILE: test/Liquid.Core.Tests/CommandHandlers/Test1/Test1CommandHandler.cs class Test1CommandHandler (line 8) | public class Test1CommandHandler : IRequestHandler Handle(Test1Command request, Cancella... FILE: test/Liquid.Core.Tests/CommandHandlers/Test1/Test1Response.cs class Test1Response (line 3) | public class Test1Response FILE: test/Liquid.Core.Tests/CommandHandlers/Test2/Test2Command.cs class Test2Command (line 6) | public class Test2Command : IRequest FILE: test/Liquid.Core.Tests/CommandHandlers/Test2/Test2CommandHandler.cs class Test2CommandHandler (line 8) | public class Test2CommandHandler : IRequestHandler Handle(Test2Command request, Cancella... FILE: test/Liquid.Core.Tests/CommandHandlers/Test2/Test2CommandValidator.cs class Test2CommandValidator (line 5) | public class Test2CommandValidator : AbstractValidator method Test2CommandValidator (line 7) | public Test2CommandValidator() FILE: test/Liquid.Core.Tests/CommandHandlers/Test2/Test2Response.cs class Test2Response (line 3) | public class Test2Response FILE: test/Liquid.Core.Tests/Core/IServiceCollectionLiquidExtensionTest.cs class IServiceCollectionLiquidExtensionTest (line 12) | public class IServiceCollectionLiquidExtensionTest method AddLiquidTelemetryInterceptor_WhenSuccessfullyInjectsInterceptor_GetServiceSuccessfully (line 16) | [Fact] method AddScopedLiquidTelemetry_WhenSuccessfullyInjectsInterceptor_GetServiceSuccessfully (line 31) | [Fact] method SetCollection (line 45) | private void SetCollection() method AddSingletonLiquidTelemetry_WhenSuccessfullyInjectsInterceptor_GetServiceSuccessfully (line 52) | [Fact] method AddTransientLiquidTelemetry_WhenSuccessfullyInjectsInterceptor_GetServiceSuccessfully (line 66) | [Fact] FILE: test/Liquid.Core.Tests/Core/LiquidContextNotificationsTest.cs class LiquidContextNotificationsTest (line 7) | public class LiquidContextNotificationsTest method LiquidContextNotificationsTest (line 11) | public LiquidContextNotificationsTest() method InitializeNotifications (line 16) | private void InitializeNotifications() method InsertNotificaton_WhenContextHasNoNotifications_Inserted (line 21) | [Fact] method InsertNotification_WhenContextHasNotifications_Inserted (line 32) | [Fact] method UpdateNotification_WhenNotificationTextAlredyExists_Inserted (line 45) | [Fact] method GetNotifications_WhenContexthasNone_ReturnNull (line 58) | [Fact] method GetNotifications_WhenContexthasNotifications_ReturnNotifications (line 66) | [Fact] FILE: test/Liquid.Core.Tests/Core/LiquidContextTest.cs class LiquidContextTest (line 7) | public class LiquidContextTest method LiquidContextTest (line 10) | public LiquidContextTest() method UpsertKey_WhenContextIsEmpty_KeyInserted (line 16) | [Fact] method UpsertKey_WhenInsertNewKey_NewKeyInserted (line 26) | [Fact] method UpsertKey_WhenUpdateKey_KeyUpdated (line 36) | [Fact] method Get_WhenKeyExists_ReturnValue (line 45) | [Fact] method Get_WhenKeyDoesntExist_ReturnNull (line 53) | [Fact] method Get_WhenCurrentHasNoItens_ReturnNull (line 62) | [Fact] FILE: test/Liquid.Core.Tests/Core/LiquidJsonSerializerTest.cs class LiquidJsonSerializerTest (line 7) | public class LiquidJsonSerializerTest method LiquidJsonSerializerTest (line 11) | public LiquidJsonSerializerTest() method Serialize_WhenSerializeObject_ReturnJsonString (line 16) | [Fact] FILE: test/Liquid.Core.Tests/Core/LiquidSerializerProviderTest.cs class LiquidSerializerProviderTest (line 9) | public class LiquidSerializerProviderTest method LiquidSerializerProviderTest (line 15) | public LiquidSerializerProviderTest() method GetSerializerByType_WhenServiceTypeExists_ReturnService (line 24) | [Fact] method GetSerializerByType_WhenServiceTypeDoesntExists_ReturnNull (line 33) | [Fact] method Ctor_WhenArgumentIsNull_ThrowException (line 41) | [Fact] FILE: test/Liquid.Core.Tests/Core/LiquidTelemetryInterceptorTest.cs class LiquidTelemetryInterceptorTest (line 12) | public class LiquidTelemetryInterceptorTest method LiquidTelemetryInterceptorTest (line 18) | public LiquidTelemetryInterceptorTest() method Intercept_WhenMethodExecutionIsSucessfull_LogStarEnd (line 34) | [Fact] method Intercept_WhenMethodExecutionThrowsException_LogStarExceptionAndEnd (line 43) | [Fact] FILE: test/Liquid.Core.Tests/Core/LiquidXmlSerializerTest.cs class LiquidXmlSerializerTest (line 9) | public class LiquidXmlSerializerTest method LiquidXmlSerializerTest (line 13) | public LiquidXmlSerializerTest() method Serialize_WhenContentTyped_ReturnXmlString (line 18) | [Fact] method Serialize_WhenContentIsAnonymous_ThrowException (line 28) | [Fact] FILE: test/Liquid.Core.Tests/Core/LocalizationTest.cs class LocalizationTest (line 3) | public class LocalizationTest FILE: test/Liquid.Core.Tests/Domain/RequestHandlerTest.cs class RequestHandlerTest (line 26) | [ExcludeFromCodeCoverage] method RequestHandlerTest (line 34) | public RequestHandlerTest() method Test_WhenCommandHasntValidator_Sucess (line 55) | [Fact] method Test_WhenValidatorPassed_Sucess (line 68) | [Fact] method Test_WhenValidatorThrowError_ThowException (line 80) | [Fact] FILE: test/Liquid.Core.Tests/Messaging/IServiceCollectionExtensionTest.cs class IServiceCollectionExtensionTest (line 18) | public class IServiceCollectionExtensionTest method IServiceCollectionExtensionTest (line 25) | public IServiceCollectionExtensionTest() method AddLiquidWorkerService_WhenAdded_ServiceProvideCanResolveHostedService (line 31) | [Fact] method AddLiquidDomain_WhenAdded_ServiceProviderCanResolveMediatorService (line 43) | [Fact] method AddLiquidPipeline_WhenAdded_ServiceProviderCanResolveLiquidWorkerService (line 52) | [Fact] method AddLiquidMessageConsumer_WhenAdded_ServiceProviderCanResolveLiquidMessagingConsumerServices (line 65) | [Fact] method ConfigureServices (line 81) | private void ConfigureServices() FILE: test/Liquid.Core.Tests/Messaging/LiquidBackgroundServiceTest.cs class LiquidBackgroundServiceTest (line 14) | public class LiquidBackgroundServiceTest : LiquidBackgroundService w... FILE: test/Liquid.Core.Tests/Messaging/LiquidContextDecoratorTest.cs class LiquidContextDecoratorTest (line 18) | public class LiquidContextDecoratorTest method LiquidContextDecoratorTest (line 24) | public LiquidContextDecoratorTest() method ProcessMessageAsync_WhenHeaderHasRequiredContexKey_ContextKeyInserted (line 37) | [Fact] method ProcessMessageAsync_WhenHeaderHasntRequiredContexKey_ContextKeyInserted (line 49) | [Fact] method ProcessMessageAsync_WhenCultureTrue_ContextCultureCreated (line 59) | [Fact] FILE: test/Liquid.Core.Tests/Messaging/LiquidCultureDecoratorTest.cs class LiquidCultureDecoratorTest (line 15) | public class LiquidCultureDecoratorTest method LiquidCultureDecoratorTest (line 20) | public LiquidCultureDecoratorTest() method ProcessMessageAsync_CultureSettingsIsNull_CurrentCultureNotChanged (line 26) | [Fact] method ProcessMessageAsync_CultureSettingsIsNotNull_CurrentCultureChanged (line 41) | [Fact] FILE: test/Liquid.Core.Tests/Messaging/LiquidScopedLoggingDecoratorTest.cs class LiquidScopedLoggingDecoratorTest (line 18) | public class LiquidScopedLoggingDecoratorTest method LiquidScopedLoggingDecoratorTest (line 25) | public LiquidScopedLoggingDecoratorTest() method ProcessMessageAsync_WhenHeaderHasRequiredScopedLoggingKey_ScopeCreated (line 37) | [Fact] method ProcessMessageAsync_WhenHeaderHasntRequiredScopedLoggingKey_ThrowMessagingException (line 49) | [Fact] FILE: test/Liquid.Core.Tests/Mocks/AnotherTestEntity.cs class AnotherTestEntity (line 13) | [ExcludeFromCodeCoverage] FILE: test/Liquid.Core.Tests/Mocks/CommandHandlerMock.cs class CommandHandlerMock (line 7) | public class CommandHandlerMock : IRequestHandler method Handle (line 9) | public async Task Handle(CommandRequestMock request, CancellationToken... FILE: test/Liquid.Core.Tests/Mocks/CommandRequestMock.cs class CommandRequestMock (line 5) | public class CommandRequestMock : IRequest method CommandRequestMock (line 9) | public CommandRequestMock(EntityMock entity) FILE: test/Liquid.Core.Tests/Mocks/EntityMock.cs class EntityMock (line 3) | public class EntityMock FILE: test/Liquid.Core.Tests/Mocks/IMockService.cs type IMockService (line 5) | public interface IMockService method Get (line 7) | Task Get(); method GetError (line 8) | Task GetError(); FILE: test/Liquid.Core.Tests/Mocks/InMemoryRepository.cs class InMemoryRepository (line 12) | [ExcludeFromCodeCoverage] method InMemoryRepository (line 24) | public InMemoryRepository() method AddAsync (line 29) | public async Task AddAsync(TEntity entity) method FindAllAsync (line 34) | public async Task> FindAllAsync() method FindByIdAsync (line 40) | public async Task FindByIdAsync(TIdentifier id) method RemoveByIdAsync (line 46) | public async Task RemoveByIdAsync(TIdentifier id) method UpdateAsync (line 51) | public async Task UpdateAsync(TEntity entity) method WhereAsync (line 57) | public async Task> WhereAsync(Expression CloneRepository(Dictionary Get() method GetError (line 22) | public async Task GetError() FILE: test/Liquid.Core.Tests/Mocks/MockSerializeObject.cs class MockSerializeObject (line 3) | public class MockSerializeObject method MockSerializeObject (line 5) | public MockSerializeObject() method MockSerializeObject (line 10) | public MockSerializeObject(int intProperty, string stringProperty) FILE: test/Liquid.Core.Tests/Mocks/MockService.cs class MockService (line 7) | public class MockService : IMockService method MockService (line 10) | public MockService(ILogger logger) method MockService (line 14) | public MockService() method Get (line 19) | public async Task Get() method GetError (line 27) | public async Task GetError() FILE: test/Liquid.Core.Tests/Mocks/MockSettings.cs class MockSettings (line 5) | [LiquidSectionName("MockSettings")] class MockNoAttributeSettings (line 11) | public class MockNoAttributeSettings FILE: test/Liquid.Core.Tests/Mocks/MockType.cs class MockType (line 3) | internal class MockType method MockType (line 9) | public MockType() FILE: test/Liquid.Core.Tests/Mocks/TestEntity.cs class TestEntity (line 13) | [ExcludeFromCodeCoverage] FILE: test/Liquid.Core.Tests/Mocks/WorkerMock.cs class WorkerMock (line 8) | public class WorkerMock : ILiquidWorker method WorkerMock (line 10) | public WorkerMock() method ProcessMessageAsync (line 15) | public Task ProcessMessageAsync(ConsumerMessageEventArgs a... FILE: test/Liquid.Core.Tests/Repository/LiquidUnitOfWorkTests.cs class LiquidUnitOfWorkIntegrationTests (line 16) | [ExcludeFromCodeCoverage] method LiquidUnitOfWorkIntegrationTests (line 39) | public LiquidUnitOfWorkIntegrationTests() method LiquidUnitOfWorkConstructor_WhenServiceProviderDoesntExists_ThrowException (line 57) | [Fact] method GetRepository_WhenRepositoryDoesntExists_ThrowException (line 63) | [Fact] method GetRepository_WhenRepositoryExists_Success (line 69) | [Fact] method AddAsync_WhenCommitTransaction_ItemAdded (line 84) | [Fact] method AddAsync_WhenRollbackTransaction_ItemNotInserted (line 98) | [Fact] method RemoveByIdAsync_WhenCommitTransaction_ItemDeleted (line 112) | [Fact] method RemoveByIdAsync_WhenRollbackTransaction_ItemNotDeleted (line 128) | [Fact] method UpdateAsync_WhenCommitTransaction_ItemNotDeleted (line 144) | [Fact] method UpdateAsync_WhenRollbackTransaction_ItemNotDeleted (line 160) | [Fact] method StartTransactionAsync_WhenDataContextDoesntExists_ThrowException (line 176) | [Fact] method CommitAsync_WhenNoTransactionIsStarted_ThrowException (line 190) | [Fact] method RollbackTransactionAsync_WhenNoTransactionIsStarted_ThrowException (line 196) | [Fact] FILE: test/Liquid.Dataverse.Tests/DataverseClientFactoryTests.cs class DataverseClientFactoryTests (line 6) | public class DataverseClientFactoryTests method DataverseClientFactoryTests (line 11) | public DataverseClientFactoryTests() method Ctor_WhenOptionsIsNull_ThenReturnArgumentNullException (line 19) | [Fact] method Ctor_WhenOptionsExists_ThenReturnDataverseClientFactoryInstance (line 25) | [Fact] FILE: test/Liquid.Dataverse.Tests/LiquidDataverseTests.cs class LiquidDataverseTests (line 12) | public class LiquidDataverseTests method LiquidDataverseTests (line 16) | public LiquidDataverseTests() method Ctor_WhenClientFactoryIsNull_ThrowArgumentNullException (line 26) | [Fact] method GetById_WhenClientReturnResults_ReturnEntity (line 32) | [Fact] method ListByFilter_WhenUseFilterExpression_ReturnListOfEntities (line 46) | [Fact] method ListByFilter_WhenUseQueryExpression_ReturnListOfEntities (line 57) | [Fact] method GetMetadata_WhenEntityExists_ReturnEntityMetadataInstance (line 68) | [Fact] method SetState_WhenCallResultSucessfully_ExecuteAsyncMethodCalled (line 81) | [Fact] method Upsert_WhenCallResultSucessfully_ExecuteAsyncMethodCalled (line 93) | [Fact] method Update_WithOptions_UseRightOrganizationRequestType_RequestParameters (line 105) | [Fact] method DeleteById_WithOptions_UseRightOrganizationRequestType_RequestParameters (line 121) | [Fact] method Create_WithOptions_UseRightOrganizationRequestType_RequestParameters (line 135) | [Fact] FILE: test/Liquid.GenAi.OpenAi.Tests/OpenAiClientFactoryTests.cs class OpenAiClientFactoryTests (line 10) | public class OpenAiClientFactoryTests method OpenAiClientFactoryTests (line 15) | public OpenAiClientFactoryTests() method Constructor_ShouldThrowArgumentNullException_WhenOptionsIsNull (line 21) | [Fact] method GetOpenAIClient_ShouldThrowKeyNotFoundException_WhenNoSettingsForClientId (line 28) | [Fact] method GetOpenAIClient_ShouldReturnExistingClient_WhenClientAlreadyExists (line 41) | [Fact] method GetOpenAIClient_ShouldCreateAndReturnNewClient_WhenClientDoesNotExist (line 69) | [Fact] method CreateClient_ShouldThrowArgumentNullException_WhenSettingsIsNull (line 95) | [Fact] method CreateClient_ShouldThrowArgumentNullException_WhenSettingsIsEmpty (line 104) | [Fact] method CreateClient_ShouldCreateClients_WhenValidSettingsProvided (line 114) | [Fact] FILE: test/Liquid.Messaging.Kafka.Tests/IServiceCollectionExtensionTest.cs class IServiceCollectionExtensionTest (line 14) | public class IServiceCollectionExtensionTest method SetCollection (line 20) | private void SetCollection() method AddLiquidKafkaProducer_WhenSuccessfullyInjectProducer_GetServicesSucessfully (line 27) | [Fact] method AddLiquidKafkaProducer_WhenSuccessfullyInjectWhitoutTelemetry_GetServicesSucessfully (line 39) | [Fact] method AddLiquidKafkaConsumer_WhenSuccessfullyInjectConsumer_GetServicesSucessfully (line 51) | [Fact] method AddLiquidKafkaConsumer_WhenSuccessfullyInjectConsumerAndHandlers_GetServicesSucessfully (line 67) | [Fact] FILE: test/Liquid.Messaging.Kafka.Tests/KafkaFactoryTest.cs class KafkaFactoryTest (line 7) | public class KafkaFactoryTest method KafkaFactoryTest (line 12) | public KafkaFactoryTest() method GetConsumer_WhenSettingsINull_ThrowLiquidMessagingException (line 17) | [Fact] method GetProducer_WhenSettingsIsNull_ThrowLiquidMessagingException (line 23) | [Fact] method GetConsumer_WhenSettingsIsNotValid_ThrowLiquidMessagingException (line 29) | [Fact] method GetProducer_WhenSettingsIsValid_ResposeIsNotNull (line 40) | [Fact] FILE: test/Liquid.Messaging.Kafka.Tests/KafkaProducerTest.cs class KafkaProducerTest (line 16) | public class KafkaProducerTest method KafkaProducerTest (line 23) | public KafkaProducerTest() method SendMessageAsync_WhenMessageSended_ClientReceivedCall (line 38) | [Fact] method SendMessageAsync_WhenSendMessageFail_ThrowException (line 48) | [Fact] method SendMessagesAsync_WhenMessagesSended_ClientReceivedCall (line 61) | [Fact] method SendMessagesAsync_WhenSendMessagesFail_ThrowException (line 75) | [Fact] method Ctor_WhenRabbitMqFactoryIsNull_ThrowException (line 92) | [Fact] FILE: test/Liquid.Messaging.Kafka.Tests/Mock/HandlerMock/MockCommandHandler.cs class MockCommandHandler (line 7) | public class MockCommandHandler : IRequestHandler method Handle (line 9) | public Task Handle(MockRequest request, CancellationToken cancellation... FILE: test/Liquid.Messaging.Kafka.Tests/Mock/HandlerMock/MockRequest.cs class MockRequest (line 5) | public class MockRequest : IRequest method MockRequest (line 9) | public MockRequest(MessageMock message) FILE: test/Liquid.Messaging.Kafka.Tests/Mock/HandlerMock/MockValidator.cs class MockValidator (line 5) | public class MockValidator : AbstractValidator method MockValidator (line 7) | public MockValidator() FILE: test/Liquid.Messaging.Kafka.Tests/Mock/MessageMock.cs class MessageMock (line 9) | [ExcludeFromCodeCoverage] FILE: test/Liquid.Messaging.Kafka.Tests/Mock/WorkerMediatorMock.cs class WorkerMediatorMock (line 10) | public class WorkerMediatorMock : ILiquidWorker method WorkerMediatorMock (line 14) | public WorkerMediatorMock(IMediator mediator) method ProcessMessageAsync (line 19) | public async Task ProcessMessageAsync(ConsumerMessageEventArgs method ProcessMessageAsync (line 11) | public async Task ProcessMessageAsync(ConsumerMessageEventArgs method GetOptions (line 22) | public static IOptions GetOptions() method kafkaConsumerTest (line 28) | public kafkaConsumerTest() method RegisterMessageHandler_WhenRegisteredSucessfully_BasicConsumeReceivedCall (line 33) | [Fact] method RegisterMessageHandler_WhenRegistereFail_ThrowException (line 46) | [Fact] method MessageHandler_WhenProcessExecutedSucessfully (line 56) | [Fact] method MessageHandler_WhenProcessExecutionFail_ThrowException (line 84) | [Fact] method ProcessMessageAsyncMock (line 112) | private async Task ProcessMessageAsyncMock(ConsumerMessageEventArgs method Handle (line 9) | public Task Handle(MockRequest request, CancellationToken cancellation... FILE: test/Liquid.Messaging.RabbitMq.Tests/Mock/HandlerMock/MockRequest.cs class MockRequest (line 5) | public class MockRequest : IRequest method MockRequest (line 9) | public MockRequest(MessageMock message) FILE: test/Liquid.Messaging.RabbitMq.Tests/Mock/HandlerMock/MockValidator.cs class MockValidator (line 5) | public class MockValidator : AbstractValidator method MockValidator (line 7) | public MockValidator() FILE: test/Liquid.Messaging.RabbitMq.Tests/Mock/MessageMock.cs class MessageMock (line 9) | [ExcludeFromCodeCoverage] FILE: test/Liquid.Messaging.RabbitMq.Tests/Mock/WorkerMediatorMock.cs class WorkerMediatorMock (line 10) | public class WorkerMediatorMock : ILiquidWorker method WorkerMediatorMock (line 14) | public WorkerMediatorMock(IMediator mediator) method ProcessMessageAsync (line 19) | public async Task ProcessMessageAsync(ConsumerMessageEventArgs method ProcessMessageAsync (line 11) | public async Task ProcessMessageAsync(ConsumerMessageEventArgs method GetOptions (line 21) | public static IOptions GetOptions() method RabbitMqConsumerTest (line 40) | public RabbitMqConsumerTest() method Constructor_WhenFactoryIsNull_ThrowArgumentNullException (line 47) | [Fact] method Constructor_WhenSettingsIsNull_ThrowArgumentNullException (line 53) | [Fact] method Constructor_WhenSettingsValueIsNull_ThrowArgumentNullException (line 59) | [Fact] method RegisterMessageHandler_WhenRegisteredSucessfully_BasicConsumeReceivedCall (line 68) | [Fact] method RegisterMessageHandler_WhenRegistereFail_ThrowException (line 81) | [Fact] method MessageHandler_WhenProcessExecutedSucessfully (line 91) | [Fact] method MessageHandler_CallsConsumeMessageAsync_AndAcks_WhenAutoAckIsFalse (line 108) | [Fact] method MessageHandler_CallsConsumeMessageAsync_AndNacks_WhenAutoAckIsFalse (line 125) | [Fact] method MessageHandler_CallsConsumeMessageAsync_AndRejects_WhenAutoAckIsFalse (line 140) | [Fact] method ProcessMessageAsyncMock (line 172) | private async Task ProcessMessageAsyncMock(ConsumerMessageEventArgs method ServiceBusConsumerTest (line 22) | public ServiceBusConsumerTest() : base(_factory, "test") method RegisterMessageHandler_WhenRegisteredSucessfully_StartProcessingReceivedCall (line 27) | [Fact] method RegisterMessageHandler_WhenConsumeMessageAssyncIsNull_ThrowNotImplementedException (line 40) | [Fact] method MessageHandler_WhenProcessExecutedSucessfully (line 49) | [Fact] method ErrorHandler_WhenProcessErrorExecuted_ThrowsMessagingConsumerException (line 75) | [Fact] method Constructor_WhenFactoryIsNull_ThrowsArgumentNullException (line 87) | [Fact] method Constructor_WhenSettingsNameIsNull_ThrowsArgumentNullException (line 93) | [Fact] method ProcessMessageAsyncMock (line 100) | private async Task ProcessMessageAsyncMock(ConsumerMessageEventArgs builder) FILE: test/Liquid.Repository.EntityFramework.Tests/Entities/MockEntity.cs class MockEntity (line 13) | [ExcludeFromCodeCoverage] FILE: test/Liquid.Repository.EntityFramework.Tests/Entities/MockSubEntity.cs class MockSubEntity (line 3) | public class MockSubEntity FILE: test/Liquid.Repository.EntityFramework.Tests/EntityFrameworkDataContextTests.cs class EntityFrameworkDataContextTests (line 12) | [ExcludeFromCodeCoverage] method EntityFrameworkDataContextTests (line 20) | public EntityFrameworkDataContextTests() method StartTransactionAsync_WhenClientExecutedSucessfuly_Success (line 32) | [Fact] method StartTransactionAsync_WhenClientThrow_ThrowException (line 40) | [Fact] method CommitAsync_WhenClientExecutedSucessfuly_Success (line 50) | [Fact] method CommitAsync_WhenClientExcept_ThrowException (line 58) | [Fact] method RollbackTransactionAsync_WhenClientExecutedSucessfuly_Success (line 68) | [Fact] method RollbackTransactionAsync_WhenClientExcept_ThrowException (line 76) | [Fact] method Verify_Dispose (line 86) | [Fact] method Verify_Dispose_Except (line 97) | [Fact] method EntityFrameworkDataContext_WhenCreated_DbContextIsValid (line 105) | [Fact] method EntityFrameworkDataContext_WhenCreatedWithoutDbContext_ThrowException (line 112) | [Fact] method EntityFrameworkDataContext_IdIsAlwaysNull (line 118) | [Fact] FILE: test/Liquid.Repository.EntityFramework.Tests/EntityFrameworkRepositoryTest.cs class EntityFrameworkRepositoryTest (line 15) | [ExcludeFromCodeCoverage] method EntityFrameworkRepositoryTest (line 21) | public EntityFrameworkRepositoryTest() method GenerateMockRepository (line 33) | private EntityFrameworkRepository Gene... method GenerateMockRepository (line 38) | private EntityFrameworkRepository Gene... method Verify_insert (line 50) | [Fact] method Verify_insert_Except (line 65) | [Fact] method Verify_find_by_id (line 82) | [Fact] method Verify_find_by_id_Except (line 97) | [Fact] method Verify_where (line 112) | [Fact] method Verify_where_Except (line 128) | [Fact] method Verify_find_all (line 144) | [Fact] method Verify_find_all_Except (line 159) | [Fact] method Verify_delete (line 174) | [Fact] method Verify_delete_invalid (line 189) | [Fact] method Verify_delete_Except (line 204) | [Fact] method Verify_updates (line 219) | [Fact] method Verify_updates_Except (line 237) | [Fact] method SeedDataAsync (line 252) | private void SeedDataAsync(IServiceProvider serviceProvider) method EntityFrameworkRepository_WhenCreatedWithoutDataContext_ThrowException (line 264) | [Fact] method EntityFrameworkRepository_WhenCreated_DataContextIsValid (line 270) | [Fact] method WhereInclude_WhenCalled_ReturnsExpected (line 289) | [Fact] method WhereInclude_WhenCalledExpressionOverload_ReturnsExpected (line 304) | [Fact] FILE: test/Liquid.Repository.EntityFramework.Tests/MockDbContext.cs class MockDbContext (line 6) | [ExcludeFromCodeCoverage] method MockDbContext (line 9) | public MockDbContext() : base() { } method MockDbContext (line 11) | public MockDbContext(DbContextOptions options) : base(o... method OnModelCreating (line 14) | protected override void OnModelCreating(ModelBuilder modelBuilder) FILE: test/Liquid.Repository.Mongo.Tests/IServiceCollectionExtensionsTests.cs class IServiceCollectionExtensionsTests (line 17) | [ExcludeFromCodeCoverage] method IServiceCollectionExtensionsTests (line 27) | public IServiceCollectionExtensionsTests() method AddLiquidMongoRepository_WhenAdded_ServicesIsFilledForTestEntity (line 60) | [Fact] FILE: test/Liquid.Repository.Mongo.Tests/Mock/AnotherTestEntity.cs class AnotherTestEntity (line 13) | [ExcludeFromCodeCoverage] FILE: test/Liquid.Repository.Mongo.Tests/Mock/AsyncCursorMock.cs class AsyncCursorMock (line 10) | [ExcludeFromCodeCoverage] method AsyncCursorMock (line 15) | public AsyncCursorMock(IEnumerable documents) method Dispose (line 20) | public void Dispose() method Dispose (line 26) | protected virtual void Dispose(bool disposing) method MoveNext (line 31) | public bool MoveNext(CancellationToken cancellationToken = default) method MoveNextAsync (line 37) | public async Task MoveNextAsync(CancellationToken cancellationTo... method ToEnumerable (line 43) | public IEnumerable ToEnumerable() FILE: test/Liquid.Repository.Mongo.Tests/Mock/TestEntity.cs class TestEntity (line 13) | [ExcludeFromCodeCoverage] FILE: test/Liquid.Repository.Mongo.Tests/MongoClientFactoryTests.cs class MongoClientFactoryTests (line 12) | [ExcludeFromCodeCoverage] method MongoClientFactoryTests (line 19) | public MongoClientFactoryTests() method MongoClientFactory_WhenSettingsIsNull_ThrowException (line 59) | [Fact] method GetClient_WhenDatabaseIdsExists_ClientCreated (line 66) | [Fact] method GetClient_WhenDatabaseSettingsIsWrong_ThrowException (line 75) | [Fact] method Constructor_WhenSettingsIsNull_ThrowException (line 82) | [Fact] FILE: test/Liquid.Repository.Mongo.Tests/MongoDataContextTests.cs class MongoDataContextTests (line 13) | [ExcludeFromCodeCoverage] method MongoDataContextTests (line 20) | public MongoDataContextTests() method MongoDataContext_WhenCreatedWithNullArguments_ThrowsException (line 40) | [Fact] method StartTransaction_WhenDBInitialized_Sucess (line 48) | [Fact] method CommitAsync_WhenTansactionIsStarted_Sucess (line 57) | [Fact] method CommitAsync_WhenTansactionIsntStarted_ThrowException (line 68) | [Fact] method RollbackAsync_WhenTansactionIsStarted_Sucess (line 76) | [Fact] method RollbackAsync_WhenTansactionIsntStarted_ThrowException (line 87) | [Fact] method Dispose_WhenTansactionIsStarted_Sucess (line 96) | [Fact] method Dispose_WhenTansactionIsntStarted_HandlerDisposed (line 109) | [Fact] FILE: test/Liquid.Repository.Mongo.Tests/MongoRepositoryTests.cs class MongoRepositoryTests (line 16) | [ExcludeFromCodeCoverage] method MongoRepositoryTests (line 26) | public MongoRepositoryTests() method GetCollection (line 60) | private IMongoCollection GetCollection() method MongoRepository_WhenCreatedWithNoDataContext_ThrowException (line 74) | [Fact] method ValidateCollection_WhenCollectionExists_Success (line 80) | [Fact] method AddAsync_WhenActionIsSuccessful_CallInsertOneMethod (line 88) | [Fact] method AddAsync_WhenClientThrowsError_ThrowException (line 99) | [Fact] method FindAllAsync_WhenCollectionExists_ReturnItens (line 109) | [Fact] method FindAllAsync_WhenClientThrowsError_ThrowException (line 121) | [Fact] method FindByIdAsync_WhenItemExists_ReturnItem (line 131) | [Fact] method FindByIdAsync_WhenClientThrowsError_ThrowException (line 143) | [Fact] method RemoveByIdAsync_WhenActionIsSuccessful_CallDeleteOneMethod (line 154) | [Fact] method RemoveByIdAsync_WhenClientThrowsError_ThrowException (line 165) | [Fact] method UpdateAsync_WhenActionIsSuccessful_CallReplaceOneMethod (line 175) | [Fact] method UpdateAsync_WhenClientThrowsError_ThrowException (line 187) | [Fact] method WhereAsync_WhenItensExists_ReturnItens (line 197) | [Fact] method WhereAsync_WhenClientThrowsError_ThrowException (line 208) | [Fact] FILE: test/Liquid.Repository.OData.Tests/IServiceCollectionExtensionTests.cs class IServiceCollectionExtensionTests (line 15) | public class IServiceCollectionExtensionTests method IServiceCollectionExtensionTests (line 21) | public IServiceCollectionExtensionTests() method AddLiquidODataRepository_WhenAdded_ServicesIsFilledForTestEntity (line 39) | [Fact] FILE: test/Liquid.Repository.OData.Tests/Mock/AnotherTestEntity.cs class AnotherTestEntity (line 13) | [ExcludeFromCodeCoverage] FILE: test/Liquid.Repository.OData.Tests/Mock/MockPeople.cs class People (line 10) | public class People : LiquidEntity FILE: test/Liquid.Repository.OData.Tests/Mock/MyMockHttpMessageHandler.cs class MyMockHttpMessageHandler (line 11) | public class MyMockHttpMessageHandler : HttpMessageHandler method MyMockHttpMessageHandler (line 16) | public MyMockHttpMessageHandler(HttpStatusCode statusCode, object? res... method SendAsync (line 22) | protected override async Task SendAsync(HttpReque... FILE: test/Liquid.Repository.OData.Tests/Mock/TestEntity.cs class TestEntity (line 12) | [ExcludeFromCodeCoverage] FILE: test/Liquid.Repository.OData.Tests/ODataClientFactoryTests.cs class ODataClientFactoryTests (line 7) | public class ODataClientFactoryTests method ODataClientFactoryTests (line 13) | public ODataClientFactoryTests() method ODataClientFactory_WhenEntityNameIsNotFound_ThrowException (line 39) | [Fact] method ODataClientFactory_WhenEntityNameIsNull_ThrowException (line 45) | [Fact] method OdataClientFactory_WhenValidateCertIsFalse_ReturnClient (line 51) | [Fact] method OdataClientFactory_WhenValidateCertIsTrue_ReturnClient (line 59) | [Fact] method OdataClientFactory_WhenTokenIsNotSet_ThrowException (line 81) | [Fact] method OdataClientFactory_WhenTokenIsNotSetInContext_ThrowException (line 94) | [Fact] method OdataClientFactory_WhenOptionsIsNull_ThrowException (line 107) | [Fact] method OdataClientFactory_WhenContextIsNull_ThrowException (line 115) | [Fact] FILE: test/Liquid.Repository.OData.Tests/ODataRepositoryTests.cs class OdataRepositoryTests (line 10) | public class OdataRepositoryTests method OdataRepositoryTests (line 16) | public OdataRepositoryTests() method ODataRepository_WhenCreatedWithNoClientFactory_ThrowException (line 29) | [Fact] method ODataRepository_WhenCreatedWithNoEntityName_ThrowException (line 35) | [Fact] method AddAsync_WhenActionIsSuccessful_CallClient (line 41) | [Fact] method FindAllAsync_WhenActionIsSuccessful_CallClient (line 51) | [Fact] method FindByIdAsync_WhenActionIsSuccessful_CallClient (line 60) | [Fact] method RemoveByIdAsync_WhenActionIsSuccessful_CallClient (line 69) | [Fact] method UpdateAsync_WhenActionIsSuccessful_CallClient (line 77) | [Fact] method WhereAsync_WhenActionIsSuccessful_CallClient (line 87) | [Fact] FILE: test/Liquid.Storage.AzureStorage.Tests/BlobClientFactoryTests.cs class BlobClientFactoryTests (line 6) | public class BlobClientFactoryTests method BlobClientFactoryTests (line 12) | public BlobClientFactoryTests() method Ctor_WhenOptionsIsNull_ThenReturnArgumentNullException (line 28) | [Fact] method Ctor_WhenOptionsExists_ThenBlobClientFactoryInstance (line 34) | [Fact] method SetContainerClients_WhenOptionsNotSet_ThenThrowArgumentNullException (line 41) | [Fact] method SetContainerClients_WhenContainerNameIsInvalid_ThenThrowFormatException (line 53) | [Fact] method GetContainerClient_WhenClientDoesntExists_ThenThrowArgumentException (line 60) | [Fact] FILE: test/Liquid.Storage.AzureStorage.Tests/LiquidStorageAzureTests.cs class LiquidStorageAzureTests (line 12) | public class LiquidStorageAzureTests method LiquidStorageAzureTests (line 17) | public LiquidStorageAzureTests() method Ctor_WhenClientFactoryIsNull_ThrowsArgumentNullException (line 28) | [Fact] method Ctor_WhenClientFactoryIsNotNull_DoesNotThrow (line 37) | [Fact] method DeleteByTags_WhenTagsAreValid_DoesNotThrow (line 47) | [Fact] method GetAllBlobs_WhenContainerNameIsValid_ReturnsListOfLiquidBlob (line 73) | [Fact] method ReadBlobsByName_WhenBlobNameIsValid_ReturnsLiquidBlob (line 95) | [Fact] method ReadBlobsByName_WhenRequestFail_ThrowsException (line 119) | [Fact] method ReadBlobsByName_WhenRequestFailedException_ReturnNull (line 130) | [Fact] method UploadBlob_WhenDataIsValid_ReturnsBlobUri (line 143) | [Fact] method UploadBlob_WhenDataIsNull_ThrowsArgumentNullException (line 166) | [Fact] method GetBlobSasUri_WhenBlobNameIsValid_ReturnsSasUri (line 177) | [Fact] method GetBlobSasUri_WhenCantGenerateSasUri_ReturnsNull (line 195) | [Fact] method Delete_WhenBlobNameIsValid_DoesNotThrow (line 210) | [Fact] method ReadBlobsByTags_WhenTagsAreValid_ReturnsListOfLiquidBlob (line 226) | [Fact] FILE: test/Liquid.WebApi.Http.Tests/LiquidControllerBaseTest.cs class LiquidControllerBaseTest (line 11) | [ExcludeFromCodeCoverage] method LiquidControllerBaseTest (line 17) | public LiquidControllerBaseTest() method ExecuteAsync_WhenIActionResultOverload_Return200 (line 24) | [Fact] method ExecuteAsync_WhenGenericResultOverload_Return200 (line 36) | [Fact] FILE: test/Liquid.WebApi.Http.Tests/LiquidNotificationHelperTest.cs class LiquidNotificationHelperTest (line 11) | public class LiquidNotificationHelperTest method LiquidNotificationHelperTest (line 15) | public LiquidNotificationHelperTest() method IncludeMessages_WhenNotificationContextHasMessages_ResponseHasMessagesList (line 20) | [Fact] method IncludeMessages_WhenNotificationContextHasNoMessages_ResponseWithoutMessages (line 40) | [Fact] FILE: test/Liquid.WebApi.Http.Tests/Mocks/Handlers/TestCaseQueryHandler.cs class TestCaseQueryHandler (line 11) | [ExcludeFromCodeCoverage] method Handle (line 15) | public async Task Handle(TestCaseRequest request, Ca... FILE: test/Liquid.WebApi.Http.Tests/Mocks/Handlers/TestCaseRequest.cs class TestCaseRequest (line 6) | [ExcludeFromCodeCoverage] FILE: test/Liquid.WebApi.Http.Tests/Mocks/Handlers/TestCaseResponse.cs class TestCaseResponse (line 5) | [ExcludeFromCodeCoverage] method TestCaseResponse (line 10) | public TestCaseResponse(string myProperty) FILE: test/Liquid.WebApi.Http.Tests/Mocks/TestController.cs class TestController (line 13) | [ExcludeFromCodeCoverage] method TestController (line 16) | public TestController(IMediator mediator) : base(mediator) method GetCase1 (line 21) | public async Task GetCase1() => await ExecuteAsync(new ... method GetCase2 (line 23) | public async Task GetCase2() => Ok(await ExecuteAsync(n... FILE: test/Liquid.WebApi.Http.Tests/Mocks/TestNotificationController.cs class TestNotificationController (line 14) | [ExcludeFromCodeCoverage] method TestNotificationController (line 18) | public TestNotificationController(IMediator mediator, ILiquidNotificat... method GetCase2 (line 24) | public async Task GetCase2() => Ok(await ExecuteAsync(n...