Skip to content

Commit

Permalink
Missing usings
Browse files Browse the repository at this point in the history
  • Loading branch information
machonky committed Jul 20, 2024
1 parent ced1ded commit 10df731
Showing 1 changed file with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;

Check failure on line 1 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Authorization' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 1 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Authorization' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 1 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Authorization' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 1 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Authorization' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 1 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Authorization' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 1 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Authorization' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
using Microsoft.AspNetCore.Razor.Language.Intermediate;

Check failure on line 2 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 2 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 2 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 2 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 2 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 2 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Localization;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging.Abstractions;
using System;
using System.Threading.Tasks;
using Volo.Abp;
using Volo.Abp.BackgroundJobs;
using Volo.Abp.DependencyInjection;
using Volo.Abp.Guids;

Check failure on line 12 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Guids' does not exist in the namespace 'Volo.Abp' (are you missing an assembly reference?)

Check failure on line 12 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Guids' does not exist in the namespace 'Volo.Abp' (are you missing an assembly reference?)

Check failure on line 12 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Guids' does not exist in the namespace 'Volo.Abp' (are you missing an assembly reference?)

Check failure on line 12 in framework/src/Volo.Abp.BackgroundJobs.Abstractions/Volo/Abp/BackgroundJobs/AsyncBackgroundJob.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Guids' does not exist in the namespace 'Volo.Abp' (are you missing an assembly reference?)
using Volo.Abp.Localization;
using Volo.Abp.MultiTenancy;
using Volo.Abp.Threading;
using Volo.Abp.Timing;
using Volo.Abp.Uow;

namespace Volo.Abp.BackgroundJobs;

Expand Down

0 comments on commit 10df731

Please sign in to comment.