Skip to content

Commit

Permalink
Made global exception handling true
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiyarGHD committed Nov 11, 2023
1 parent 856fc49 commit e9b523e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Program
public static async Task Main(string[] args)
{
var app = CreateBuilder(args);
var build = await app.Build<ContentContext>();
var build = await app.Build<ContentContext>(trues);

Check failure on line 12 in src/CSharp/EasyMicroservices.ContentsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The name 'trues' does not exist in the current context

Check failure on line 12 in src/CSharp/EasyMicroservices.ContentsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The name 'trues' does not exist in the current context

Check failure on line 12 in src/CSharp/EasyMicroservices.ContentsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The name 'trues' does not exist in the current context

Check failure on line 12 in src/CSharp/EasyMicroservices.ContentsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The name 'trues' does not exist in the current context

Check failure on line 12 in src/CSharp/EasyMicroservices.ContentsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The name 'trues' does not exist in the current context

Check failure on line 12 in src/CSharp/EasyMicroservices.ContentsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The name 'trues' does not exist in the current context
build.MapControllers();
build.Run();
}
Expand Down

0 comments on commit e9b523e

Please sign in to comment.