Created
January 17, 2025 09:50
-
-
Save bilalobe/9c372cdfb54692272ddf3b2a8469b654 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Generated by JetBrains ReSharper 2024.3.3 --><html> | |
<head> | |
<META http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>Errors/Warnings in Tinker</title> | |
<style> | |
dt { float: left; margin-right: 0.5em; } | |
dd { } | |
</style> | |
</head> | |
<body> | |
<div> | |
<h1>Solution Tinker.sln</h1> | |
<div> | |
<h2>Project Tinker.Core</h2> | |
<dl> | |
<dt>Tinker.Core\Application\Batch\Commands\CreateBatch\CreateBatchCommandHandler.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Application\Checkout\Commands\ProcessCheckout\ProcessCheckoutCommandHandler.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'Checkout'</dd> | |
<dt>Tinker.Core\Application\Checkout\Commands\ProcessCheckout\ProcessCheckoutCommandHandler.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'IEventDispatcher'</dd> | |
<dt>Tinker.Core\Application\Checkout\Commands\ProcessCheckout\ProcessCheckoutCommandHandler.cs:<span class="line">17</span></dt> | |
<dd>Cannot resolve symbol 'IUnitOfWork'</dd> | |
<dt>Tinker.Core\Application\Checkout\Commands\ProcessCheckout\ProcessCheckoutCommandHandler.cs:<span class="line">26</span></dt> | |
<dd>Cannot resolve symbol 'OrderAggregate'</dd> | |
<dt>Tinker.Core\Application\Checkout\Commands\ProcessCheckout\ProcessCheckoutCommandHandler.cs:<span class="line">28</span></dt> | |
<dd>Cannot resolve symbol 'OrderItem'</dd> | |
<dt>Tinker.Core\Application\Checkout\Commands\ProcessCheckout\ProcessCheckoutCommandHandler.cs:<span class="line">28</span></dt> | |
<dd>Cannot resolve symbol 'OrderItem'</dd> | |
<dt>Tinker.Core\Application\Checkout\Commands\ProcessCheckout\ProcessCheckoutCommandHandler.cs:<span class="line">34</span></dt> | |
<dd>Cannot resolve symbol 'Add'</dd> | |
<dt>Tinker.Core\Application\Common\Behaviors\LoggingBehavior.cs:<span class="line">6</span></dt> | |
<dd>Interface member 'Task<TResponse> MediatR.IPipelineBehavior<in TRequest,TResponse>.Handle(TRequest, CancellationToken, RequestHandlerDelegate<TResponse>)' is not implemented</dd> | |
<dt>Tinker.Core\Application\Common\Behaviors\LoggingBehavior.cs:<span class="line">7</span></dt> | |
<dd>The type 'TRequest' must be convertible to 'MediatR.IRequest<TResponse>' in order to use it as parameter 'TRequest' in the generic interface 'MediatR.IPipelineBehavior<in TRequest,TResponse>'</dd> | |
<dt>Tinker.Core\Application\Compliance\Commands\CreateComplanceLog\CreateComplianceLogCommand.cs:<span class="line">6</span></dt> | |
<dd>Type argument is missing</dd> | |
<dt>Tinker.Core\Application\Compliance\Commands\CreateComplanceLog\CreateComplianceLogCommandHandler.cs:<span class="line">13</span></dt> | |
<dd>Type argument is missing</dd> | |
<dt>Tinker.Core\Application\Compliance\Commands\CreateComplanceLog\CreateComplianceLogCommandHandler.cs:<span class="line">15</span></dt> | |
<dd>Type argument is missing</dd> | |
<dt>Tinker.Core\Application\Compliance\Commands\CreateComplanceLog\CreateComplianceLogCommandHandler.cs:<span class="line">19</span></dt> | |
<dd>Cannot access private constructor 'ComplianceLog()' here</dd> | |
<dt>Tinker.Core\Application\Compliance\Commands\CreateComplanceLog\CreateComplianceLogCommandHandler.cs:<span class="line">21</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Compliance\Commands\CreateComplanceLog\CreateComplianceLogCommandHandler.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'Success'</dd> | |
<dt>Tinker.Core\Application\Compliance\Commands\CreateComplanceLog\CreateComplianceLogCommandHandler.cs:<span class="line">26</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Compliance\Commands\CreateComplanceLog\CreateComplianceLogCommandHandler.cs:<span class="line">26</span></dt> | |
<dd>Cannot resolve symbol 'Failure'</dd> | |
<dt>Tinker.Core\Application\Customers\Commands\CreateCustomer\CreateCustomerCommand.cs:<span class="line">6</span></dt> | |
<dd>Type argument is missing</dd> | |
<dt>Tinker.Core\Application\Customers\Commands\CreateCustomer\CreateCustomerCommandHandler.cs:<span class="line">20</span></dt> | |
<dd>Cannot resolve symbol 'CreateCustomer'</dd> | |
<dt>Tinker.Core\Application\Customers\Commands\UpdateLoyaltyPoints\UpdateLoyaltyPointsCommand.cs:<span class="line">7</span></dt> | |
<dd>Type argument is missing</dd> | |
<dt>Tinker.Core\Application\Customers\Commands\UpdateLoyaltyPoints\UpdateLoyaltyPointsCommandHandler.cs:<span class="line">11</span></dt> | |
<dd>Type argument is missing</dd> | |
<dt>Tinker.Core\Application\Customers\Commands\UpdateLoyaltyPoints\UpdateLoyaltyPointsCommandHandler.cs:<span class="line">13</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Customers\Commands\UpdateLoyaltyPoints\UpdateLoyaltyPointsCommandHandler.cs:<span class="line">17</span></dt> | |
<dd>Cannot resolve symbol 'UpdateLoyaltyPoints'</dd> | |
<dt>Tinker.Core\Application\Customers\Commands\UpdateLoyaltyPoints\UpdateLoyaltyPointsCommandHandler.cs:<span class="line">18</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Customers\Commands\UpdateLoyaltyPoints\UpdateLoyaltyPointsCommandHandler.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'Success'</dd> | |
<dt>Tinker.Core\Application\Customers\Commands\UpdateLoyaltyPoints\UpdateLoyaltyPointsCommandHandler.cs:<span class="line">23</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Customers\Commands\UpdateLoyaltyPoints\UpdateLoyaltyPointsCommandHandler.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol 'Failure'</dd> | |
<dt>Tinker.Core\Application\Inventory\Commands\UpdateStock\UpdateStockCommand.cs:<span class="line">6</span></dt> | |
<dd>Type argument is missing</dd> | |
<dt>Tinker.Core\Application\Inventory\Commands\UpdateStock\UpdateStockCommandHandler.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'IApplicationDbContext'</dd> | |
<dt>Tinker.Core\Application\Inventory\Commands\UpdateStock\UpdateStockCommandHandler.cs:<span class="line">9</span></dt> | |
<dd>Type argument is missing</dd> | |
<dt>Tinker.Core\Application\Inventory\Commands\UpdateStock\UpdateStockCommandHandler.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'IApplicationDbContext'</dd> | |
<dt>Tinker.Core\Application\Inventory\Commands\UpdateStock\UpdateStockCommandHandler.cs:<span class="line">13</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Inventory\Commands\UpdateStock\UpdateStockCommandHandler.cs:<span class="line">17</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Inventory\Commands\UpdateStock\UpdateStockCommandHandler.cs:<span class="line">17</span></dt> | |
<dd>Cannot resolve symbol 'Failure'</dd> | |
<dt>Tinker.Core\Application\Inventory\Commands\UpdateStock\UpdateStockCommandHandler.cs:<span class="line">23</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Inventory\Commands\UpdateStock\UpdateStockCommandHandler.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol 'Success'</dd> | |
<dt>Tinker.Core\Application\Inventory\Commands\UpdateStock\UpdateStockCommandHandler.cs:<span class="line">28</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Inventory\Commands\UpdateStock\UpdateStockCommandHandler.cs:<span class="line">28</span></dt> | |
<dd>Cannot resolve symbol 'Failure'</dd> | |
<dt>Tinker.Core\Application\Orders\Commands\CreateCommand\CreateOrderCommandHandler.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'CreateOrder'</dd> | |
<dt>Tinker.Core\Application\Orders\Commands\CreateCommand\CreateOrderCommandHandler.cs:<span class="line">17</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Orders\Commands\CreateCommand\CreateOrderCommandHandler.cs:<span class="line">17</span></dt> | |
<dd>Cannot resolve symbol 'Success'</dd> | |
<dt>Tinker.Core\Application\Orders\Commands\CreateCommand\CreateOrderCommandHandler.cs:<span class="line">22</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Orders\Commands\CreateCommand\CreateOrderCommandHandler.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'Failure'</dd> | |
<dt>Tinker.Core\Application\Orders\EventHandlers\OrderCreated\OrderCreatedEventHandler.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'IEventHandler'</dd> | |
<dt>Tinker.Core\Application\Orders\EventHandlers\OrderCreated\OrderCreatedEventHandler.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'INotificationService'</dd> | |
<dt>Tinker.Core\Application\Orders\EventHandlers\OrderCreated\OrderCreatedEventHandler.cs:<span class="line">15</span></dt> | |
<dd>Method 'UpdateStock' has 3 parameter(s) but is invoked with 1 argument(s)</dd> | |
<dt>Tinker.Core\Application\Orders\Queries\GetOrderById\GetOrderByIdQueryHandler.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IApplicationDbContext'</dd> | |
<dt>Tinker.Core\Application\Orders\Queries\GetOrderById\GetOrderByIdQueryHandler.cs:<span class="line">6</span></dt> | |
<dd>The type 'Tinker.Core.Application.Orders.Queries.GetOrderById.GetOrderByIdQuery' must be convertible to 'MediatR.IRequest<Tinker.Shared.DTOs.Orders.OrderDto?>' in order to use it as parameter 'TRequest' in the generic interface 'MediatR.IRequestHandler<in TRequest,TResponse>'</dd> | |
<dt>Tinker.Core\Application\Orders\Queries\GetOrderById\GetOrderByIdQueryHandler.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'IApplicationDbContext'</dd> | |
<dt>Tinker.Core\Application\Orders\Queries\GetOrderById\GetOrderByIdQueryHandler.cs:<span class="line">22</span></dt> | |
<dd>Required member 'OrderItemDto.ProductName' must be set in the object initializer</dd> | |
<dt>Tinker.Core\Application\Orders\Queries\GetOrderById\GetOrderByIdQueryHandler.cs:<span class="line">27</span></dt> | |
<dd>Cannot resolve symbol 'TotalPrice'</dd> | |
<dt>Tinker.Core\Application\Sales\Commands\ProcessSale\ProcessSaleCommandHandler.cs:<span class="line">17</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Sales\Commands\ProcessSale\ProcessSaleCommandHandler.cs:<span class="line">17</span></dt> | |
<dd>Cannot resolve symbol 'Success'</dd> | |
<dt>Tinker.Core\Application\Sales\Commands\ProcessSale\ProcessSaleCommandHandler.cs:<span class="line">22</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Sales\Commands\ProcessSale\ProcessSaleCommandHandler.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'Failure'</dd> | |
<dt>Tinker.Core\Application\Suppliers\Commands\CreateSupplier\CreateSupplierCommand.cs:<span class="line">6</span></dt> | |
<dd>Type argument is missing</dd> | |
<dt>Tinker.Core\Application\Suppliers\Commands\CreateSupplier\CreateSupplierCommandHandler.cs:<span class="line">13</span></dt> | |
<dd>Type argument is missing</dd> | |
<dt>Tinker.Core\Application\Suppliers\Commands\CreateSupplier\CreateSupplierCommandHandler.cs:<span class="line">15</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Suppliers\Commands\CreateSupplier\CreateSupplierCommandHandler.cs:<span class="line">21</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Suppliers\Commands\CreateSupplier\CreateSupplierCommandHandler.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'Success'</dd> | |
<dt>Tinker.Core\Application\Suppliers\Commands\CreateSupplier\CreateSupplierCommandHandler.cs:<span class="line">26</span></dt> | |
<dd>Incorrect number of type parameters in reference to struct 'GreenDonut.Result<TValue>'</dd> | |
<dt>Tinker.Core\Application\Suppliers\Commands\CreateSupplier\CreateSupplierCommandHandler.cs:<span class="line">26</span></dt> | |
<dd>Cannot resolve symbol 'Failure'</dd> | |
<dt>Tinker.Core\Domain\Common\Dispatcher\EventDispatcher.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IEventDispatcher'</dd> | |
<dt>Tinker.Core\Domain\Common\Dispatcher\EventDispatcher.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'IDomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Common\Dispatcher\EventDispatcher.cs:<span class="line">10</span></dt> | |
<dd>The type 'IDomainEvent' must be convertible to 'MediatR.INotification' in order to use it as parameter 'TNotification' in the generic method 'Task MediatR.IPublisher.Publish<TNotification>(TNotification, CancellationToken)'</dd> | |
<dt>Tinker.Core\Domain\Common\Interfaces\AuditableEntity.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IAuditableEntity'</dd> | |
<dt>Tinker.Core\Domain\Compliance\Entities\ComplianceLog.cs:<span class="line">3</span></dt> | |
<dd>Cannot resolve symbol 'AuditableEntity'</dd> | |
<dt>Tinker.Core\Domain\Compliance\Entities\ComplianceLog.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'OrderId'</dd> | |
<dt>Tinker.Core\Domain\Compliance\Entities\ComplianceLog.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'CustomerId'</dd> | |
<dt>Tinker.Core\Domain\Compliance\Entities\ComplianceLog.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceType'</dd> | |
<dt>Tinker.Core\Domain\Compliance\Entities\ComplianceLog.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'OrderId'</dd> | |
<dt>Tinker.Core\Domain\Compliance\Entities\ComplianceLog.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'CustomerId'</dd> | |
<dt>Tinker.Core\Domain\Compliance\Entities\ComplianceLog.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceType'</dd> | |
<dt>Tinker.Core\Domain\Compliance\Events\ComplianceLogCreatedEvent.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'IDomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Customers\Entities\Customer.cs:<span class="line">22</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Customers.Events.LoyaltyPointsUpdatedEvent' is not assignable to parameter type 'Tinker.Core.Domain.Inventory.Events.LowStockIgnited.LowStockEvent'</dd> | |
<dt>Tinker.Core\Domain\Customers\Events\CustomerCreatedEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IDomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Customers\Events\LoyaltyPointsUpdatedEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IDomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Aggregates\Batch.cs:<span class="line">37</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Inventory.Events.BatchCreated.BatchCreatedEvent' is not assignable to parameter type 'Tinker.Core.Domain.Inventory.Events.LowStockIgnited.LowStockEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Aggregates\Batch.cs:<span class="line">47</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Inventory.Events.BatchUpdated.BatchExpiryUpdatedEvent' is not assignable to parameter type 'Tinker.Core.Domain.Inventory.Events.LowStockIgnited.LowStockEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Aggregates\Batch.cs:<span class="line">58</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Inventory.Events.BatchUpdated.BatchQuantityUpdatedEvent' is not assignable to parameter type 'Tinker.Core.Domain.Inventory.Events.LowStockIgnited.LowStockEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Aggregates\Batch.cs:<span class="line">67</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Inventory.Events.BatchQuarantined.BatchQuarantinedEvent' is not assignable to parameter type 'Tinker.Core.Domain.Inventory.Events.LowStockIgnited.LowStockEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Aggregates\Batch.cs:<span class="line">76</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Inventory.Events.BatchQuarantined.BatchReleasedFromQuarantineEvent' is not assignable to parameter type 'Tinker.Core.Domain.Inventory.Events.LowStockIgnited.LowStockEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Aggregates\Batch.cs:<span class="line">85</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Inventory.Events.BatchDeactivated.BatchDeactivatedEvent' is not assignable to parameter type 'Tinker.Core.Domain.Inventory.Events.LowStockIgnited.LowStockEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Commands\CreateBatch\CreateBatchCommandHandler.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Commands\StockAlert.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Entities\StockAdjustment.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'Entity'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Events\BatchCreated\BatchCreatedEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'DomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Events\BatchDeactivated\BatchDeactivatedEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'DomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Events\BatchExpired\BatchExpiredEvent.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'IDomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Events\BatchQuarantined\BatchQuarantinedEvent.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'DomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Events\BatchQuarantined\BatchReleasedFromQuarantineEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'DomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Events\BatchUpdated\BatchExpiryUpdatedEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'DomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Events\BatchUpdated\BatchQuantityUpdatedEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'DomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Events\ProductCreated\ProductCreatedEvent.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'IDomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Repositories\IBatchRepository.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Repositories\IBatchRepository.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Repositories\IBatchRepository.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Repositories\IBatchRepository.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Repositories\IBatchRepository.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Validators\BatchValidator.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Domain\Inventory\Validators\BatchValidator.cs:<span class="line">9</span></dt> | |
<dd>The type arguments for method 'IRuleBuilderInitial<T,TProperty> FluentValidation.AbstractValidator<T>.RuleFor<TProperty>(Expression<Func<T,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Core\Domain\Inventory\Validators\BatchValidator.cs:<span class="line">10</span></dt> | |
<dd>The type arguments for method 'IRuleBuilderInitial<T,TProperty> FluentValidation.AbstractValidator<T>.RuleFor<TProperty>(Expression<Func<T,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Core\Domain\Inventory\Validators\BatchValidator.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve method: | |
GreaterThan(DateTime) | |
Candidates are: | |
GreaterThan<Batch,TProperty>(this IRuleBuilder<Batch,TProperty>, Expression<Func<Batch,TProperty>>) | |
GreaterThan<Batch,TProperty>(this IRuleBuilder<Batch,TProperty>, TProperty) | |
all from class DefaultValidatorExtensions</dd> | |
<dt>Tinker.Core\Domain\Inventory\Validators\ProductValidator.cs:<span class="line">12</span></dt> | |
<dd>Argument type 'int' is not assignable to parameter type 'System.Linq.Expressions.Expression<System.Func<Tinker.Core.Domain.Inventory.Aggregates.Product,Tinker.Core.Domain.Orders.ValueObjects.Money>>'</dd> | |
<dt>Tinker.Core\Domain\Orders\Entities\Order.cs:<span class="line">38</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Orders.Events.OrderCreated.OrderCreatedEvent' is not assignable to parameter type 'Tinker.Core.Domain.Inventory.Events.LowStockIgnited.LowStockEvent'</dd> | |
<dt>Tinker.Core\Domain\Orders\Entities\Order.cs:<span class="line">46</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Orders.Events.OrderDiscountAppliedEvent.OrderDiscountAppliedEvent' is not assignable to parameter type 'Tinker.Core.Domain.Inventory.Events.LowStockIgnited.LowStockEvent'</dd> | |
<dt>Tinker.Core\Domain\Orders\Entities\Order.cs:<span class="line">52</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Orders.Events.OrderStatusChanged.OrderStatusChangedEvent' is not assignable to parameter type 'Tinker.Core.Domain.Inventory.Events.LowStockIgnited.LowStockEvent'</dd> | |
<dt>Tinker.Core\Domain\Orders\Events\OrderCreated\OrderCreatedEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'DomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Orders\Events\OrderDiscountAppliedEvent\OrderDiscountAppliedEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'DomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Orders\Events\OrderStatusChanged\OrderStatusChangedEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'DomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Suppliers\Events\ContactDetailsUpdatedEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IDomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Suppliers\Events\SupplierCreatedEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IDomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Users\Event\MfaDisabledEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IDomainEvent'</dd> | |
<dt>Tinker.Core\Domain\Users\Event\MfaEnabledEvent.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IDomainEvent'</dd> | |
<dt>Tinker.Core\Security\Configuration\AuthSettings.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'JwtOptions'</dd> | |
<dt>Tinker.Core\Security\Configuration\AuthSettings.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IdentityOptions'</dd> | |
<dt>Tinker.Core\Security\Configuration\AuthSettings.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'SecurityOptions'</dd> | |
<dt>Tinker.Core\Security\Interfaces\IAuthenticationService.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'AuthResult'</dd> | |
<dt>Tinker.Core\Security\Interfaces\IAuthenticationService.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'AuthResult'</dd> | |
<dt>Tinker.Core\Security\Policies\CustomAuthPolicyProvider.cs:<span class="line">8</span></dt> | |
<dd>Interface member 'bool Microsoft.AspNetCore.Authorization.IAuthorizationPolicyProvider.AllowsCachingPolicies' is not implemented</dd> | |
<dt>Tinker.Core\Security\Policies\CustomAuthPolicyProvider.cs:<span class="line">41</span></dt> | |
<dd>Cannot resolve symbol 'MfaRequirement'</dd> | |
<dt>Tinker.Core\Security\Policies\CustomAuthPolicyProvider.cs:<span class="line">63</span></dt> | |
<dd>Cannot resolve symbol 'MfaRequirement'</dd> | |
<dt>Tinker.Core\Security\Policies\CustomAuthPolicyProvider.cs:<span class="line">73</span></dt> | |
<dd>Cannot resolve symbol 'MfaRequirement'</dd> | |
<dt>Tinker.Core\Security\Policies\CustomAuthPolicyProvider.cs:<span class="line">74</span></dt> | |
<dd>Cannot resolve symbol 'AllowedIpRanges'</dd> | |
<dt>Tinker.Core\Security\Policies\CustomAuthPolicyProvider.cs:<span class="line">86</span></dt> | |
<dd>Argument type 'Tinker.Shared.DTOs.Auth.BusinessHoursRequirement' is not assignable to parameter type 'Microsoft.AspNetCore.Authorization.IAuthorizationRequirement'</dd> | |
<dt>Tinker.Core\Security\Validators\LoginRequestValidator.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'LoginRequest'</dd> | |
<dt>Tinker.Core\Security\Validators\LoginRequestValidator.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve method: | |
Length(int, int) | |
Candidates are: | |
Length<LoginRequest>(this IRuleBuilder<LoginRequest,string>, Func<LoginRequest,int>, Func<LoginRequest,int>) | |
Length<LoginRequest>(this IRuleBuilder<LoginRequest,string>, int, int) | |
all from class DefaultValidatorExtensions</dd> | |
<dt>Tinker.Core\Security\Validators\LoginRequestValidator.cs:<span class="line">15</span></dt> | |
<dd>The type arguments for method 'IRuleBuilderInitial<T,TProperty> FluentValidation.AbstractValidator<T>.RuleFor<TProperty>(Expression<Func<T,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Core\Services\Batch\BatchService.cs:<span class="line">8</span></dt> | |
<dd>Interface member 'Task Tinker.Core.Services.Batch.Interfaces.IBatchService.CreateBatch(Batch)' is not implemented</dd> | |
<dt>Tinker.Core\Services\Batch\BatchService.cs:<span class="line">11</span></dt> | |
<dd>Type name expected, but namespace name found</dd> | |
<dt>Tinker.Core\Services\Batch\BatchService.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Services\Batch\BatchService.cs:<span class="line">19</span></dt> | |
<dd>Type name expected, but namespace name found</dd> | |
<dt>Tinker.Core\Services\Batch\BatchService.cs:<span class="line">33</span></dt> | |
<dd>Type name expected, but namespace name found</dd> | |
<dt>Tinker.Core\Services\Batch\Interfaces\IBatchService.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Services\Batch\Interfaces\IBatchService.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Services\Batch\Interfaces\IBatchService.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Services\Batch\Interfaces\IBatchService.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">25</span></dt> | |
<dd>Argument type 'System.Guid' is not assignable to parameter type 'int'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">30</span></dt> | |
<dd>Init-only property 'Tinker.Shared.DTOs.Orders.OrderDto.SubTotal' can only be assigned in an object initializer, or on 'this' or 'base' in an instance constructor or an 'init' accessor</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">31</span></dt> | |
<dd>Init-only property 'Tinker.Shared.DTOs.Orders.OrderDto.TaxAmount' can only be assigned in an object initializer, or on 'this' or 'base' in an instance constructor or an 'init' accessor</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">32</span></dt> | |
<dd>Init-only property 'Tinker.Shared.DTOs.Orders.OrderDto.DiscountAmount' can only be assigned in an object initializer, or on 'this' or 'base' in an instance constructor or an 'init' accessor</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">33</span></dt> | |
<dd>Init-only property 'Tinker.Shared.DTOs.Orders.OrderDto.TotalAmount' can only be assigned in an object initializer, or on 'this' or 'base' in an instance constructor or an 'init' accessor</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">36</span></dt> | |
<dd>Cannot resolve symbol 'Order'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">38</span></dt> | |
<dd>Cannot resolve symbol 'CustomerId'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">39</span></dt> | |
<dd>Cannot resolve symbol 'CustomerName'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">40</span></dt> | |
<dd>Cannot resolve symbol 'Date'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">41</span></dt> | |
<dd>Cannot resolve symbol 'Items'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">41</span></dt> | |
<dd>The type arguments for method 'IEnumerable<TResult> System.Linq.Enumerable.Select<TSource,TResult>(this IEnumerable<TSource>, Func<TSource,TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">41</span></dt> | |
<dd>Cannot resolve symbol 'OrderItem'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">43</span></dt> | |
<dd>Cannot resolve symbol 'ProductId'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'Quantity'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">45</span></dt> | |
<dd>Cannot resolve symbol 'UnitPrice'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">46</span></dt> | |
<dd>Cannot resolve symbol 'TotalPrice'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">46</span></dt> | |
<dd>Cannot resolve symbol 'TotalPrice'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">48</span></dt> | |
<dd>Cannot resolve symbol 'SubTotal'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">49</span></dt> | |
<dd>Cannot resolve symbol 'TaxAmount'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">50</span></dt> | |
<dd>Cannot resolve symbol 'DiscountAmount'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">51</span></dt> | |
<dd>Cannot resolve symbol 'TotalAmount'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">52</span></dt> | |
<dd>Cannot resolve symbol 'Status'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">68</span></dt> | |
<dd>Cannot resolve symbol 'Order'</dd> | |
<dt>Tinker.Core\Services\Checkout\CheckoutService.cs:<span class="line">97</span></dt> | |
<dd>Cannot resolve symbol 'GetPoints'</dd> | |
<dt>Tinker.Core\Services\Compliance\ComplianceLoggingService.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'Interfaces'</dd> | |
<dt>Tinker.Core\Services\Compliance\ComplianceLoggingService.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'IComplianceLoggingService'</dd> | |
<dt>Tinker.Core\Services\Compliance\ComplianceLoggingService.cs:<span class="line">27</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Core\Services\Compliance\ComplianceLoggingService.cs:<span class="line">29</span></dt> | |
<dd>Cannot resolve symbol 'OrderId'</dd> | |
<dt>Tinker.Core\Services\Compliance\ComplianceLoggingService.cs:<span class="line">30</span></dt> | |
<dd>Cannot resolve symbol 'Date'</dd> | |
<dt>Tinker.Core\Services\Compliance\ComplianceLoggingService.cs:<span class="line">31</span></dt> | |
<dd>Cannot resolve symbol 'CustomerId'</dd> | |
<dt>Tinker.Core\Services\Compliance\ComplianceLoggingService.cs:<span class="line">32</span></dt> | |
<dd>Cannot resolve symbol 'Type'</dd> | |
<dt>Tinker.Core\Services\Compliance\ComplianceLoggingService.cs:<span class="line">33</span></dt> | |
<dd>Cannot resolve symbol 'Details'</dd> | |
<dt>Tinker.Core\Services\Compliance\ComplianceLoggingService.cs:<span class="line">52</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
Where<ComplianceLog>(this IEnumerable<ComplianceLog>, Func<ComplianceLog,bool>) : IEnumerable<ComplianceLog> (in class Enumerable) | |
Where<ComplianceLog>(this IQueryable<ComplianceLog>, Expression<Func<ComplianceLog,bool>>) : IQueryable<ComplianceLog> (in class Queryable)</dd> | |
<dt>Tinker.Core\Services\Compliance\ComplianceLoggingService.cs:<span class="line">53</span></dt> | |
<dd>The type arguments for method 'Task<List<TSource>> Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync<TSource>(this IQueryable<TSource>, CancellationToken)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Core\Services\Compliance\ComplianceService.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'Id'</dd> | |
<dt>Tinker.Core\Services\Compliance\RxComplianceService.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'IRxComplianceService'</dd> | |
<dt>Tinker.Core\Services\Compliance\RxComplianceService.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'Items'</dd> | |
<dt>Tinker.Core\Services\Compliance\RxComplianceService.cs:<span class="line">24</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
AppendFormatted(object?, int, string?) | |
AppendFormatted(scoped ReadOnlySpan<char>) | |
AppendFormatted(scoped ReadOnlySpan<char>, int, string?) | |
AppendFormatted(string?) | |
AppendFormatted(string?, int, string?) | |
all from struct DefaultInterpolatedStringHandler</dd> | |
<dt>Tinker.Core\Services\Compliance\RxComplianceService.cs:<span class="line">31</span></dt> | |
<dd>Cannot access internal field 'Reference' here</dd> | |
<dt>Tinker.Core\Services\Compliance\RxComplianceService.cs:<span class="line">34</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceException'</dd> | |
<dt>Tinker.Core\Services\Compliance\RxComplianceService.cs:<span class="line">34</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
AppendFormatted(object?, int, string?) | |
AppendFormatted(scoped ReadOnlySpan<char>) | |
AppendFormatted(scoped ReadOnlySpan<char>, int, string?) | |
AppendFormatted(string?) | |
AppendFormatted(string?, int, string?) | |
all from struct DefaultInterpolatedStringHandler</dd> | |
<dt>Tinker.Core\Services\Compliance\RxComplianceService.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'FirstOrDefaultAsync'</dd> | |
<dt>Tinker.Core\Services\Compliance\RxComplianceService.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'PrescriptionId'</dd> | |
<dt>Tinker.Core\Services\Compliance\RxComplianceService.cs:<span class="line">45</span></dt> | |
<dd>Cannot resolve symbol 'PrescriptionId'</dd> | |
<dt>Tinker.Core\Services\Compliance\RxComplianceService.cs:<span class="line">50</span></dt> | |
<dd>Cannot resolve symbol 'Prescription'</dd> | |
<dt>Tinker.Core\Services\Compliance\RxComplianceService.cs:<span class="line">70</span></dt> | |
<dd>Cannot resolve symbol 'Prescription'</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">23</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Customers.ValueObjects.CustomerId' to target type 'int'</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">39</span></dt> | |
<dd>Primary constructor 'Customer' has 4 parameter(s) but is invoked with 0 argument(s)</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">41</span></dt> | |
<dd>A property without setter or inaccessible setter cannot be assigned to</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">41</span></dt> | |
<dd>Cannot convert source type 'int' to target type 'Tinker.Core.Domain.Customers.ValueObjects.CustomerId'</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">42</span></dt> | |
<dd>A property without setter or inaccessible setter cannot be assigned to</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">43</span></dt> | |
<dd>A property without setter or inaccessible setter cannot be assigned to</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">44</span></dt> | |
<dd>A property without setter or inaccessible setter cannot be assigned to</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">45</span></dt> | |
<dd>A property without setter or inaccessible setter cannot be assigned to</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">46</span></dt> | |
<dd>A property without setter or inaccessible setter cannot be assigned to</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">63</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Customers.Entities.Customer.Name' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">64</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Customers.Entities.Customer.Email' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">65</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Customers.Entities.Customer.PhoneNumber' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">78</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Customers.ValueObjects.CustomerId' to target type 'int'</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">92</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Customers.ValueObjects.CustomerId' is not assignable to parameter type 'int'</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">103</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Customers.ValueObjects.CustomerId' to target type 'int'</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">117</span></dt> | |
<dd>Cannot resolve symbol 'Orders'</dd> | |
<dt>Tinker.Core\Services\Customers\CustomerService.cs:<span class="line">177</span></dt> | |
<dd>Argument type 'System.Guid' is not assignable to parameter type 'int'</dd> | |
<dt>Tinker.Core\Services\Inventory\Interfaces\IInventoryService.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Core\Services\Inventory\Interfaces\IInventoryService.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Core\Services\Inventory\Interfaces\IInventoryService.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'ExpiryStatus'</dd> | |
<dt>Tinker.Core\Services\Inventory\Interfaces\IInventoryService.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Core\Services\Inventory\Interfaces\IInventoryService.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'INotificationService'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'IState'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'InventoryStateModel'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'IInventoryHttpClient'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">19</span></dt> | |
<dd>Cannot resolve symbol 'IInventoryHttpClient'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">20</span></dt> | |
<dd>Cannot resolve symbol 'IState'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">20</span></dt> | |
<dd>Cannot resolve symbol 'InventoryStateModel'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">31</span></dt> | |
<dd>Cannot resolve symbol 'BatchItems'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">54</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">62</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Inventory.Aggregates.Product.Quantity' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">67</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Inventory.Aggregates.Product.Quantity' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">82</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">88</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">91</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">93</span></dt> | |
<dd>Cannot resolve symbol 'TotalProducts'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">94</span></dt> | |
<dd>Cannot resolve symbol 'AllProducts'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">95</span></dt> | |
<dd>Cannot resolve symbol 'LowStockProducts'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">96</span></dt> | |
<dd>Cannot resolve symbol 'ExpiringProducts'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">96</span></dt> | |
<dd>Cannot resolve symbol 'ExpiryDate'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">97</span></dt> | |
<dd>Cannot resolve symbol 'TotalProductValue'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">97</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
Sum<Product>(this IEnumerable<Product>, Func<Product,decimal>) : decimal | |
Sum<Product>(this IEnumerable<Product>, Func<Product,decimal?>) : decimal? | |
Sum<Product>(this IEnumerable<Product>, Func<Product,double>) : double | |
Sum<Product>(this IEnumerable<Product>, Func<Product,double?>) : double? | |
Sum<Product>(this IEnumerable<Product>, Func<Product,float>) : float | |
Sum<Product>(this IEnumerable<Product>, Func<Product,float?>) : float? | |
Sum<Product>(this IEnumerable<Product>, Func<Product,int>) : int | |
Sum<Product>(this IEnumerable<Product>, Func<Product,int?>) : int? | |
Sum<Product>(this IEnumerable<Product>, Func<Product,long>) : long | |
Sum<Product>(this IEnumerable<Product>, Func<Product,long?>) : long? | |
all from class Enumerable</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">97</span></dt> | |
<dd>Cannot apply operator '*' to operands of type 'StockLevel' and 'Money'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">98</span></dt> | |
<dd>Cannot resolve symbol 'OutOfStockCount'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">99</span></dt> | |
<dd>Cannot resolve symbol 'StockAlerts'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">100</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Inventory.Aggregates.Product' is not assignable to parameter type 'Product'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">119</span></dt> | |
<dd>Type 'ExpiryStatus' doesn't match the expected type 'ExpiryStatus' | |
Method 'CheckExpiryStatusAsync' cannot implement method from interface 'Tinker.Core.Services.Inventory.Interfaces.IInventoryService'. Return type should be 'System.Threading.Tasks.Task<ExpiryStatus>'.</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">125</span></dt> | |
<dd>Cannot resolve symbol 'ExpiryDate'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">138</span></dt> | |
<dd>Cannot resolve symbol 'BatchNumber'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">139</span></dt> | |
<dd>Cannot resolve symbol 'ExpiryDate'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">145</span></dt> | |
<dd>Cannot resolve symbol 'BatchNumber'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">147</span></dt> | |
<dd>Cannot resolve symbol 'ExpiryDate'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">152</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Core\Services\Inventory\InventoryService.cs:<span class="line">163</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Inventory.Commands.RestockAlert' is not assignable to parameter type 'Tinker.Core.Domain.Inventory.Aggregates.Product'</dd> | |
<dt>Tinker.Core\Services\Invoices\InvoiceService.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'GetFirstAsync'</dd> | |
<dt>Tinker.Core\Services\Invoices\InvoiceService.cs:<span class="line">19</span></dt> | |
<dd>Cannot resolve symbol 'Create'</dd> | |
<dt>Tinker.Core\Services\Invoices\InvoiceService.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol 'PageSizes'</dd> | |
<dt>Tinker.Core\Services\Invoices\InvoiceService.cs:<span class="line">36</span></dt> | |
<dd>Cannot resolve symbol 'Column'</dd> | |
<dt>Tinker.Core\Services\Invoices\InvoiceService.cs:<span class="line">66</span></dt> | |
<dd>Cannot resolve symbol 'Date'</dd> | |
<dt>Tinker.Core\Services\Invoices\InvoiceService.cs:<span class="line">113</span></dt> | |
<dd>Cannot resolve symbol 'BorderBottom'</dd> | |
<dt>Tinker.Core\Services\Loyalty\LoyaltyService.cs:<span class="line">18</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Customers.Entities.Customer.MembershipTier' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Loyalty\LoyaltyService.cs:<span class="line">49</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Customers.Entities.Customer.LoyaltyPoints' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'IOrderProcessor'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'INotificationService'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol 'IOrderProcessor'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">38</span></dt> | |
<dd>Argument type 'System.Guid' is not assignable to parameter type 'int'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">70</span></dt> | |
<dd>Cannot resolve symbol 'Paid'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">107</span></dt> | |
<dd>Required member 'CreateOrderCommand.Order' must be set in the object initializer</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">109</span></dt> | |
<dd>Cannot resolve symbol 'CustomerId'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">110</span></dt> | |
<dd>Cannot resolve symbol 'Items'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">118</span></dt> | |
<dd>Cannot resolve symbol 'Order'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">118</span></dt> | |
<dd>The type arguments for method 'IEnumerable<TResult> System.Linq.Enumerable.Select<TSource,TResult>(this IEnumerable<TSource>, Func<TSource,TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">118</span></dt> | |
<dd>Cannot resolve symbol 'OrderItem'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">120</span></dt> | |
<dd>Cannot resolve symbol 'ProductId'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">121</span></dt> | |
<dd>Cannot resolve symbol 'Quantity'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">122</span></dt> | |
<dd>Cannot resolve symbol 'UnitPrice'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">123</span></dt> | |
<dd>Cannot resolve symbol 'TotalPrice'</dd> | |
<dt>Tinker.Core\Services\Orders\OrderService.cs:<span class="line">123</span></dt> | |
<dd>Cannot resolve symbol 'TotalPrice'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">8</span></dt> | |
<dd>Interface member 'Task<ProductDto> Tinker.Core.Services.Products.Interfaces.IProductService.UpdateAsync(ProductDto, CancellationToken)' is not implemented | |
Interface member 'Task Tinker.Core.Services.Products.Interfaces.IProductService.UpdateProductEntity(Product)' is not implemented</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">15</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Inventory.ValueObjects.ProductId' to target type 'int'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">19</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Orders.ValueObjects.Money' to target type 'decimal'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'Description'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'BatchItems'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'BatchItems'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'BatchDto'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'BatchNumber'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'ExpiryDate'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">26</span></dt> | |
<dd>Cannot resolve symbol 'Quantity'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">38</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Inventory.ValueObjects.ProductId' to target type 'int'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">41</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">41</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">42</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Orders.ValueObjects.Money' to target type 'decimal'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'Description'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">45</span></dt> | |
<dd>Cannot resolve symbol 'BatchItems'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">45</span></dt> | |
<dd>Cannot resolve symbol 'BatchItems'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">45</span></dt> | |
<dd>Cannot resolve symbol 'BatchDto'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">47</span></dt> | |
<dd>Cannot resolve symbol 'BatchNumber'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">48</span></dt> | |
<dd>Cannot resolve symbol 'ExpiryDate'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">49</span></dt> | |
<dd>Cannot resolve symbol 'Quantity'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">56</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">58</span></dt> | |
<dd>Cannot resolve symbol 'Name'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">59</span></dt> | |
<dd>Cannot resolve symbol 'Reference'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">60</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">60</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">61</span></dt> | |
<dd>Cannot resolve symbol 'Price'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">62</span></dt> | |
<dd>Cannot resolve symbol 'Quantity'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">63</span></dt> | |
<dd>Cannot resolve symbol 'Description'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">74</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Inventory.Aggregates.Product.Name' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">75</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Inventory.Aggregates.Product.Reference' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">76</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">76</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">77</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Inventory.Aggregates.Product.Price' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">78</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Inventory.Aggregates.Product.Quantity' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">79</span></dt> | |
<dd>Cannot resolve symbol 'Description'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">92</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Inventory.Aggregates.Product.Quantity' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">97</span></dt> | |
<dd>The property 'Tinker.Core.Domain.Inventory.Aggregates.Product.Quantity' cannot be used in this context because the 'set' accessor is inaccessible</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">111</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Inventory.ValueObjects.ProductId' to target type 'int'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">114</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">114</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">115</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Orders.ValueObjects.Money' to target type 'decimal'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">117</span></dt> | |
<dd>Cannot resolve symbol 'Description'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">126</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Inventory.ValueObjects.ProductId' to target type 'int'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">129</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">129</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">130</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Orders.ValueObjects.Money' to target type 'decimal'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">132</span></dt> | |
<dd>Cannot resolve symbol 'Description'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">139</span></dt> | |
<dd>Cannot resolve symbol 'BatchItems'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">142</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Inventory.ValueObjects.ProductId' to target type 'int'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">145</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">145</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">146</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Orders.ValueObjects.Money' to target type 'decimal'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">148</span></dt> | |
<dd>Cannot resolve symbol 'Description'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">158</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Inventory.ValueObjects.ProductId' to target type 'int'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">161</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">161</span></dt> | |
<dd>Cannot resolve symbol 'CategoryName'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">162</span></dt> | |
<dd>Cannot convert source type 'Tinker.Core.Domain.Orders.ValueObjects.Money' to target type 'decimal'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">164</span></dt> | |
<dd>Cannot resolve symbol 'Description'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">173</span></dt> | |
<dd>Cannot resolve symbol 'BatchItems'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">176</span></dt> | |
<dd>Type name expected, but namespace name found</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">178</span></dt> | |
<dd>Cannot resolve symbol 'BatchNumber'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">179</span></dt> | |
<dd>Cannot resolve symbol 'ExpiryDate'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">180</span></dt> | |
<dd>Cannot resolve symbol 'Quantity'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">182</span></dt> | |
<dd>Cannot resolve symbol 'BatchItems'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">201</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Core\Services\Products\ProductService.cs:<span class="line">206</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Core\Services\Reporting\Interface\IReportingService.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\Interface\IReportingService.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\Interface\IReportingService.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\Interface\IReportingService.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\Interface\IReportingService.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\Interface\IReportingService.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">26</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">29</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">31</span></dt> | |
<dd>Cannot resolve symbol 'GetRxOrdersAsync'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">35</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">37</span></dt> | |
<dd>Cannot resolve symbol 'RxOrders'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">38</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceDate'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">42</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'GetOrdersByDateRangeAsync'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">46</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">48</span></dt> | |
<dd>Cannot resolve symbol 'StartDate'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">49</span></dt> | |
<dd>Cannot resolve symbol 'EndDate'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">50</span></dt> | |
<dd>Cannot resolve symbol 'TotalSales'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">51</span></dt> | |
<dd>Cannot resolve symbol 'TotalOrders'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">52</span></dt> | |
<dd>Cannot resolve symbol 'AverageOrderValue'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">53</span></dt> | |
<dd>Cannot resolve symbol 'DailySales'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">57</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">60</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">62</span></dt> | |
<dd>Cannot resolve symbol 'LowStockProducts'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">63</span></dt> | |
<dd>Cannot resolve symbol 'TotalProductValue'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">63</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
Sum<Product>(this IEnumerable<Product>, Func<Product,decimal>) : decimal | |
Sum<Product>(this IEnumerable<Product>, Func<Product,decimal?>) : decimal? | |
Sum<Product>(this IEnumerable<Product>, Func<Product,double>) : double | |
Sum<Product>(this IEnumerable<Product>, Func<Product,double?>) : double? | |
Sum<Product>(this IEnumerable<Product>, Func<Product,float>) : float | |
Sum<Product>(this IEnumerable<Product>, Func<Product,float?>) : float? | |
Sum<Product>(this IEnumerable<Product>, Func<Product,int>) : int | |
Sum<Product>(this IEnumerable<Product>, Func<Product,int?>) : int? | |
Sum<Product>(this IEnumerable<Product>, Func<Product,long>) : long | |
Sum<Product>(this IEnumerable<Product>, Func<Product,long?>) : long? | |
all from class Enumerable</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">63</span></dt> | |
<dd>Cannot apply operator '*' to operands of type 'StockLevel' and 'Money'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">64</span></dt> | |
<dd>Cannot resolve symbol 'OutOfStockCount'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">65</span></dt> | |
<dd>Cannot resolve symbol 'StockAlerts'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">66</span></dt> | |
<dd>Argument type 'Tinker.Core.Domain.Inventory.Aggregates.Product' is not assignable to parameter type 'Product'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">70</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">72</span></dt> | |
<dd>Cannot resolve symbol 'GetAllWithOrdersAsync'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">74</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">76</span></dt> | |
<dd>Cannot resolve symbol 'TotalCustomers'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">77</span></dt> | |
<dd>Cannot resolve symbol 'ActiveCustomers'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">78</span></dt> | |
<dd>Cannot resolve symbol 'TopCustomers'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">82</span></dt> | |
<dd>Cannot resolve symbol 'LoyaltyTierDistribution'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">92</span></dt> | |
<dd>Cannot resolve symbol 'Orders'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">104</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">107</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">109</span></dt> | |
<dd>Cannot resolve symbol 'TotalProducts'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">109</span></dt> | |
<dd>Cannot choose method from method group. Did you intend to invoke the method?</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">110</span></dt> | |
<dd>Cannot resolve symbol 'AllProducts'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">114</span></dt> | |
<dd>Cannot resolve symbol 'Order'</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">116</span></dt> | |
<dd>The type arguments for method 'IEnumerable<IGrouping<TKey,TSource>> System.Linq.Enumerable.GroupBy<TSource,TKey>(this IEnumerable<TSource>, Func<TSource,TKey>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">117</span></dt> | |
<dd>The type arguments for method 'Dictionary<TKey,TElement> System.Linq.Enumerable.ToDictionary<TSource,TKey,TElement>(this IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Core\Services\Reporting\ReportingService.cs:<span class="line">117</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
Sum<Order>(this IEnumerable<Order>, Func<Order,decimal>) : decimal | |
Sum<Order>(this IEnumerable<Order>, Func<Order,decimal?>) : decimal? | |
Sum<Order>(this IEnumerable<Order>, Func<Order,double>) : double | |
Sum<Order>(this IEnumerable<Order>, Func<Order,double?>) : double? | |
Sum<Order>(this IEnumerable<Order>, Func<Order,float>) : float | |
Sum<Order>(this IEnumerable<Order>, Func<Order,float?>) : float? | |
Sum<Order>(this IEnumerable<Order>, Func<Order,int>) : int | |
Sum<Order>(this IEnumerable<Order>, Func<Order,int?>) : int? | |
Sum<Order>(this IEnumerable<Order>, Func<Order,long>) : long | |
Sum<Order>(this IEnumerable<Order>, Func<Order,long?>) : long? | |
all from class Enumerable</dd> | |
<dt>Tinker.Core\Services\Sales\SalesService.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'INotificationService'</dd> | |
<dt>Tinker.Core\Services\Sales\SalesService.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'Order'</dd> | |
<dt>Tinker.Core\Services\Sales\SalesService.cs:<span class="line">21</span></dt> | |
<dd>The type arguments for method 'IEnumerable<TResult> System.Linq.Enumerable.Select<TSource,TResult>(this IEnumerable<TSource>, Func<TSource,TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Core\Services\Sales\SalesService.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'OrderItem'</dd> | |
<dt>Tinker.Core\Services\Sales\SalesService.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol 'ProductId'</dd> | |
<dt>Tinker.Core\Services\Sales\SalesService.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'Quantity'</dd> | |
<dt>Tinker.Core\Services\Sales\SalesService.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'UnitPrice'</dd> | |
<dt>Tinker.Core\Services\Sales\SalesService.cs:<span class="line">26</span></dt> | |
<dd>Cannot resolve symbol 'TotalPrice'</dd> | |
<dt>Tinker.Core\Services\Sales\SalesService.cs:<span class="line">26</span></dt> | |
<dd>Cannot resolve symbol 'TotalPrice'</dd> | |
<dt>Tinker.Core\Services\Sales\SalesService.cs:<span class="line">31</span></dt> | |
<dd>Argument type 'System.Guid' is not assignable to parameter type 'int'</dd> | |
<dt>Tinker.Core\Services\Suppliers\SupplierService.cs:<span class="line">21</span></dt> | |
<dd>Argument type 'System.Guid' is not assignable to parameter type 'int'</dd> | |
</dl> | |
</div> | |
<div> | |
<h2>Project Tinker.Infrastructure</h2> | |
<dl> | |
<dt>Tinker.Infrastructure\Abstractions\Auth\IAuthService.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'TokenValidationContext'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Caching\ICacheService.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'CacheOptions'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Caching\ICacheService.cs:<span class="line">9</span></dt> | |
<dd>A value of type 'null' cannot be used as a default parameter because there are no standard conversions to type 'CacheOptions?'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Caching\ICacheService.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'CacheOptions'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Caching\ICacheService.cs:<span class="line">16</span></dt> | |
<dd>A value of type 'null' cannot be used as a default parameter because there are no standard conversions to type 'CacheOptions?'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Caching\ICacheService.cs:<span class="line">20</span></dt> | |
<dd>Cannot resolve symbol 'CacheOptions'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Caching\ICacheService.cs:<span class="line">20</span></dt> | |
<dd>A value of type 'null' cannot be used as a default parameter because there are no standard conversions to type 'CacheOptions?'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Identity\IApplicationDbContext.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Identity\IApplicationDbContext.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Identity\IApplicationDbContext.cs:<span class="line">10</span></dt> | |
<dd>The type 'StackExchange.Redis.Order' must be a reference type in order to use it as parameter 'TEntity'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Identity\IApplicationDbContext.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'OrderItem'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Identity\IApplicationDbContext.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'Supplier'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Identity\IApplicationDbContext.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'Prescription'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Identity\IApplicationDbContext.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Identity\INotifier.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'AlertType'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Identity\INotifier.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'AlertData'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Identity\INotifier.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'NotificationType'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Identity\INotifier.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'NotificationData'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Identity\INotifier.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'NotificationLog'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Tasks\IInventoryTaskHandler.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Tasks\IInventoryTaskHandler.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'OrderItem'</dd> | |
<dt>Tinker.Infrastructure\Abstractions\Tasks\ILoyaltyTaskHandler.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Base\SettingsValidatorBase.cs:<span class="line">24</span></dt> | |
<dd>Argument type 'System.Collections.Generic.IEnumerable<Tinker.Shared.Exceptions.ValidationError>' is not assignable to parameter type 'System.Exception?'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Groups\Background\BackgroundSettings.cs:<span class="line">12</span></dt> | |
<dd>Cannot access protected method 'ValidateSettings(T, string)' here</dd> | |
<dt>Tinker.Infrastructure\Configuration\Groups\Data\DataSettings.cs:<span class="line">12</span></dt> | |
<dd>Cannot access protected method 'ValidateSettings(T, string)' here</dd> | |
<dt>Tinker.Infrastructure\Configuration\Groups\Data\DataSettings.cs:<span class="line">24</span></dt> | |
<dd>Cannot access protected method 'ValidateSettings(T, string)' here</dd> | |
<dt>Tinker.Infrastructure\Configuration\Groups\Data\DataSettings.cs:<span class="line">36</span></dt> | |
<dd>Cannot access protected method 'ValidateSettings(T, string)' here</dd> | |
<dt>Tinker.Infrastructure\Configuration\Groups\Monitoring\MonitoringSettings.cs:<span class="line">15</span></dt> | |
<dd>Cannot access protected method 'ValidateSettings(T, string)' here</dd> | |
<dt>Tinker.Infrastructure\Configuration\Groups\Security\SecuritySettings.cs:<span class="line">15</span></dt> | |
<dd>Cannot access protected method 'ValidateSettings(T, string)' here</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">34</span></dt> | |
<dd>Cannot resolve symbol 'IUnitOfWork'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">34</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Base.UnitOfWork' must be convertible to 'IUnitOfWork' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">86</span></dt> | |
<dd>Cannot resolve symbol 'CacheOptions'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">92</span></dt> | |
<dd>Cannot resolve symbol 'CompressionService'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">99</span></dt> | |
<dd>Cannot resolve symbol 'IProductRepository'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">99</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Repositories.Products.ProductRepository' must be convertible to 'IProductRepository' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">100</span></dt> | |
<dd>Cannot resolve symbol 'ICustomerRepository'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">100</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Repositories.Customers.CustomerRepository' must be convertible to 'ICustomerRepository' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">101</span></dt> | |
<dd>Cannot resolve symbol 'IOrderRepository'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">101</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Repositories.Orders.OrderRepository' must be convertible to 'IOrderRepository' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">102</span></dt> | |
<dd>Cannot resolve symbol 'ISupplierRepository'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">102</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Repositories.Compliance.SupplierRepository' must be convertible to 'ISupplierRepository' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">103</span></dt> | |
<dd>Cannot resolve symbol 'IBatchRepository'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">103</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Repositories.Products.BatchRepository' must be convertible to 'IBatchRepository' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">104</span></dt> | |
<dd>Cannot resolve symbol 'IInventoryRepository'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\DataSetup.cs:<span class="line">104</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Repositories.Products.InventoryRepository' must be convertible to 'IInventoryRepository' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\ErrorHandlingSetup.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'GlobalErrorHandler'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">42</span></dt> | |
<dd>Cannot resolve symbol 'AddApplicationInsightsTelemetry'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">51</span></dt> | |
<dd>Cannot resolve symbol 'CustomTelemetryInitializer'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">53</span></dt> | |
<dd>Cannot resolve symbol 'RoleName'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">54</span></dt> | |
<dd>Cannot resolve symbol 'Environment'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">59</span></dt> | |
<dd>Cannot resolve symbol 'IPerformanceMonitor'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">59</span></dt> | |
<dd>Cannot resolve symbol 'PerformanceMonitor'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">60</span></dt> | |
<dd>Cannot resolve symbol 'IHealthCheckService'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">60</span></dt> | |
<dd>The type 'Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService' must be convertible to 'IHealthCheckService' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">61</span></dt> | |
<dd>Cannot resolve symbol 'IMetricsReporter'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">61</span></dt> | |
<dd>Cannot resolve symbol 'MetricsReporter'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">71</span></dt> | |
<dd>Cannot resolve symbol 'CacheMetrics'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">84</span></dt> | |
<dd>Cannot access private method 'AddProcessHealthCheck(this IHealthChecksBuilder, HealthCheckOptions)' here</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">85</span></dt> | |
<dd>Cannot access private method 'AddSystemMetrics(this IHealthChecksBuilder, HealthCheckOptions)' here</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">91</span></dt> | |
<dd>Argument type 'Microsoft.Extensions.Logging.LogLevel' is not assignable to parameter type 'Serilog.Events.LogEventLevel'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">100</span></dt> | |
<dd>Cannot resolve symbol 'Seq'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">117</span></dt> | |
<dd>Cannot resolve symbol 'HealthCheckEndpoint'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">119</span></dt> | |
<dd>Cannot resolve symbol 'ResponseWriter'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">139</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
SerializeAsync<{??? status, ??? checks, ??? totalDuration}>(PipeWriter, {??? status, ??? checks, ??? totalDuration}, JsonSerializerOptions?, CancellationToken) | |
SerializeAsync<{??? status, ??? checks, ??? totalDuration}>(Stream, {??? status, ??? checks, ??? totalDuration}, JsonSerializerOptions?, CancellationToken) | |
all from class JsonSerializer</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">143</span></dt> | |
<dd>Cannot resolve symbol 'AllowCachingResponses'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">144</span></dt> | |
<dd>Cannot resolve symbol 'ResultStatusCodes'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">164</span></dt> | |
<dd>Cannot resolve symbol 'CacheMetrics'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">168</span></dt> | |
<dd>Cannot resolve symbol 'AddDbContextCheck'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\MonitoringSetup.cs:<span class="line">170</span></dt> | |
<dd>Cannot resolve symbol 'StorageHealthCheck'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">60</span></dt> | |
<dd>Cannot resolve symbol 'Jwt'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">61</span></dt> | |
<dd>Cannot resolve symbol 'Jwt'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">62</span></dt> | |
<dd>Cannot resolve symbol 'Jwt'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">63</span></dt> | |
<dd>Cannot resolve symbol 'Jwt'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">64</span></dt> | |
<dd>Cannot resolve symbol 'Jwt'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">65</span></dt> | |
<dd>Cannot resolve symbol 'Jwt'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">67</span></dt> | |
<dd>Cannot resolve symbol 'Jwt'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">68</span></dt> | |
<dd>Cannot resolve symbol 'Jwt'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">77</span></dt> | |
<dd>Cannot resolve symbol 'ISecurityService'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">77</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Security.Services.SecurityService' must be convertible to 'ISecurityService' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">78</span></dt> | |
<dd>Cannot resolve symbol 'IPasswordPolicyService'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">78</span></dt> | |
<dd>Cannot resolve symbol 'PasswordPolicyService'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">79</span></dt> | |
<dd>Cannot resolve symbol 'IMfaService'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">79</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Identity.Core.Services.MfaService' must be convertible to 'IMfaService' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">80</span></dt> | |
<dd>Cannot resolve symbol 'IAuditService'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SecuritySetup.cs:<span class="line">80</span></dt> | |
<dd>Cannot resolve symbol 'AuditService'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SwaggerSetup.cs:<span class="line">92</span></dt> | |
<dd>Cannot resolve symbol 'SecurityRequirementsOperationFilter'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SwaggerSetup.cs:<span class="line">95</span></dt> | |
<dd>Cannot resolve symbol 'ExampleFilters'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SwaggerSetup.cs:<span class="line">98</span></dt> | |
<dd>Cannot resolve symbol 'EnumSchemaFilter'</dd> | |
<dt>Tinker.Infrastructure\Configuration\Setup\SwaggerSetup.cs:<span class="line">99</span></dt> | |
<dd>Cannot resolve symbol 'JsonIgnoreSchemaFilter'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">34</span></dt> | |
<dd>Cannot resolve symbol 'RetryCount'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">36</span></dt> | |
<dd>Cannot resolve symbol 'RetryDelay'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">40</span></dt> | |
<dd>Cannot resolve symbol 'GetServiceProvider'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">41</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
Run(Action) | |
Run(Func<Task?>) | |
all from class Task</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'RetryCount'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">49</span></dt> | |
<dd>Cannot resolve symbol 'CircuitBreaker'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">50</span></dt> | |
<dd>Cannot resolve symbol 'CircuitBreaker'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">51</span></dt> | |
<dd>Cannot resolve symbol 'CircuitBreaker'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">52</span></dt> | |
<dd>Cannot resolve symbol 'CircuitBreaker'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">55</span></dt> | |
<dd>Cannot resolve symbol 'GetServiceProvider'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">56</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
Run(Action) | |
Run(Func<Task?>) | |
all from class Task</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">91</span></dt> | |
<dd>Cannot resolve symbol 'Monitoring'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Extensions\CacheServiceCollectionExtensions.cs:<span class="line">93</span></dt> | |
<dd>Cannot resolve symbol 'RedisCacheMetrics'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\CacheService.cs:<span class="line">12</span></dt> | |
<dd>Interface member 'Task<IEnumerable<string>> Tinker.Infrastructure.Abstractions.Caching.ICacheService.GetTagKeysAsync(string, CancellationToken)' is not implemented | |
Interface member 'Task<bool> Tinker.Infrastructure.Abstractions.Caching.ICacheService.LockAsync(string, TimeSpan, CancellationToken)' is not implemented | |
Interface member 'Task<bool> Tinker.Infrastructure.Abstractions.Caching.ICacheService.SetWithTagsAsync<T>(string, T, string[], CancellationToken)' is not implemented | |
Interface member 'Task<bool> Tinker.Infrastructure.Abstractions.Caching.ICacheService.UnlockAsync(string, CancellationToken)' is not implemented</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\CacheService.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'IAsyncPolicy'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\CacheService.cs:<span class="line">31</span></dt> | |
<dd>Cannot resolve symbol 'Policy'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\CacheService.cs:<span class="line">37</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
LogWarning(this ILogger, EventId, string?, params object?[]) | |
LogWarning(this ILogger, Exception?, string?, params object?[]) | |
LogWarning(this ILogger, string?, params object?[]) | |
all from class LoggerExtensions</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\CacheService.cs:<span class="line">72</span></dt> | |
<dd>Cannot resolve symbol 'CacheOptions'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\CacheService.cs:<span class="line">72</span></dt> | |
<dd>A value of type 'null' cannot be used as a default parameter because there are no standard conversions to type 'CacheOptions?'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\CacheService.cs:<span class="line">135</span></dt> | |
<dd>Cannot resolve symbol 'CacheOptions'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\CacheService.cs:<span class="line">135</span></dt> | |
<dd>A value of type 'null' cannot be used as a default parameter because there are no standard conversions to type 'CacheOptions?'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\CacheService.cs:<span class="line">165</span></dt> | |
<dd>Cannot resolve symbol 'CacheOptions'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\CacheService.cs:<span class="line">165</span></dt> | |
<dd>A value of type 'null' cannot be used as a default parameter because there are no standard conversions to type 'CacheOptions?'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\CacheService.cs:<span class="line">204</span></dt> | |
<dd>Argument type 'null' is not assignable to parameter type 'CacheOptions?'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\ResilientCacheService.cs:<span class="line">13</span></dt> | |
<dd>Interface member 'Task<T?> Tinker.Infrastructure.Abstractions.Caching.ICacheService.GetOrSetAsync<T>(string, Func<Task<T>>, CacheOptions?, CancellationToken)' is not implemented | |
Interface member 'Task<IEnumerable<string>> Tinker.Infrastructure.Abstractions.Caching.ICacheService.GetTagKeysAsync(string, CancellationToken)' is not implemented | |
Interface member 'Task<bool> Tinker.Infrastructure.Abstractions.Caching.ICacheService.LockAsync(string, TimeSpan, CancellationToken)' is not implemented | |
Interface member 'Task<bool> Tinker.Infrastructure.Abstractions.Caching.ICacheService.SetAsync<T>(string, T, CacheOptions?, CancellationToken)' is not implemented | |
Interface member 'Task<bool> Tinker.Infrastructure.Abstractions.Caching.ICacheService.SetManyAsync<T>(IDictionary<string,T>, CacheOptions?, CancellationToken)' is not implemented | |
Interface member 'Task<bool> Tinker.Infrastructure.Abstractions.Caching.ICacheService.SetWithTagsAsync<T>(string, T, string[], CancellationToken)' is not implemented | |
Interface member 'Task<bool> Tinker.Infrastructure.Abstractions.Caching.ICacheService.UnlockAsync(string, CancellationToken)' is not implemented</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\ResilientCacheService.cs:<span class="line">17</span></dt> | |
<dd>Ambiguous reference. | |
Candidates are: | |
Tinker.Infrastructure.Configuration.Groups.Data.CacheSettings | |
Tinker.Infrastructure.Core.Caching.Interfaces.CacheSettings</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\ResilientCacheService.cs:<span class="line">23</span></dt> | |
<dd>Ambiguous reference. | |
Candidates are: | |
Tinker.Infrastructure.Configuration.Groups.Data.CacheSettings | |
Tinker.Infrastructure.Core.Caching.Interfaces.CacheSettings</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\ResilientCacheService.cs:<span class="line">37</span></dt> | |
<dd>Cannot resolve symbol 'Exception'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\ResilientCacheService.cs:<span class="line">166</span></dt> | |
<dd>Cannot resolve symbol 'Ttl'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\ResilientCacheService.cs:<span class="line">198</span></dt> | |
<dd>Cannot resolve symbol 'Ttl'</dd> | |
<dt>Tinker.Infrastructure\Core\Caching\Services\ResilientCacheService.cs:<span class="line">232</span></dt> | |
<dd>Cannot resolve symbol 'Ttl'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Base\Repository.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'Set'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Base\UnitOfWork.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'IUnitOfWork'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ComplianceLogConfiguration.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ComplianceLogConfiguration.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ComplianceLogConfiguration.cs:<span class="line">14</span></dt> | |
<dd>The type arguments for method 'PropertyBuilder<TProperty> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity>.Property<TProperty>(Expression<Func<TEntity,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ComplianceLogConfiguration.cs:<span class="line">18</span></dt> | |
<dd>The type arguments for method 'PropertyBuilder<TProperty> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity>.Property<TProperty>(Expression<Func<TEntity,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ComplianceLogConfiguration.cs:<span class="line">22</span></dt> | |
<dd>The type arguments for method 'PropertyBuilder<TProperty> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity>.Property<TProperty>(Expression<Func<TEntity,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ComplianceLogConfiguration.cs:<span class="line">26</span></dt> | |
<dd>The type arguments for method 'PropertyBuilder<TProperty> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity>.Property<TProperty>(Expression<Func<TEntity,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ComplianceLogConfiguration.cs:<span class="line">29</span></dt> | |
<dd>The type arguments for method 'PropertyBuilder<TProperty> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity>.Property<TProperty>(Expression<Func<TEntity,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ComplianceLogConfiguration.cs:<span class="line">33</span></dt> | |
<dd>The type arguments for method 'PropertyBuilder<TProperty> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity>.Property<TProperty>(Expression<Func<TEntity,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ProductConfiguration.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ProductConfiguration.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ProductConfiguration.cs:<span class="line">16</span></dt> | |
<dd>The type arguments for method 'PropertyBuilder<TProperty> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity>.Property<TProperty>(Expression<Func<TEntity,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ProductConfiguration.cs:<span class="line">20</span></dt> | |
<dd>The type arguments for method 'PropertyBuilder<TProperty> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity>.Property<TProperty>(Expression<Func<TEntity,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ProductConfiguration.cs:<span class="line">27</span></dt> | |
<dd>The type arguments for method 'PropertyBuilder<TProperty> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity>.Property<TProperty>(Expression<Func<TEntity,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Configurations\ProductConfiguration.cs:<span class="line">31</span></dt> | |
<dd>The type arguments for method 'PropertyBuilder<TProperty> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity>.Property<TProperty>(Expression<Func<TEntity,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">11</span></dt> | |
<dd>The type 'StackExchange.Redis.Order' must be a reference type in order to use it as parameter 'TEntity'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'OrderItem'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'Supplier'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'Prescription'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">23</span></dt> | |
<dd>The type 'StackExchange.Redis.Order' must be a reference type in order to use it as parameter 'TEntity'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'OrderItem'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'Supplier'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">26</span></dt> | |
<dd>Cannot resolve symbol 'Prescription'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Context\ApplicationDbContext.cs:<span class="line">27</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLogConfiguration'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\PaginationService.cs:<span class="line">8</span></dt> | |
<dd>Interface member 'Task<PaginatedResult<TResult>> Tinker.Infrastructure.Abstractions.Caching.IPaginationService.CreatePaginatedResultAsync<T,TResult>(IQueryable<T>, Func<T,TResult>, int, int, CancellationToken)' is not implemented</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Compliance\ComplianceRepository.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IComplianceRepository'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Compliance\ComplianceRepository.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Compliance\ComplianceRepository.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Compliance\ComplianceRepository.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Compliance\ComplianceRepository.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Compliance\SupplierRepository.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'ISupplierRepository'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Compliance\SupplierRepository.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'Supplier'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Compliance\SupplierRepository.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'Supplier'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Compliance\SupplierRepository.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'Supplier'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Compliance\SupplierRepository.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'Supplier'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'ICustomerRepository'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">30</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'CustomerId'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'Status'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">47</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">50</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
Where<Customer>(this IEnumerable<Customer>, Func<Customer,bool>) : IEnumerable<Customer> (in class Enumerable) | |
Where<Customer>(this IQueryable<Customer>, Expression<Func<Customer,bool>>) : IQueryable<Customer> (in class Queryable)</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">51</span></dt> | |
<dd>The type arguments for method 'Task<List<TSource>> Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync<TSource>(this IQueryable<TSource>, CancellationToken)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">54</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Customers\CustomerRepository.cs:<span class="line">57</span></dt> | |
<dd>The type arguments for method 'IIncludableQueryable<TEntity,TProperty> Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.Include<TEntity,TProperty>(this IQueryable<TEntity>, Expression<Func<TEntity,TProperty>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Orders\CheckoutRepository.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'ICheckoutRepository'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Orders\CheckoutRepository.cs:<span class="line">38</span></dt> | |
<dd>Argument type 'StackExchange.Redis.Order?' is not assignable to parameter type 'StackExchange.Redis.Order'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Orders\OrderRepository.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'IOrderRepository'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Orders\OrderRepository.cs:<span class="line">36</span></dt> | |
<dd>Argument type 'StackExchange.Redis.Order?' is not assignable to parameter type 'StackExchange.Redis.Order'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\BatchRepository.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'IBatchRepository'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\BatchRepository.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\BatchRepository.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'Batches'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\BatchRepository.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\BatchRepository.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'Batches'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\BatchRepository.cs:<span class="line">17</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\BatchRepository.cs:<span class="line">19</span></dt> | |
<dd>Cannot resolve symbol 'Batches'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\BatchRepository.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\BatchRepository.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'Batches'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\BatchRepository.cs:<span class="line">34</span></dt> | |
<dd>Cannot resolve symbol 'Batches'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\BatchRepository.cs:<span class="line">39</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\BatchRepository.cs:<span class="line">41</span></dt> | |
<dd>Cannot resolve symbol 'Batches'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\InventoryRepository.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IInventoryRepository'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\InventoryRepository.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\InventoryRepository.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\InventoryRepository.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\InventoryRepository.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\InventoryRepository.cs:<span class="line">40</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\InventoryRepository.cs:<span class="line">43</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
Where<Product>(this IEnumerable<Product>, Func<Product,bool>) : IEnumerable<Product> (in class Enumerable) | |
Where<Product>(this IQueryable<Product>, Expression<Func<Product,bool>>) : IQueryable<Product> (in class Queryable)</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\InventoryRepository.cs:<span class="line">44</span></dt> | |
<dd>The type arguments for method 'Task<List<TSource>> Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync<TSource>(this IQueryable<TSource>, CancellationToken)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\InventoryRepository.cs:<span class="line">47</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\InventoryRepository.cs:<span class="line">51</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
Where<Product>(this IEnumerable<Product>, Func<Product,bool>) : IEnumerable<Product> (in class Enumerable) | |
Where<Product>(this IQueryable<Product>, Expression<Func<Product,bool>>) : IQueryable<Product> (in class Queryable)</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\InventoryRepository.cs:<span class="line">52</span></dt> | |
<dd>The type arguments for method 'Task<List<TSource>> Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync<TSource>(this IQueryable<TSource>, CancellationToken)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\ProductRepository.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IProductRepository'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\ProductRepository.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\ProductRepository.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\ProductRepository.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\ProductRepository.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\ProductRepository.cs:<span class="line">40</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\ProductRepository.cs:<span class="line">43</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
Where<Product>(this IEnumerable<Product>, Func<Product,bool>) : IEnumerable<Product> (in class Enumerable) | |
Where<Product>(this IQueryable<Product>, Expression<Func<Product,bool>>) : IQueryable<Product> (in class Queryable)</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\ProductRepository.cs:<span class="line">44</span></dt> | |
<dd>The type arguments for method 'Task<List<TSource>> Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync<TSource>(this IQueryable<TSource>, CancellationToken)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\ProductRepository.cs:<span class="line">47</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\ProductRepository.cs:<span class="line">51</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
Where<Product>(this IEnumerable<Product>, Func<Product,bool>) : IEnumerable<Product> (in class Enumerable) | |
Where<Product>(this IQueryable<Product>, Expression<Func<Product,bool>>) : IQueryable<Product> (in class Queryable)</dd> | |
<dt>Tinker.Infrastructure\Core\Data\Repositories\Products\ProductRepository.cs:<span class="line">52</span></dt> | |
<dd>The type arguments for method 'Task<List<TSource>> Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync<TSource>(this IQueryable<TSource>, CancellationToken)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Infrastructure\Core\State\Base\StateBase.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'ILogger'</dd> | |
<dt>Tinker.Infrastructure\Core\State\Base\StateBase.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'StateChangedEventArgs'</dd> | |
<dt>Tinker.Infrastructure\Core\State\Base\StateBase.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'StateChangedEventArgs'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">32</span></dt> | |
<dd>Cannot resolve symbol 'IUnitOfWork'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">32</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Base.UnitOfWork' must be convertible to 'IUnitOfWork' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">46</span></dt> | |
<dd>Cannot resolve symbol 'DomainSettings'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">48</span></dt> | |
<dd>Cannot resolve symbol 'IntegrationSettings'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">53</span></dt> | |
<dd>Cannot resolve symbol 'IProductRepository'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">53</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Repositories.Products.ProductRepository' must be convertible to 'IProductRepository' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">54</span></dt> | |
<dd>Cannot resolve symbol 'ICustomerRepository'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">54</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Repositories.Customers.CustomerRepository' must be convertible to 'ICustomerRepository' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">55</span></dt> | |
<dd>Cannot resolve symbol 'IOrderRepository'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">55</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Repositories.Orders.OrderRepository' must be convertible to 'IOrderRepository' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">56</span></dt> | |
<dd>Cannot resolve symbol 'ISupplierRepository'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">56</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Repositories.Compliance.SupplierRepository' must be convertible to 'ISupplierRepository' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">57</span></dt> | |
<dd>Cannot resolve symbol 'IBatchRepository'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">57</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Core.Data.Repositories.Products.BatchRepository' must be convertible to 'IBatchRepository' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">64</span></dt> | |
<dd>Cannot resolve symbol 'ICheckoutService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">64</span></dt> | |
<dd>Cannot resolve symbol 'CheckoutService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">65</span></dt> | |
<dd>Cannot resolve symbol 'IEventDispatcher'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">65</span></dt> | |
<dd>Cannot resolve symbol 'EventDispatcher'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">66</span></dt> | |
<dd>Cannot resolve symbol 'IInventoryService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">66</span></dt> | |
<dd>Cannot resolve symbol 'InventoryService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">67</span></dt> | |
<dd>Cannot resolve symbol 'IOrderService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">67</span></dt> | |
<dd>Cannot resolve symbol 'OrderService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">68</span></dt> | |
<dd>Cannot resolve symbol 'ICustomerService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">68</span></dt> | |
<dd>Cannot resolve symbol 'CustomerService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">69</span></dt> | |
<dd>Cannot resolve symbol 'ISupplierService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">69</span></dt> | |
<dd>Cannot resolve symbol 'SupplierService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">70</span></dt> | |
<dd>Cannot resolve symbol 'IComplianceService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">70</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">71</span></dt> | |
<dd>Cannot resolve symbol 'IBatchService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">71</span></dt> | |
<dd>Cannot resolve symbol 'BatchService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">72</span></dt> | |
<dd>Cannot resolve symbol 'ILoyaltyService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">72</span></dt> | |
<dd>Cannot resolve symbol 'LoyaltyService'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">75</span></dt> | |
<dd>Cannot resolve symbol 'UpdateStockCommand'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">75</span></dt> | |
<dd>Cannot resolve symbol 'UpdateStockCommandValidator'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">76</span></dt> | |
<dd>Cannot resolve symbol 'CreateOrderCommand'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">76</span></dt> | |
<dd>Cannot resolve symbol 'CreateOrderCommandValidator'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">77</span></dt> | |
<dd>Cannot resolve symbol 'CreateCustomerCommand'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">77</span></dt> | |
<dd>Cannot resolve symbol 'CreateCustomerCommandValidator'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">78</span></dt> | |
<dd>Cannot resolve symbol 'CreateSupplierCommand'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">78</span></dt> | |
<dd>Cannot resolve symbol 'CreateSupplierCommandValidator'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">79</span></dt> | |
<dd>Cannot resolve symbol 'CreateComplianceLogCommand'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">79</span></dt> | |
<dd>Cannot resolve symbol 'CreateComplianceLogCommandValidator'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">80</span></dt> | |
<dd>Cannot resolve symbol 'CreateBatchCommand'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">80</span></dt> | |
<dd>Cannot resolve symbol 'CreateBatchCommandValidator'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">83</span></dt> | |
<dd>Cannot resolve symbol 'Batch'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">83</span></dt> | |
<dd>Cannot resolve symbol 'BatchValidator'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">84</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">84</span></dt> | |
<dd>Cannot resolve symbol 'ProductValidator'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">85</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">85</span></dt> | |
<dd>Cannot resolve symbol 'CustomerValidator'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">87</span></dt> | |
<dd>Cannot resolve symbol 'LoggingBehavior'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">88</span></dt> | |
<dd>Cannot resolve symbol 'ValidationBehavior'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">90</span></dt> | |
<dd>Cannot resolve symbol 'AddMediatR'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">90</span></dt> | |
<dd>Cannot resolve symbol 'UpdateStockCommandHandler'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">91</span></dt> | |
<dd>Cannot resolve symbol 'AddMediatR'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">91</span></dt> | |
<dd>Cannot resolve symbol 'CreateOrderCommandHandler'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">92</span></dt> | |
<dd>Cannot resolve symbol 'AddMediatR'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">92</span></dt> | |
<dd>Cannot resolve symbol 'CreateCustomerCommandHandler'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">93</span></dt> | |
<dd>Cannot resolve symbol 'AddMediatR'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">93</span></dt> | |
<dd>Cannot resolve symbol 'CreateSupplierCommandHandler'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">94</span></dt> | |
<dd>Cannot resolve symbol 'AddMediatR'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">94</span></dt> | |
<dd>Cannot resolve symbol 'CreateComplianceLogCommandHandler'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">95</span></dt> | |
<dd>Cannot resolve symbol 'AddMediatR'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">95</span></dt> | |
<dd>Cannot resolve symbol 'CreateBatchCommandHandler'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">96</span></dt> | |
<dd>Cannot resolve symbol 'AddMediatR'</dd> | |
<dt>Tinker.Infrastructure\DependencyInjection.cs:<span class="line">96</span></dt> | |
<dd>Cannot resolve symbol 'UpdateLoyaltyPointsCommandHandler'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Handlers\MfaHandler.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'ApplicationUser'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Handlers\MfaHandler.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'ApplicationUser'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Handlers\MfaHandler.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'IMfaHandler'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Handlers\MfaHandler.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'ApplicationUser'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Queries\GetUserInfoQuery.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'IRequest'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Queries\GetUserInfoQueryHandler.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'IUserService'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Queries\GetUserInfoQueryHandler.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'IRequestHandler'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Queries\GetUserInfoQueryHandler.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'IUserService'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Services\AuthService.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol 'Username'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Services\AuthService.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'AuthenticationException'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Services\AuthService.cs:<span class="line">28</span></dt> | |
<dd>Cannot resolve symbol 'AuthenticationException'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Services\AuthService.cs:<span class="line">31</span></dt> | |
<dd>Cannot resolve symbol 'GenerateTokens'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Services\AuthService.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'GenerateTokens'</dd> | |
<dt>Tinker.Infrastructure\Identity\Authentication\Services\AuthService.cs:<span class="line">47</span></dt> | |
<dd>Cannot resolve symbol 'TokenValidationContext'</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\IdentityService.cs:<span class="line">37</span></dt> | |
<dd>Primary constructor 'ApplicationUser' has 7 parameter(s) but is invoked with 0 argument(s)</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\IdentityService.cs:<span class="line">52</span></dt> | |
<dd>Cannot resolve symbol 'Roles'</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\IdentityService.cs:<span class="line">54</span></dt> | |
<dd>Cannot resolve symbol 'Roles'</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\IdentityService.cs:<span class="line">122</span></dt> | |
<dd>Cannot resolve symbol 'Username'</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\IdentityService.cs:<span class="line">128</span></dt> | |
<dd>Cannot resolve symbol 'GenerateTokenAsync'</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\IdentityService.cs:<span class="line">208</span></dt> | |
<dd>Cannot resolve symbol 'MfaRequiredException'</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\IdentityService.cs:<span class="line">216</span></dt> | |
<dd>Cannot resolve symbol 'GenerateTokens'</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\MfaService.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'KeyGeneration'</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\MfaService.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'Base32Encoding'</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\MfaService.cs:<span class="line">20</span></dt> | |
<dd>Cannot resolve symbol 'Base32Encoding'</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\MfaService.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'Totp'</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\MfaService.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'VerificationWindow'</dd> | |
<dt>Tinker.Infrastructure\Identity\Core\Services\TokenService.cs:<span class="line">12</span></dt> | |
<dd>Interface member 'Task<string?> Tinker.Infrastructure.Abstractions.Auth.ITokenService.GenerateTestToken()' is not implemented</dd> | |
<dt>Tinker.Infrastructure\Identity\Extensions\AuthServiceExtensions.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'AuthService'</dd> | |
<dt>Tinker.Infrastructure\Identity\Extensions\AuthServiceExtensions.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'AuthOptions'</dd> | |
<dt>Tinker.Infrastructure\Identity\Extensions\AuthServiceExtensions.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'AuthOptions'</dd> | |
<dt>Tinker.Infrastructure\Identity\Extensions\AuthServiceExtensions.cs:<span class="line">43</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
GetBytes(char[]) | |
GetBytes(string) | |
all from class Encoding</dd> | |
<dt>Tinker.Infrastructure\Identity\Extensions\AuthServiceExtensions.cs:<span class="line">59</span></dt> | |
<dd>Argument type 'Microsoft.AspNetCore.Authentication.JwtBearer.TokenValidatedContext' is not assignable to parameter type 'TokenValidationContext'</dd> | |
<dt>Tinker.Infrastructure\Identity\Extensions\AuthServiceExtensions.cs:<span class="line">64</span></dt> | |
<dd>Cannot resolve symbol 'AuthService'</dd> | |
<dt>Tinker.Infrastructure\Identity\GraphQL\Mutations\UserMutations.cs:<span class="line">12</span></dt> | |
<dd>'Error' is not an attribute</dd> | |
<dt>Tinker.Infrastructure\Identity\GraphQL\Mutations\UserMutations.cs:<span class="line">12</span></dt> | |
<dd>Cannot convert source type 'System.Type' to target type 'string'</dd> | |
<dt>Tinker.Infrastructure\Identity\GraphQL\Mutations\UserMutations.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'UserPayload'</dd> | |
<dt>Tinker.Infrastructure\Identity\GraphQL\Mutations\UserMutations.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'UserPayload'</dd> | |
<dt>Tinker.Infrastructure\Identity\GraphQL\Mutations\UserMutations.cs:<span class="line">21</span></dt> | |
<dd>'Error' is not an attribute</dd> | |
<dt>Tinker.Infrastructure\Identity\GraphQL\Mutations\UserMutations.cs:<span class="line">21</span></dt> | |
<dd>Cannot convert source type 'System.Type' to target type 'string'</dd> | |
<dt>Tinker.Infrastructure\Identity\GraphQL\Mutations\UserMutations.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'TokenPayload'</dd> | |
<dt>Tinker.Infrastructure\Identity\GraphQL\Mutations\UserMutations.cs:<span class="line">27</span></dt> | |
<dd>Cannot resolve symbol 'TokenPayload'</dd> | |
<dt>Tinker.Infrastructure\Identity\Stores\UserStore.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'NotFoundException'</dd> | |
<dt>Tinker.Infrastructure\Integration\Email\Services\EmailService.cs:<span class="line">28</span></dt> | |
<dd>Cannot resolve symbol 'SmtpClient'</dd> | |
<dt>Tinker.Infrastructure\Integration\Http\Base\BaseHttpClient.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'IHttpResiliencePipeline'</dd> | |
<dt>Tinker.Infrastructure\Integration\Http\Base\BaseHttpClient.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'IHttpResiliencePipeline'</dd> | |
<dt>Tinker.Infrastructure\Integration\Http\Base\BaseHttpClient.cs:<span class="line">15</span></dt> | |
<dd>A constructor declared in 'class' with parameter list must have 'this' constructor initializer</dd> | |
<dt>Tinker.Infrastructure\Integration\Http\Base\BaseHttpClient.cs:<span class="line">26</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
GetFromJsonAsync<T>(this HttpClient, string?, CancellationToken) | |
GetFromJsonAsync<T>(this HttpClient, string?, JsonSerializerOptions?, CancellationToken) | |
GetFromJsonAsync<T>(this HttpClient, string?, JsonTypeInfo<T>, CancellationToken) | |
all from class HttpClientJsonExtensions</dd> | |
<dt>Tinker.Infrastructure\Integration\Http\Base\BaseHttpClient.cs:<span class="line">30</span></dt> | |
<dd>Cannot resolve symbol 'LogError'</dd> | |
<dt>Tinker.Infrastructure\Integration\Http\Base\BaseHttpClient.cs:<span class="line">44</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
ReadFromJsonAsync<TResponse>(this HttpContent, CancellationToken) | |
ReadFromJsonAsync<TResponse>(this HttpContent, JsonSerializerOptions?, CancellationToken) | |
ReadFromJsonAsync<TResponse>(this HttpContent, JsonTypeInfo<TResponse>, CancellationToken) | |
all from class HttpContentJsonExtensions</dd> | |
<dt>Tinker.Infrastructure\Integration\Http\Base\BaseHttpClient.cs:<span class="line">48</span></dt> | |
<dd>Cannot resolve symbol 'LogError'</dd> | |
<dt>Tinker.Infrastructure\Integration\Http\Clients\InventoryHttpClient.cs:<span class="line">10</span></dt> | |
<dd>Interface 'Serilog.ILogger' does not have type parameters</dd> | |
<dt>Tinker.Infrastructure\Integration\Http\Handlers\EnhancedErrorHandler.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'IToastService'</dd> | |
<dt>Tinker.Infrastructure\Integration\Http\Handlers\EnhancedErrorHandler.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'IToastService'</dd> | |
<dt>Tinker.Infrastructure\Integration\Http\Handlers\ResilienceHandler.cs:<span class="line">3</span></dt> | |
<dd>Cannot resolve symbol 'IHttpResiliencePipeline'</dd> | |
<dt>Tinker.Infrastructure\Integration\Http\Handlers\ResilienceHandler.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'IHttpResiliencePipeline'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\EmailService.cs:<span class="line">26</span></dt> | |
<dd>Cannot resolve symbol 'SmtpClient'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\Interfaces\IMessageService.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'InventoryService'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\Interfaces\IMessageService.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'RestockAlert'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\Interfaces\INotificationService.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'InventoryService'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\Interfaces\INotificationService.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'RestockAlert'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">8</span></dt> | |
<dd>Interface member 'Task Tinker.Infrastructure.Integration.Messaging.Services.Interfaces.INotificationService.SendOrderCompletionNotification(int)' is not implemented | |
Interface member 'Task Tinker.Infrastructure.Integration.Messaging.Services.Interfaces.INotificationService.SendPaymentConfirmation(int)' is not implemented</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'NotificationSettings'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'INotificationStore'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'NotificationSettings'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'INotificationStore'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'NotificationData'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'Message'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'Recipient'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">28</span></dt> | |
<dd>Cannot resolve symbol 'NotificationLog'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">30</span></dt> | |
<dd>Cannot resolve symbol 'Type'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">30</span></dt> | |
<dd>Cannot resolve symbol 'NotificationType'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">31</span></dt> | |
<dd>Cannot resolve symbol 'Message'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">32</span></dt> | |
<dd>Cannot resolve symbol 'Recipient'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">33</span></dt> | |
<dd>Cannot resolve symbol 'Timestamp'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">51</span></dt> | |
<dd>Cannot resolve symbol 'AlertData'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">53</span></dt> | |
<dd>Cannot resolve symbol 'Message'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">54</span></dt> | |
<dd>Cannot resolve symbol 'Details'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">59</span></dt> | |
<dd>Cannot resolve symbol 'SendAlertEmail'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">77</span></dt> | |
<dd>Cannot resolve symbol 'InventoryService'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">85</span></dt> | |
<dd>Cannot resolve symbol 'AlertData'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">87</span></dt> | |
<dd>Cannot resolve symbol 'Message'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">88</span></dt> | |
<dd>Cannot resolve symbol 'Details'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">91</span></dt> | |
<dd>Cannot resolve symbol 'SendAlertEmail'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">94</span></dt> | |
<dd>Cannot resolve method: | |
LogWarning(string, string, string, DateTime, ExpiryStatus) | |
Candidates are: | |
LogWarning(this ILogger, EventId, Exception?, string?, params object?[]) | |
LogWarning(this ILogger, EventId, string?, params object?[]) | |
LogWarning(this ILogger, Exception?, string?, params object?[]) | |
LogWarning(this ILogger, string?, params object?[]) | |
all from class LoggerExtensions</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">105</span></dt> | |
<dd>Cannot resolve symbol 'RestockAlert'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">109</span></dt> | |
<dd>Cannot resolve symbol 'AlertData'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">111</span></dt> | |
<dd>Cannot resolve symbol 'Message'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">112</span></dt> | |
<dd>Cannot resolve symbol 'Details'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">112</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
AppendFormatted(object?, int, string?) | |
AppendFormatted(scoped ReadOnlySpan<char>) | |
AppendFormatted(scoped ReadOnlySpan<char>, int, string?) | |
AppendFormatted(string?) | |
AppendFormatted(string?, int, string?) | |
all from struct DefaultInterpolatedStringHandler</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">113</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
AppendFormatted(object?, int, string?) | |
AppendFormatted(scoped ReadOnlySpan<char>) | |
AppendFormatted(scoped ReadOnlySpan<char>, int, string?) | |
AppendFormatted(string?) | |
AppendFormatted(string?, int, string?) | |
all from struct DefaultInterpolatedStringHandler</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">113</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
AppendFormatted(object?, int, string?) | |
AppendFormatted(scoped ReadOnlySpan<char>) | |
AppendFormatted(scoped ReadOnlySpan<char>, int, string?) | |
AppendFormatted(string?) | |
AppendFormatted(string?, int, string?) | |
all from struct DefaultInterpolatedStringHandler</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">116</span></dt> | |
<dd>Cannot resolve symbol 'SendAlertEmail'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">134</span></dt> | |
<dd>Cannot resolve symbol 'AlertData'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">136</span></dt> | |
<dd>Cannot resolve symbol 'Message'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">137</span></dt> | |
<dd>Cannot resolve symbol 'Details'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">140</span></dt> | |
<dd>Cannot resolve symbol 'SendAlertEmail'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">146</span></dt> | |
<dd>Cannot resolve symbol 'NotificationLog'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">148</span></dt> | |
<dd>Cannot resolve symbol 'Type'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">148</span></dt> | |
<dd>Cannot resolve symbol 'NotificationType'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">149</span></dt> | |
<dd>Cannot resolve symbol 'Message'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">150</span></dt> | |
<dd>Cannot resolve symbol 'Recipient'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\NotificationService.cs:<span class="line">151</span></dt> | |
<dd>Cannot resolve symbol 'Timestamp'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\SmsService.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'SmsSettings'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\SmsService.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'ISmsService'</dd> | |
<dt>Tinker.Infrastructure\Integration\Messaging\Services\SmsService.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'SmsSettings'</dd> | |
<dt>Tinker.Infrastructure\Integration\Notifications\Persistence\NotificationStore.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'INotificationStore'</dd> | |
<dt>Tinker.Infrastructure\Integration\Notifications\Persistence\NotificationStore.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'NotificationLog'</dd> | |
<dt>Tinker.Infrastructure\Integration\Notifications\Persistence\NotificationStore.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'Notifications'</dd> | |
<dt>Tinker.Infrastructure\Integration\Notifications\Persistence\NotificationStore.cs:<span class="line">17</span></dt> | |
<dd>Cannot resolve symbol 'NotificationLog'</dd> | |
<dt>Tinker.Infrastructure\Integration\Notifications\Persistence\NotificationStore.cs:<span class="line">19</span></dt> | |
<dd>Cannot resolve symbol 'Notifications'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Core\Base\MonitoringServiceBase.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'ILogger'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Core\Base\MonitoringServiceBase.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'ILogger'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Health\Checks\DatabaseHealthCheck.cs:<span class="line">28</span></dt> | |
<dd>Cannot resolve symbol 'Database'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Health\Checks\DatabaseHealthCheck.cs:<span class="line">63</span></dt> | |
<dd>Cannot resolve symbol 'Database'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Health\Extensions\HealthCheckExtensions.cs:<span class="line">33</span></dt> | |
<dd>Cannot resolve symbol 'SecurityHealthCheck'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Health\Extensions\HealthCheckExtensions.cs:<span class="line">39</span></dt> | |
<dd>Cannot resolve symbol 'BackgroundJobHealthCheck'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Health\Extensions\HealthCheckExtensions.cs:<span class="line">47</span></dt> | |
<dd>Cannot resolve method: | |
AddCheck(string, lambda expression, string[]) | |
Candidates are: | |
AddCheck(this IHealthChecksBuilder, string, Func<HealthCheckResult>, IEnumerable<string>) | |
AddCheck(this IHealthChecksBuilder, string, Func<HealthCheckResult>, IEnumerable<string>?, TimeSpan?) | |
all from class HealthChecksBuilderDelegateExtensions</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Health\Extensions\HealthCheckExtensions.cs:<span class="line">61</span></dt> | |
<dd>Cannot convert expression type 'System.Threading.Tasks.Task<Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult>' to return type 'Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Health\Extensions\HealthCheckExtensions.cs:<span class="line">68</span></dt> | |
<dd>Cannot resolve method: | |
AddCheck(string, lambda expression, string[]) | |
Candidates are: | |
AddCheck(this IHealthChecksBuilder, string, Func<HealthCheckResult>, IEnumerable<string>) | |
AddCheck(this IHealthChecksBuilder, string, Func<HealthCheckResult>, IEnumerable<string>?, TimeSpan?) | |
all from class HealthChecksBuilderDelegateExtensions</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Health\Extensions\HealthCheckExtensions.cs:<span class="line">90</span></dt> | |
<dd>Cannot convert expression type 'System.Threading.Tasks.Task<Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult>' to return type 'Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Health\Extensions\HealthCheckExtensions.cs:<span class="line">110</span></dt> | |
<dd>Cannot convert expression type 'System.Threading.Tasks.Task<Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult>' to return type 'Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Health\Extensions\HealthCheckExtensions.cs:<span class="line">119</span></dt> | |
<dd>Cannot resolve symbol 'AddUrlGroup'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Health\Extensions\PerformanceMonitoringExtensions.cs:<span class="line">11</span></dt> | |
<dd>Inconsistent accessibility: parameter type 'Tinker.Infrastructure.Abstractions.Identity.IConfiguration' is less accessible than method 'Tinker.Infrastructure.Monitoring.Health.Extensions.PerformanceMonitoringExtensions.AddPerformanceMonitoring'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Health\Extensions\PerformanceMonitoringExtensions.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'AddPerformanceTracking'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\AuthAuditLogger.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'IAuthAuditLogger'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\AuthAuditLogger.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'AuthEvent'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\AuthAuditLogger.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'AuthAuditLog'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\AuthAuditLogger.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'Timestamp'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\AuthAuditLogger.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'UserId'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\AuthAuditLogger.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'Action'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\AuthAuditLogger.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'Status'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\AuthAuditLogger.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'IpAddress'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\AuthAuditLogger.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'UserAgent'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\AuthAuditLogger.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol '_auditStore'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\Services\LoggerService.cs:<span class="line">11</span></dt> | |
<dd>Cannot convert source type 'Microsoft.Extensions.Logging.ILogger<Tinker.Infrastructure.Monitoring.Logging.Services.LoggerService>' to target type 'Serilog.ILogger'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\Services\LoggerService.cs:<span class="line">12</span></dt> | |
<dd>Type name expected, but namespace name found. | |
Namespace 'Microsoft.Identity.Client.TelemetryCore.TelemetryClient' is declared in the following referenced assemblies: | |
Microsoft.Identity.Client 4.61.3.0 (from package Microsoft.Identity.Client v4.61.3)</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\Services\LoggerService.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve method: | |
Log(LogLevel, EventId, TState, Exception, string, object[]) | |
Candidates are: | |
Log(this ILogger, LogLevel, EventId, Exception?, string?, params object?[]) | |
Log(this ILogger, LogLevel, EventId, string?, params object?[]) | |
Log(this ILogger, LogLevel, Exception?, string?, params object?[]) | |
Log(this ILogger, LogLevel, string?, params object?[]) | |
all from class LoggerExtensions</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\Services\LoggerService.cs:<span class="line">28</span></dt> | |
<dd>Cannot resolve method: | |
LogInformation(string, string, double, Dictionary<string,object>) | |
Candidates are: | |
LogInformation(this ILogger, EventId, Exception?, string?, params object?[]) | |
LogInformation(this ILogger, EventId, string?, params object?[]) | |
LogInformation(this ILogger, Exception?, string?, params object?[]) | |
LogInformation(this ILogger, string?, params object?[]) | |
all from class LoggerExtensions</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\Services\LoggerService.cs:<span class="line">35</span></dt> | |
<dd>Cannot resolve method: | |
LogInformation(string, string, Dictionary<string,object>) | |
Candidates are: | |
LogInformation(this ILogger, EventId, Exception?, string?, params object?[]) | |
LogInformation(this ILogger, EventId, string?, params object?[]) | |
LogInformation(this ILogger, Exception?, string?, params object?[]) | |
LogInformation(this ILogger, string?, params object?[]) | |
all from class LoggerExtensions</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\Services\LoggerService.cs:<span class="line">41</span></dt> | |
<dd>Cannot resolve method: | |
LogTrace(string, object[]) | |
Candidates are: | |
LogTrace(this ILogger, EventId, string?, params object?[]) | |
LogTrace(this ILogger, Exception?, string?, params object?[]) | |
LogTrace(this ILogger, string?, params object?[]) | |
all from class LoggerExtensions</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\Services\LoggerService.cs:<span class="line">46</span></dt> | |
<dd>Cannot resolve method: | |
LogDebug(string, object[]) | |
Candidates are: | |
LogDebug(this ILogger, EventId, string?, params object?[]) | |
LogDebug(this ILogger, Exception?, string?, params object?[]) | |
LogDebug(this ILogger, string?, params object?[]) | |
all from class LoggerExtensions</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\Services\LoggerService.cs:<span class="line">51</span></dt> | |
<dd>Cannot resolve method: | |
LogInformation(string, object[]) | |
Candidates are: | |
LogInformation(this ILogger, EventId, string?, params object?[]) | |
LogInformation(this ILogger, Exception?, string?, params object?[]) | |
LogInformation(this ILogger, string?, params object?[]) | |
all from class LoggerExtensions</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\Services\LoggerService.cs:<span class="line">56</span></dt> | |
<dd>Cannot resolve method: | |
LogWarning(string, object[]) | |
Candidates are: | |
LogWarning(this ILogger, EventId, string?, params object?[]) | |
LogWarning(this ILogger, Exception?, string?, params object?[]) | |
LogWarning(this ILogger, string?, params object?[]) | |
all from class LoggerExtensions</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\Services\LoggerService.cs:<span class="line">61</span></dt> | |
<dd>Cannot resolve method: | |
LogError(Exception, string, object[]) | |
Candidates are: | |
LogError(this ILogger, EventId, Exception?, string?, params object?[]) | |
LogError(this ILogger, EventId, string?, params object?[]) | |
LogError(this ILogger, Exception?, string?, params object?[]) | |
LogError(this ILogger, string?, params object?[]) | |
all from class LoggerExtensions</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Logging\Services\LoggerService.cs:<span class="line">70</span></dt> | |
<dd>Cannot resolve method: | |
LogCritical(Exception, string, object[]) | |
Candidates are: | |
LogCritical(this ILogger, EventId, Exception?, string?, params object?[]) | |
LogCritical(this ILogger, EventId, string?, params object?[]) | |
LogCritical(this ILogger, Exception?, string?, params object?[]) | |
LogCritical(this ILogger, string?, params object?[]) | |
all from class LoggerExtensions</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Metrics\Services\MetricsService.cs:<span class="line">12</span></dt> | |
<dd>Interface member 'void Tinker.Infrastructure.Monitoring.Core.Interfaces.IMetricsService.RecordMetric(string, object, MetricType, object)' is not implemented</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Middleware\PerformanceTrackingMiddleware.cs:<span class="line">27</span></dt> | |
<dd>Argument type 'double' is not assignable to parameter type 'Tinker.Infrastructure.Monitoring.Core.Models.MetricDimension[]'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Middleware\PerformanceTrackingMiddleware.cs:<span class="line">28</span></dt> | |
<dd>Cannot initialize type 'double' with a collection expression because the type is not constructible</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Middleware\PerformanceTrackingMiddleware.cs:<span class="line">47</span></dt> | |
<dd>Argument type 'double' is not assignable to parameter type 'Tinker.Infrastructure.Monitoring.Core.Models.MetricDimension[]'</dd> | |
<dt>Tinker.Infrastructure\Monitoring\Middleware\PerformanceTrackingMiddleware.cs:<span class="line">48</span></dt> | |
<dd>Cannot initialize type 'double' with a collection expression because the type is not constructible</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\ExpiryCheckBackgroundService.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'Base'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\ExpiryCheckBackgroundService.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'BackgroundServiceBase'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\ExpiryCheckBackgroundService.cs:<span class="line">21</span></dt> | |
<dd>Constructor 'Object' has 0 parameter(s) but is invoked with 3 argument(s)</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\ExpiryCheckBackgroundService.cs:<span class="line">28</span></dt> | |
<dd>Cannot resolve symbol 'CreateScope'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\ExpiryCheckBackgroundService.cs:<span class="line">40</span></dt> | |
<dd>Cannot resolve symbol 'LogWarning'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\ExpiryCheckBackgroundService.cs:<span class="line">49</span></dt> | |
<dd>Cannot resolve symbol 'LogInformation'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\StockCheckBackgroundService.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'BackgroundServiceBase'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\StockCheckBackgroundService.cs:<span class="line">18</span></dt> | |
<dd>Constructor 'Object' has 0 parameter(s) but is invoked with 3 argument(s)</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\StockCheckBackgroundService.cs:<span class="line">23</span></dt> | |
<dd>There is no suitable method for override</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\StockCheckBackgroundService.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'CreateScope'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\StockCheckBackgroundService.cs:<span class="line">35</span></dt> | |
<dd>Incorrect number of type parameters in reference to class 'Microsoft.Extensions.Logging.Logger<T>'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\StockCheckBackgroundService.cs:<span class="line">35</span></dt> | |
<dd>Cannot resolve symbol 'LogWarning'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\StockCheckBackgroundService.cs:<span class="line">44</span></dt> | |
<dd>Incorrect number of type parameters in reference to class 'Microsoft.Extensions.Logging.Logger<T>'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\StockCheckBackgroundService.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'LogInformation'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\TaskService.cs:<span class="line">19</span></dt> | |
<dd>Cannot resolve symbol 'GetRetryPolicy'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\TaskService.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\TaskService.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Processing\Background\Services\TaskService.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'OrderItem'</dd> | |
<dt>Tinker.Infrastructure\Processing\Tasks\Base\TaskHandlerBase.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'ILogger'</dd> | |
<dt>Tinker.Infrastructure\Processing\Tasks\Base\TaskHandlerBase.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'ILogger'</dd> | |
<dt>Tinker.Infrastructure\Processing\Tasks\Handlers\Inventory\InventoryTaskHandler.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Processing\Tasks\Handlers\Inventory\InventoryTaskHandler.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'OrderItem'</dd> | |
<dt>Tinker.Infrastructure\Processing\Tasks\Handlers\Inventory\InventoryTaskHandler.cs:<span class="line">39</span></dt> | |
<dd>Cannot resolve symbol 'Product'</dd> | |
<dt>Tinker.Infrastructure\Processing\Tasks\Handlers\Loyalty\LoyaltyTaskHandler.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Processing\Tasks\Handlers\Loyalty\LoyaltyTaskHandler.cs:<span class="line">35</span></dt> | |
<dd>Cannot resolve symbol 'Customer'</dd> | |
<dt>Tinker.Infrastructure\Processing\Tasks\Handlers\Notifications\NotificationTaskHandler.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'Id'</dd> | |
<dt>Tinker.Infrastructure\Processing\Tasks\Handlers\Notifications\NotificationTaskHandler.cs:<span class="line">29</span></dt> | |
<dd>Cannot resolve symbol 'Id'</dd> | |
<dt>Tinker.Infrastructure\Processing\Tasks\Handlers\Notifications\NotificationTaskHandler.cs:<span class="line">34</span></dt> | |
<dd>Cannot resolve symbol 'Id'</dd> | |
<dt>Tinker.Infrastructure\Security\Authorization\Handlers\EnableMfaCommandHandler.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'IUserService'</dd> | |
<dt>Tinker.Infrastructure\Security\Authorization\Handlers\EnableMfaCommandHandler.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'IRequestHandler'</dd> | |
<dt>Tinker.Infrastructure\Security\Authorization\Handlers\EnableMfaCommandHandler.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'EnableMfaCommand'</dd> | |
<dt>Tinker.Infrastructure\Security\Authorization\Handlers\EnableMfaCommandHandler.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'IUserService'</dd> | |
<dt>Tinker.Infrastructure\Security\Authorization\Handlers\EnableMfaCommandHandler.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'EnableMfaCommand'</dd> | |
<dt>Tinker.Infrastructure\Security\Authorization\Handlers\RoleAuthorizationHandler.cs:<span class="line">17</span></dt> | |
<dd>Cannot resolve symbol 'RoleConfiguration'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\RateLimitingService.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'RateLimitingService'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\RateLimitingService.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'RateLimitingService'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'ISecurityAuditLogger'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'SecurityEvent'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'SecurityAuditRecord'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'Timestamp'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'EventType'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'UserId'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'IpAddress'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'Action'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'Resource'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">17</span></dt> | |
<dd>Cannot resolve symbol 'Result'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'AdditionalData'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve method: | |
LogInformation(string, SecurityAuditRecord) | |
Candidates are: | |
LogInformation(this ILogger, EventId, string?, params object?[]) | |
LogInformation(this ILogger, Exception?, string?, params object?[]) | |
LogInformation(this ILogger, string?, params object?[]) | |
all from class LoggerExtensions</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityAuditLogger.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'SecurityAuditRecord'</dd> | |
<dt>Tinker.Infrastructure\Security\Services\SecurityService.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'ISecurityService'</dd> | |
</dl> | |
</div> | |
<div> | |
<h2>Project Tinker.Server</h2> | |
<dl> | |
<dt>Tinker.Server\Configuration\DependencyInjection\BackgroundServiceConfig.cs:<span class="line">9</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Processing.Background.Services.StockCheckBackgroundService' must be convertible to 'Microsoft.Extensions.Hosting.IHostedService' in order to use it as parameter 'THostedService' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions.AddHostedService<THostedService>(this IServiceCollection)'</dd> | |
<dt>Tinker.Server\Controllers\Base\ApiController.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'CacheOptions'</dd> | |
<dt>Tinker.Server\Controllers\Base\ApiController.cs:<span class="line">24</span></dt> | |
<dd>A value of type 'null' cannot be used as a default parameter because there are no standard conversions to type 'CacheOptions?'</dd> | |
<dt>Tinker.Server\Controllers\Base\ApiController.cs:<span class="line">36</span></dt> | |
<dd>Method 'IncrementCounter' has 4 parameter(s) but is invoked with 1 argument(s)</dd> | |
<dt>Tinker.Server\Controllers\Base\ApiController.cs:<span class="line">42</span></dt> | |
<dd>Method 'IncrementCounter' has 4 parameter(s) but is invoked with 1 argument(s)</dd> | |
<dt>Tinker.Server\Controllers\BatchController.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'IBatchService'</dd> | |
<dt>Tinker.Server\Controllers\BatchController.cs:<span class="line">19</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\Controllers\BatchController.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol 'IBatchService'</dd> | |
<dt>Tinker.Server\Controllers\BatchController.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\Controllers\BatchController.cs:<span class="line">74</span></dt> | |
<dd>Cannot resolve symbol 'BatchUpdateInput'</dd> | |
<dt>Tinker.Server\Controllers\BatchController.cs:<span class="line">82</span></dt> | |
<dd>Cannot resolve symbol 'BatchExpiryDto'</dd> | |
<dt>Tinker.Server\Controllers\BatchController.cs:<span class="line">85</span></dt> | |
<dd>Cannot resolve symbol 'BatchExpiryDto'</dd> | |
<dt>Tinker.Server\Controllers\BatchController.cs:<span class="line">87</span></dt> | |
<dd>Cannot resolve symbol 'BatchNumber'</dd> | |
<dt>Tinker.Server\Controllers\BatchController.cs:<span class="line">88</span></dt> | |
<dd>Cannot resolve symbol 'ExpiryDate'</dd> | |
<dt>Tinker.Server\Controllers\BatchController.cs:<span class="line">89</span></dt> | |
<dd>Cannot resolve symbol 'DaysUntilExpiry'</dd> | |
<dt>Tinker.Server\Controllers\ComplianceController.cs:<span class="line">4</span></dt> | |
<dd>Cannot resolve symbol 'Models'</dd> | |
<dt>Tinker.Server\Controllers\ComplianceController.cs:<span class="line">37</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Server\Controllers\ComplianceController.cs:<span class="line">40</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Server\Controllers\ComplianceController.cs:<span class="line">62</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Server\Controllers\ComplianceController.cs:<span class="line">66</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Server\Controllers\ComplianceController.cs:<span class="line">66</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Server\Controllers\CustomerController.cs:<span class="line">27</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\CustomerController.cs:<span class="line">27</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\CustomerController.cs:<span class="line">37</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\CustomerController.cs:<span class="line">37</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\CustomerController.cs:<span class="line">58</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\CustomerController.cs:<span class="line">58</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\CustomerController.cs:<span class="line">68</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\CustomerController.cs:<span class="line">68</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\CustomerController.cs:<span class="line">78</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\CustomerController.cs:<span class="line">78</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\InventoryController.cs:<span class="line">19</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\Controllers\InventoryController.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\Controllers\InventoryController.cs:<span class="line">54</span></dt> | |
<dd>Method 'IncrementCounter' has 4 parameter(s) but is invoked with 1 argument(s)</dd> | |
<dt>Tinker.Server\Controllers\OrderController.cs:<span class="line">28</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\OrderController.cs:<span class="line">28</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\OrderController.cs:<span class="line">57</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\OrderController.cs:<span class="line">57</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\OrderController.cs:<span class="line">81</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\OrderController.cs:<span class="line">81</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\ProductController.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'ApiVersion'</dd> | |
<dt>Tinker.Server\Controllers\ProductController.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\Controllers\ProductController.cs:<span class="line">29</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\Controllers\ProductController.cs:<span class="line">42</span></dt> | |
<dd>Cannot resolve symbol 'CacheOptions'</dd> | |
<dt>Tinker.Server\Controllers\ProductController.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'Expiry'</dd> | |
<dt>Tinker.Server\Controllers\ProductController.cs:<span class="line">45</span></dt> | |
<dd>Cannot resolve symbol 'Tags'</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">29</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">31</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">31</span></dt> | |
<dd>Cannot resolve symbol 'Report'</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">31</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">46</span></dt> | |
<dd>Cannot resolve symbol 'ExpiryAlert'</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">49</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">49</span></dt> | |
<dd>Cannot resolve symbol 'ExpiryAlert'</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">49</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">63</span></dt> | |
<dd>Cannot convert source type 'string' to target type 'string[]?'</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">64</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">67</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">67</span></dt> | |
<dd>Cannot resolve symbol 'ComplianceLog'</dd> | |
<dt>Tinker.Server\Controllers\ReportController.cs:<span class="line">67</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\SalesController.cs:<span class="line">19</span></dt> | |
<dd>Cannot resolve symbol 'IMediator'</dd> | |
<dt>Tinker.Server\Controllers\SalesController.cs:<span class="line">47</span></dt> | |
<dd>Cannot resolve symbol 'ProcessSaleCommand'</dd> | |
<dt>Tinker.Server\Controllers\SalesController.cs:<span class="line">47</span></dt> | |
<dd>Cannot resolve symbol 'Order'</dd> | |
<dt>Tinker.Server\Controllers\SalesController.cs:<span class="line">53</span></dt> | |
<dd>Ambiguous invocation. | |
Candidates are: | |
BadRequest(ModelStateDictionary) | |
BadRequest(object?) | |
all from class ControllerBase</dd> | |
<dt>Tinker.Server\Controllers\SalesController.cs:<span class="line">66</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\SalesController.cs:<span class="line">66</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\SalesController.cs:<span class="line">76</span></dt> | |
<dd>The 'async' modifier can only be used in methods that have a body</dd> | |
<dt>Tinker.Server\Controllers\SalesController.cs:<span class="line">76</span></dt> | |
<dd>Non-abstract and non-extern method must declare a body</dd> | |
<dt>Tinker.Server\Controllers\SampleController.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'ApiVersion'</dd> | |
<dt>Tinker.Server\Controllers\SampleController.cs:<span class="line">36</span></dt> | |
<dd>Cannot resolve symbol 'CacheOptions'</dd> | |
<dt>Tinker.Server\Controllers\SampleController.cs:<span class="line">38</span></dt> | |
<dd>Cannot resolve symbol 'Expiry'</dd> | |
<dt>Tinker.Server\Controllers\SampleController.cs:<span class="line">39</span></dt> | |
<dd>Cannot resolve symbol 'Tags'</dd> | |
<dt>Tinker.Server\Extensions\NotificationServiceExtensions.cs:<span class="line">19</span></dt> | |
<dd>Cannot resolve symbol 'INotificationStore'</dd> | |
<dt>Tinker.Server\Extensions\NotificationServiceExtensions.cs:<span class="line">19</span></dt> | |
<dd>The type 'Tinker.Infrastructure.Integration.Notifications.Persistence.NotificationStore' must be convertible to 'INotificationStore' in order to use it as parameter 'TImplementation' in the generic method 'IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService,TImplementation>(this IServiceCollection)'</dd> | |
<dt>Tinker.Server\Extensions\ServerServiceExtensions.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'AddDatabaseServices'</dd> | |
<dt>Tinker.Server\Filters\ApiExceptionFilter.cs:<span class="line">20</span></dt> | |
<dd>Method 'IncrementCounter' has 4 parameter(s) but is invoked with 1 argument(s)</dd> | |
<dt>Tinker.Server\GraphQL\Filters\GraphQLErrorFilter.cs:<span class="line">2</span></dt> | |
<dd>Cannot resolve symbol 'IErrorHandler'</dd> | |
<dt>Tinker.Server\GraphQL\Filters\GraphQLErrorFilter.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'Message'</dd> | |
<dt>Tinker.Server\GraphQL\Filters\GraphQLErrorFilter.cs:<span class="line">22</span></dt> | |
<dd>The delegate type could not be inferred</dd> | |
<dt>Tinker.Server\GraphQL\Filters\GraphQLErrorFilter.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol 'Extensions'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\BatchMutations.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'BatchPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\BatchMutations.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\BatchMutations.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'BatchInput'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\BatchMutations.cs:<span class="line">20</span></dt> | |
<dd>Cannot resolve symbol 'BatchResponse'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\BatchMutations.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'BatchPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\CustomerMutations.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'CustomerPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\CustomerMutations.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'ICustomerService'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\CustomerMutations.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'CustomerPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\CustomerMutations.cs:<span class="line">20</span></dt> | |
<dd>Cannot resolve symbol 'CustomerPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\CustomerMutations.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'ICustomerService'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\CustomerMutations.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'CustomerPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\CustomerMutations.cs:<span class="line">30</span></dt> | |
<dd>Cannot resolve symbol 'CustomerPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\CustomerMutations.cs:<span class="line">31</span></dt> | |
<dd>Cannot resolve symbol 'ICustomerService'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\CustomerMutations.cs:<span class="line">35</span></dt> | |
<dd>Cannot resolve symbol 'CustomerPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\OrderMutations.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'OrderPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\OrderMutations.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'IOrderService'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\OrderMutations.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'OrderInput'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\OrderMutations.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'OrderPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\OrderMutations.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'OrderPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\OrderMutations.cs:<span class="line">17</span></dt> | |
<dd>Cannot resolve symbol 'IOrderService'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\OrderMutations.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'OrderPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'ProductPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'CreateProductInput'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'ProductPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">19</span></dt> | |
<dd>Cannot resolve symbol 'ProductPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">20</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'UpdateProductInput'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'ProductPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">29</span></dt> | |
<dd>Cannot resolve symbol 'StockUpdatePayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">30</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">31</span></dt> | |
<dd>Cannot resolve symbol 'StockUpdateInput'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">38</span></dt> | |
<dd>Cannot resolve symbol 'StockUpdatePayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">42</span></dt> | |
<dd>Cannot resolve symbol 'BatchUpdatePayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">43</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">44</span></dt> | |
<dd>Cannot resolve symbol 'BatchUpdateInput'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">50</span></dt> | |
<dd>Cannot resolve symbol 'BatchUpdatePayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">54</span></dt> | |
<dd>Cannot resolve symbol 'RxStatusPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">55</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">56</span></dt> | |
<dd>Cannot resolve symbol 'RxStatusInput'</dd> | |
<dt>Tinker.Server\GraphQL\Mutations\ProductMutations.cs:<span class="line">61</span></dt> | |
<dd>Cannot resolve symbol 'RxStatusPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\BatchQueries.cs:<span class="line">6</span></dt> | |
<dd>Cannot resolve symbol 'UseFiltering'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\BatchQueries.cs:<span class="line">7</span></dt> | |
<dd>Cannot resolve symbol 'UseSorting'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\BatchQueries.cs:<span class="line">8</span></dt> | |
<dd>Cannot resolve symbol 'BatchResponse'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\BatchQueries.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\BatchQueries.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'BatchResponse'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\BatchQueries.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'BatchResponse'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\BatchQueries.cs:<span class="line">17</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\BatchQueries.cs:<span class="line">21</span></dt> | |
<dd>Cannot resolve symbol 'BatchResponse'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\CustomerQueries.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'ICustomerService'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\CustomerQueries.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'ICustomerService'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\CustomerQueries.cs:<span class="line">22</span></dt> | |
<dd>Cannot resolve symbol 'ICustomerService'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\OrderQueries.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'UseDbContext'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\OrderQueries.cs:<span class="line">11</span></dt> | |
<dd>Cannot resolve symbol 'UseProjection'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\OrderQueries.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'UseFiltering'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\OrderQueries.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'UseSorting'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\OrderQueries.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'ScopedService'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\OrderQueries.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'Include'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\OrderQueries.cs:<span class="line">20</span></dt> | |
<dd>Cannot resolve symbol 'IOrderService'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\ProductQueries.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'UseFiltering'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\ProductQueries.cs:<span class="line">10</span></dt> | |
<dd>Cannot resolve symbol 'UseSorting'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\ProductQueries.cs:<span class="line">12</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\ProductQueries.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\ProductQueries.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'UseFiltering'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\ProductQueries.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'UseSorting'</dd> | |
<dt>Tinker.Server\GraphQL\Queries\ProductQueries.cs:<span class="line">27</span></dt> | |
<dd>Cannot resolve symbol 'IProductService'</dd> | |
<dt>Tinker.Server\GraphQL\Types\BatchType.cs:<span class="line">3</span></dt> | |
<dd>Cannot resolve symbol 'BatchResponse'</dd> | |
<dt>Tinker.Server\GraphQL\Types\BatchType.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'BatchResponse'</dd> | |
<dt>Tinker.Server\GraphQL\Types\OrderInputType.cs:<span class="line">3</span></dt> | |
<dd>Cannot resolve symbol 'OrderInput'</dd> | |
<dt>Tinker.Server\GraphQL\Types\OrderInputType.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'OrderInput'</dd> | |
<dt>Tinker.Server\GraphQL\Types\OrderInputType.cs:<span class="line">8</span></dt> | |
<dd>The type arguments for method 'IInputFieldDescriptor HotChocolate.Types.IInputObjectTypeDescriptor<T>.Field<TValue>(Expression<Func<T,TValue>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Server\GraphQL\Types\OrderInputType.cs:<span class="line">12</span></dt> | |
<dd>The type arguments for method 'IInputFieldDescriptor HotChocolate.Types.IInputObjectTypeDescriptor<T>.Field<TValue>(Expression<Func<T,TValue>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Server\GraphQL\Types\OrderInputType.cs:<span class="line">13</span></dt> | |
<dd>Cannot resolve symbol 'OrderItemInputType'</dd> | |
<dt>Tinker.Server\GraphQL\Types\OrderInputType.cs:<span class="line">16</span></dt> | |
<dd>The type arguments for method 'IInputFieldDescriptor HotChocolate.Types.IInputObjectTypeDescriptor<T>.Field<TValue>(Expression<Func<T,TValue>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.</dd> | |
<dt>Tinker.Server\GraphQL\Types\OrderInputType.cs:<span class="line">17</span></dt> | |
<dd>Cannot resolve symbol 'PaymentMethodType'</dd> | |
<dt>Tinker.Server\GraphQL\Types\Payloads\BatchPayloadType.cs:<span class="line">3</span></dt> | |
<dd>Cannot resolve symbol 'BatchPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Types\Payloads\BatchPayloadType.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'BatchPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Types\Payloads\CustomerPayloadType.cs:<span class="line">3</span></dt> | |
<dd>Cannot resolve symbol 'CustomerPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Types\Payloads\CustomerPayloadType.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'CustomerPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Types\Payloads\OrderPayloadType.cs:<span class="line">3</span></dt> | |
<dd>Cannot resolve symbol 'OrderPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Types\Payloads\OrderPayloadType.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'OrderPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Types\Payloads\ProductPayloadType.cs:<span class="line">3</span></dt> | |
<dd>Cannot resolve symbol 'ProductPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Types\Payloads\ProductPayloadType.cs:<span class="line">5</span></dt> | |
<dd>Cannot resolve symbol 'ProductPayload'</dd> | |
<dt>Tinker.Server\GraphQL\Types\TokenType.cs:<span class="line">9</span></dt> | |
<dd>Cannot resolve symbol 'Token'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">15</span></dt> | |
<dd>Unexpected token</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">15</span></dt> | |
<dd>; expected</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">15</span></dt> | |
<dd>; expected</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'get'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">15</span></dt> | |
<dd>} expected</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">15</span></dt> | |
<dd>Unexpected token</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">15</span></dt> | |
<dd>Cannot resolve symbol 'set'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">15</span></dt> | |
<dd>Unexpected token</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">23</span></dt> | |
<dd>Top-level statements must precede namespace and type declarations</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'AppSettings'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'AppSettings'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">28</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">29</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">33</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">39</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">40</span></dt> | |
<dd>Cannot resolve symbol 'settings'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">41</span></dt> | |
<dd>Cannot resolve symbol 'settings'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">42</span></dt> | |
<dd>Cannot resolve symbol 'settings'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">43</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">47</span></dt> | |
<dd>Cannot resolve symbol 'MemoryHealthCheck'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">48</span></dt> | |
<dd>Cannot resolve symbol 'SecurityHealthCheck'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">49</span></dt> | |
<dd>Cannot resolve symbol 'BackgroundJobHealthCheck'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">52</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">53</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">56</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">58</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">58</span></dt> | |
<dd>Cannot resolve symbol 'GlobalErrorHandler'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">59</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">64</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">66</span></dt> | |
<dd>Cannot resolve symbol 'builder'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">102</span></dt> | |
<dd>Cannot resolve symbol 'settings'</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">111</span></dt> | |
<dd>Invalid modifier 'public' in local function declaration</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">111</span></dt> | |
<dd>'this' parameter declaration could be on static methods only</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">113</span></dt> | |
<dd>Class name is not valid at this point</dd> | |
<dt>Tinker.Server\Program.cs:<span class="line">114</span></dt> | |
<dd>Cannot resolve symbol 'AddSwaggerServices'</dd> | |
<dt>Tinker.Server\Setup\ApplicationSetup.cs:<span class="line">14</span></dt> | |
<dd>Cannot resolve symbol 'AppSettings'</dd> | |
<dt>Tinker.Server\Setup\ApplicationSetup.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'AppSettings'</dd> | |
<dt>Tinker.Server\Setup\ApplicationSetup.cs:<span class="line">16</span></dt> | |
<dd>Cannot resolve symbol 'AppSettings'</dd> | |
<dt>Tinker.Server\Setup\ApplicationSetup.cs:<span class="line">20</span></dt> | |
<dd>Cannot resolve symbol 'AddDatabaseSetup'</dd> | |
<dt>Tinker.Server\Setup\ApplicationSetup.cs:<span class="line">34</span></dt> | |
<dd>Cannot resolve symbol 'AddSwaggerServices'</dd> | |
<dt>Tinker.Server\Setup\HealthCheckSetup.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'AddDbContextCheck'</dd> | |
<dt>Tinker.Server\Setup\HealthCheckSetup.cs:<span class="line">23</span></dt> | |
<dd>Cannot resolve symbol 'MemoryHealthCheck'</dd> | |
<dt>Tinker.Server\Setup\HealthCheckSetup.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'SecurityHealthCheck'</dd> | |
<dt>Tinker.Server\Setup\HealthCheckSetup.cs:<span class="line">25</span></dt> | |
<dd>Cannot resolve symbol 'BackgroundJobHealthCheck'</dd> | |
<dt>Tinker.Server\Setup\HealthCheckSetup.cs:<span class="line">66</span></dt> | |
<dd>Cannot resolve symbol 'UseHealthChecksUI'</dd> | |
<dt>Tinker.Server\Setup\PipelineSetup.cs:<span class="line">24</span></dt> | |
<dd>Cannot resolve symbol 'UseIpSafeList'</dd> | |
<dt>Tinker.Server\Setup\PipelineSetup.cs:<span class="line">36</span></dt> | |
<dd>Cannot resolve symbol 'UseMonitoring'</dd> | |
<dt>Tinker.Server\Setup\PipelineSetup.cs:<span class="line">36</span></dt> | |
<dd>Cannot resolve symbol 'AppSettings'</dd> | |
<dt>Tinker.Server\Setup\ServicesSetup.cs:<span class="line">18</span></dt> | |
<dd>Cannot resolve symbol 'AppSettings'</dd> | |
<dt>Tinker.Server\Setup\ServicesSetup.cs:<span class="line">34</span></dt> | |
<dd>Cannot resolve symbol 'MemoryHealthCheck'</dd> | |
<dt>Tinker.Server\Setup\ServicesSetup.cs:<span class="line">35</span></dt> | |
<dd>Cannot resolve symbol 'SecurityHealthCheck'</dd> | |
<dt>Tinker.Server\Setup\ServicesSetup.cs:<span class="line">36</span></dt> | |
<dd>Cannot resolve symbol 'BackgroundJobHealthCheck'</dd> | |
<dt>Tinker.Server\Setup\ServicesSetup.cs:<span class="line">39</span></dt> | |
<dd>Cannot resolve symbol 'AddRateLimiting'</dd> | |
<dt>Tinker.Server\Setup\ServicesSetup.cs:<span class="line">54</span></dt> | |
<dd>Cannot resolve symbol 'AddMonitoringServices'</dd> | |
</dl> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment