Resolving warnings and treating warnings as errors in WinUI project. (#824)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Wino.Calendar.Controls;
|
||||
public partial class DayHeaderControl : Control
|
||||
{
|
||||
private const string PART_DayHeaderTextBlock = nameof(PART_DayHeaderTextBlock);
|
||||
private TextBlock HeaderTextblock;
|
||||
private TextBlock? HeaderTextblock;
|
||||
|
||||
public DayHeaderDisplayType DisplayType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user