You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
@@ -394,15 +395,15 @@ Okay, now we need to update our `ApplicationDbContext` so Entity Framework knows
394
395
1. Copy the `DataLoader.cs` class from [here](/src/BackEnd/Data/DataLoader.cs) into the `Data` directory of the `BackEnd` project.
395
396
1. Copy the `SessionizeLoader.cs` and `DevIntersectionLoader.cs` classes from [here](/src/BackEnd/Data/) into the current project's `/src/BackEnd/Data/` directory.
396
397
> Note: We have data loaders from the two conference series where this workshop has been presented most; you can update this to plug in your own conference file format.
397
-
1.Turn enums as strings by changing `AddSwaggerGen` in `Startup.cs` to the following:
398
-
```
398
+
1.To improve the UI for upload, turn on the option to display enums as strings by changing `AddSwaggerGen` in `Startup.cs` to the following:
0 commit comments