11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Project >
33 <PropertyGroup >
4- <!-- Fixes https://github.com/dotnet/maui/pull/12114 -->
5- <PublishReadyToRun >false</PublishReadyToRun >
64 <Nullable >enable</Nullable >
75 <NuGetVersion >7.0.0</NuGetVersion >
8- <LangVersion >preview </LangVersion >
6+ <LangVersion >latest </LangVersion >
97 <Deterministic >true</Deterministic >
108 <LatestSupportedTFM >net8.0</LatestSupportedTFM >
119 <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
12- <ProduceReferenceAssembly >True </ProduceReferenceAssembly >
10+ <ProduceReferenceAssembly >true </ProduceReferenceAssembly >
1311 <AccelerateBuildsInVisualStudio >true</AccelerateBuildsInVisualStudio >
1412 <GenerateErrorForMissingTargetingPacks >false</GenerateErrorForMissingTargetingPacks >
1513 <!-- WarningsAsErrors
2220 CS1580: Invalid type for parameter 'parameter number' in XML comment cref attribute
2321 CS1581: Invalid return type in XML comment cref attribute
2422 CS1584: XML comment has syntactically incorrect cref attribute
23+ CS1587: XML comment is not placed on a valid language element
2524 CS1589: The syntax of a tag which referenced a file was incorrect
2625 CS1590: Invalid XML include element Missing file attribute
26+ CS1591: Missing XML comment for publicly visible type or member
2727 CS1592: Badly formed XML in included comments file
2828 CS1598: XML parser could not be loaded. The XML documentation file will not be generated.
29- CS1658: Identifier expected; 'true' is a keyword
29+ CS1658: Identifier expected; 'true' is a keyword
30+ CS1710: XML comment on 'type' has a duplicate typeparam tag for 'parameter'
31+ CS1711: XML comment has a typeparam tag, but there is no type parameter by that name
32+ CS1712: Type parameter has no matching typeparam tag in the XML comment
33+ CS1723: XML comment has cref attribute that refers to a type parameter
3034 CS1734: XML comment has a paramref tag, but there is no parameter by that name -->
31- <WarningsAsErrors >nullable,CS0419,CS1570,CS1571,CS1572,CS1573,CS1574,CS1580,CS1581,CS1584,CS1589,CS1590,CS1592,CS1598,CS1658,CS1734</WarningsAsErrors >
35+ <WarningsAsErrors >nullable,CS0419,CS1570,CS1571,CS1572,CS1573,CS1574,CS1580,CS1581,CS1584,CS1587, CS1589,CS1590,CS1591, CS1592,CS1598,CS1658,CS1710,CS1711,CS1712,CS1723 ,CS1734</WarningsAsErrors >
3236 </PropertyGroup >
3337</Project >
0 commit comments