Changes app icon #263
Annotations
10 errors and 11 warnings
build
System.Xml.XmlException: Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 4, position 1.
|
build
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
|
build
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
|
build
at System.Xml.XmlTextReaderImpl.ParseAttributes()
|
build
at System.Xml.XmlTextReaderImpl.ParseElement()
|
build
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
|
build
at Svg.SvgTextReader.Read() in /_/externals/SVG/Source/SvgTextReader.cs:line 66
|
build
at Svg.SvgDocument.Create[T](XmlReader reader) in /_/externals/SVG/Source/SvgDocument.cs:line 363
|
build
at Svg.SvgDocument.Open[T](Stream stream, Dictionary`2 entities) in /_/externals/SVG/Source/SvgDocument.cs:line 299
|
build
at Svg.SvgDocument.Open[T](String path, Dictionary`2 entities) in /_/externals/SVG/Source/SvgDocument.cs:line 264
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build:
subtrack.DAL/Migrations/20230813120452_settingsdata.cs#L7
The type name 'settingsdata' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
subtrack.DAL/Migrations/20230813120452_settingsdata.Designer.cs#L15
The type name 'settingsdata' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
subtrack.DAL/Entities/Subscription.cs#L29
Non-nullable property 'PrimaryColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.DAL/Entities/Subscription.cs#L33
Non-nullable property 'SecondaryColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.DAL/Entities/SettingsBase.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.MAUI/Responses/SubscriptionResponse.cs#L13
Non-nullable property 'PrimaryColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.MAUI/Responses/SubscriptionResponse.cs#L15
Non-nullable property 'SecondaryColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.MAUI/Shared/NavMenu.razor#L33
Possible null reference return.
|
build:
subtrack.MAUI/Pages/UpsertSubscription.razor#L20
Dereference of a possibly null reference.
|