Skip to content

Commit

Permalink
chore(CookBook): remove missing options folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Pluskal committed Feb 20, 2025
1 parent 01d5116 commit def629b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/CookBook/CookBook.App/CookBook.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,4 @@
</MauiXaml>
</ItemGroup>

<ItemGroup>
<Folder Include="Options\"/>
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/CookBook/CookBook.DAL/Options/DALOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ public record DALOptions
public required string DatabaseDirectory { get; init; }
public string DatabaseName { get; init; } = null!;
public string DatabaseFilePath => Path.Combine(DatabaseDirectory, DatabaseName!);

/// <summary>
/// Deletes database before application startup
/// </summary>
Expand Down

0 comments on commit def629b

Please sign in to comment.