Ver a proveniência

modofiy class access level for diagnostics.

master
Savorboard há 6 anos
ascendente
cometimento
139b69cfc1
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      src/DotNetCore.CAP/Internal/ConsumerContext.cs
  2. +1
    -1
      src/DotNetCore.CAP/Internal/ConsumerExecutorDescriptor.cs

+ 1
- 1
src/DotNetCore.CAP/Internal/ConsumerContext.cs Ver ficheiro

@@ -8,7 +8,7 @@ namespace DotNetCore.CAP.Internal
/// <summary>
/// A context for consumers, it used to be provider wrapper of method description and received message.
/// </summary>
internal class ConsumerContext
public class ConsumerContext
{
/// <summary>
/// create a new instance of <see cref="ConsumerContext" /> .


+ 1
- 1
src/DotNetCore.CAP/Internal/ConsumerExecutorDescriptor.cs Ver ficheiro

@@ -9,7 +9,7 @@ namespace DotNetCore.CAP.Internal
/// <summary>
/// A descriptor of user definition method.
/// </summary>
internal class ConsumerExecutorDescriptor
public class ConsumerExecutorDescriptor
{
public MethodInfo MethodInfo { get; set; }



Carregando…
Cancelar
Guardar