Skip to content

Commit

Permalink
why does git care about this
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Nov 18, 2024
1 parent 331e28d commit 5fa3872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SomethingNeedDoing/Interface/Excel/ExcelSheetList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public sealed class ExcelSheetList
public event Action<int>? SelectedItemChanged;
public int SelectedItem
{
get;
get => field;

Check failure on line 14 in SomethingNeedDoing/Interface/Excel/ExcelSheetList.cs

View workflow job for this annotation

GitHub Actions / Build

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

Check failure on line 14 in SomethingNeedDoing/Interface/Excel/ExcelSheetList.cs

View workflow job for this annotation

GitHub Actions / Build

The name 'field' does not exist in the current context
set
{
if (field != value)

Check failure on line 17 in SomethingNeedDoing/Interface/Excel/ExcelSheetList.cs

View workflow job for this annotation

GitHub Actions / Build

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

Check failure on line 17 in SomethingNeedDoing/Interface/Excel/ExcelSheetList.cs

View workflow job for this annotation

GitHub Actions / Build

The name 'field' does not exist in the current context
Expand Down

0 comments on commit 5fa3872

Please sign in to comment.