File tree Expand file tree Collapse file tree
Properties/PublishProfiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313builder . Services . AddControllers ( ) . AddJsonOptions (
1414 x => x . JsonSerializerOptions . Converters . Add ( new JsonStringEnumConverter ( ) )
1515) ;
16- builder . Services . AddHostedService < PollingWorker > ( ) ; // adds the pollng background service
16+ // builder.Services.AddHostedService<PollingWorker>(); // adds the pollng background service
1717// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
1818builder . Services . AddEndpointsApiExplorer ( ) ;
1919builder . Services . AddSwaggerGen (
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
55<Project >
66 <PropertyGroup >
77 <_PublishTargetUrl >C:\Users\Foderking\Downloads\VinePlusWeb</_PublishTargetUrl >
8- <History >True|2023-08-24T09: 36:22.1552749Z ;True|2023-08-24T10:34:36.9801629+01:00;</History >
8+ <History >True|2023-08-24T11:22:58.5399464Z;True|2023-08-24T10: 36:22.1552749+01:00 ;True|2023-08-24T10:34:36.9801629+01:00;</History >
99 <LastFailureDetails />
1010 </PropertyGroup >
1111</Project >
You can’t perform that action at this time.
0 commit comments