You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am gettting the following errors building a new maui application
Build started...
1>------ Build started: Project: Dcbel.Maui (dcbel\Dcbel.Maui\Dcbel.Maui), Configuration: Debug Any CPU ------
2>------ Build started: Project: Dcbel.Maui.WinUI, Configuration: Debug Any CPU ------
2>Build started 2021-09-09 5:50:32 PM.
1>Build started 2021-09-09 5:50:32 PM.
2>Target DispatchToInnerBuilds:
1>Target DispatchToInnerBuilds:
1> Target _CollectTargetFrameworkForTelemetry:
2> Target GetInstalledSDKLocations:
2> Searching for SDKs targeting "Windows, 10.0.19041.0".
2> Target ResolveSDKReferences:
2> Reading SDK manifest file "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs.Desktop\14.0\SDKManifest.xml".
2> Targeted configuration and architecture "Debug|Neutral"
2> Could not find "FrameworkIdentity" attribute "FrameworkIdentity-Debug-Neutral" in the SDK manifest.
2> Found "FrameworkIdentity" attribute "Name = Microsoft.VCLibs.140.00.Debug.UWPDesktop, MinVersion = 14.0.30035.0, Publisher = 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'" in the SDK manifest.
2> Found "APPX" location attribute "AppX-Debug-ARM=.\AppX\Debug\ARM\Microsoft.VCLibs.ARM.Debug.14.00.Desktop.appx" in the SDK manifest.
2> Found "APPX" location attribute "AppX-Debug-ARM64=.\AppX\Debug\ARM64\Microsoft.VCLibs.ARM64.Debug.14.00.Desktop.appx" in the SDK manifest.
2> Found "APPX" location attribute "AppX-Debug-x86=.\AppX\Debug\x86\Microsoft.VCLibs.x86.Debug.14.00.Desktop.appx" in the SDK manifest.
2> Found "APPX" location attribute "AppX-Debug-x64=.\AppX\Debug\x64\Microsoft.VCLibs.x64.Debug.14.00.Desktop.appx" in the SDK manifest.
2> C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2573,5): warning MSB3779: The processor architecture of the project being built "Any CPU" is not supported by the referenced SDK "Microsoft.VCLibs.Desktop, Version=14.0". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "x86, x64, ARM, ARM64".
2> Reading SDK manifest file "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.UniversalCRT.Debug\10.0.19041.0\SDKManifest.xml".
2> Targeted configuration and architecture "Debug|Neutral"
2> No FrameworkIdentity attributes were found in the SDK manifest, treating this SDK as a non-framework SDK.
2> No "APPX" attributes indicating app package locations were found in the SDK manifest. If an app package is required at runtime the project may not run.
2> C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2573,5): warning MSB3779: The processor architecture of the project being built "Any CPU" is not supported by the referenced SDK "Microsoft.UniversalCRT.Debug, Version=10.0.19041.0". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "x86, x64, ARM, ARM64".
2> Reading SDK manifest file "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\SDKManifest.xml".
2> Targeted configuration and architecture "Debug|Neutral"
2> Could not find "FrameworkIdentity" attribute "FrameworkIdentity-Debug-Neutral" in the SDK manifest.
2> Found "FrameworkIdentity" attribute "Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.30035.0, Publisher = 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'" in the SDK manifest.
2> Found "APPX" location attribute "AppX-Debug-x86=.\AppX\Debug\x86\Microsoft.VCLibs.x86.Debug.14.00.appx" in the SDK manifest.
2> Found "APPX" location attribute "AppX-Debug-x64=.\AppX\Debug\x64\Microsoft.VCLibs.x64.Debug.14.00.appx" in the SDK manifest.
2> Found "APPX" location attribute "AppX-Debug-ARM=.\AppX\Debug\ARM\Microsoft.VCLibs.ARM.Debug.14.00.appx" in the SDK manifest.
2> Found "APPX" location attribute "AppX-Debug-ARM64=.\AppX\Debug\ARM64\Microsoft.VCLibs.ARM64.Debug.14.00.appx" in the SDK manifest.
2> C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2573,5): warning MSB3779: The processor architecture of the project being built "Any CPU" is not supported by the referenced SDK "Microsoft.VCLibs, Version=14.0". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "x86, x64, ARM, ARM64".
2> Done building target "ResolveSDKReferences" in project "Dcbel.Maui.WinUI.csproj".
2> Target ExpandSDKReferences:
2> Enumerating SDK Reference "Microsoft.VCLibs.Desktop, Version=14.0" from "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs.Desktop\14.0\".
2> Enumerating SDK Reference "Microsoft.UniversalCRT.Debug, Version=10.0.19041.0" from "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.UniversalCRT.Debug\10.0.19041.0\".
2> Enumerating SDK Reference "Microsoft.VCLibs, Version=14.0" from "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\".
1> Target _GenerateBuildSessionId:
1> C:\Program Files\dotnet\sdk\6.0.100-preview.7.21379.14\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(127,5): message NETSDK1084: There is no application host available for the specified RuntimeIdentifier 'android-x86'.
1> Target _GetRestoreProjectStyle:
1> Generated session id: e1e925768d799827ed7e2acddb6ee9b38be7e71a83798a58f57acd414a83ed7e
1> Generated build app name: Dcbel.Maui
1> Target CheckForDuplicateItems:
1> Target ResolvePackageAssets:
1> C:\Program Files\dotnet\packs\Microsoft.iOS.Windows.Sdk\15.0.100-preview.7.230\tools\msbuild\iOS\Xamarin.Messaging.Apple.targets(31,3): warning : There is no available connection to the Mac. Task 'VerifyXcodeVersion' will not be executed
1> Done building target "_VerifyXcodeVersion" in project "Dcbel.Maui.csproj".
1> Target ProcessMauiSplashScreens:
1> Skipping target "ProcessMauiSplashScreens" because all output files are up-to-date with respect to the input files.
1> Target ResizetizeImages:
1> Skipping target "ResizetizeImages" because all output files are up-to-date with respect to the input files.
1> Target ProcessMauiFonts:
1> Skipping target "ProcessMauiFonts" because all output files are up-to-date with respect to the input files.
1> Target _BeforeCoreCompileImageAssets:
1> Skipping target "_BeforeCoreCompileImageAssets" because all output files are up-to-date with respect to the input files.
1> Target _CoreCompileImageAssets:
1> Skipping target "_CoreCompileImageAssets" because all output files are up-to-date with respect to the input files.
1> Target _BeforeCoreCompileInterfaceDefinitions:
1> Skipping target "_BeforeCoreCompileInterfaceDefinitions" because all output files are up-to-date with respect to the input files.
1> Target _CoreCompileInterfaceDefinitions:
1> Skipping target "_CoreCompileInterfaceDefinitions" because all output files are up-to-date with respect to the input files.
1> Target _BeforeCoreCompileSceneKitAssets:
1> Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
1> Target _BeforeCoreCompileSceneKitAssets:
1> Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
1> Target _BeforeCoreCompileSceneKitAssets:
1> Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
1> Target _CoreCompileSceneKitAssets:
1> Skipping target "_CoreCompileSceneKitAssets" because it has no inputs.
1> Target _CoreCompileColladaAssets:
1> Skipping target "_CoreCompileColladaAssets" because it has no inputs.
1> Target _BeforeCompileTextureAtlases:
1> Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
1> Target _BeforeCompileTextureAtlases:
1> Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
1> Target _BeforeCompileTextureAtlases:
1> Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
1> Target _CoreCompileTextureAtlases:
1> Skipping target "_CoreCompileTextureAtlases" because it has no inputs.
1> Target _BeforeCompileCoreMLModels:
1> Skipping target "_BeforeCompileCoreMLModels" because all output files are up-to-date with respect to the input files.
1> Target _CoreCompileCoreMLModels:
1> Skipping target "_CoreCompileCoreMLModels" because all output files are up-to-date with respect to the input files.
1> Target ResolveAssemblyReferences:
1> Found Java SDK version 11.0.10.
2> Target MarkupCompilePass1:
2> (Out) GeneratedCodeFiles: 'C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui.WinUI\Debug\net6.0-windows10.0.19041\win-x64\Platforms\Windows\App.g.i.cs;C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui.WinUI\Debug\net6.0-windows10.0.19041\win-x64\Platforms\Windows\App.g.cs;C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui.WinUI\Debug\net6.0-windows10.0.19041\win-x64\XamlTypeInfo.g.cs'
2> (Out) GeneratedXamlFiles: 'C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui.WinUI\Debug\net6.0-windows10.0.19041\win-x64\Platforms\Windows\App.xaml'
2> (Out) GeneratedXbfFiles: 'C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui.WinUI\Debug\net6.0-windows10.0.19041\win-x64\Platforms\Windows\App.xbf'
2> (Out) Compile: '..\Dcbel.Maui\App.xaml.cs;..\Dcbel.Maui\MainPage.xaml.cs;..\Dcbel.Maui\Startup.cs;Platforms\Windows\App.xaml.cs;C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui.WinUI\Debug\net6.0-windows10.0.19041\win-x64\Platforms\Windows\App.g.i.cs;C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui.WinUI\Debug\net6.0-windows10.0.19041\win-x64\Platforms\Windows\App.g.cs;C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui.WinUI\Debug\net6.0-windows10.0.19041\win-x64\XamlTypeInfo.g.cs'
1> Target GenerateTargetFrameworkMonikerAttribute:
1> Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
1> Target GenerateArtifactLogFolderFile:
1> Skipping target "GenerateArtifactLogFolderFile" because all output files are up-to-date with respect to the input files.
1> Target GetAssemblyAttributes:
1> Found Java SDK version 11.0.10.
1> Target CoreGenerateAssemblyInfo:
1> Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
1> Target CoreCompile:
1> Target _ResolveXamarinAndroidTools:
1> Looking for Android NDK...
1> Target _CollectTargetFrameworkForTelemetry:
1> Looking for Android SDK...
1> Found Xamarin.Android 30.0.100.110
2> Target GenerateReunionWin32Manifest:
2> Parsing of manifest successful.
2>
1> Target _CheckInstantRunCondition:
1> Dex Fast Deployment Enabled: False
1> Target _ResolveMonoAndroidSdks:
1> MonoAndroid Tools: C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\30.0.100-preview.7.110\tools\
1> Android Platform API level: 30
1> TargetFrameworkVersion: v6.0
1> Android NDK:
1> Android SDK: C:\Program Files (x86)\Android\android-sdk\
1> Android SDK Build Tools: C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.2\
1> Java SDK: C:\Program Files\Microsoft\jdk-11.0.10.9-hotspot\
1> Application Java class: android.app.Application
1> Target _CleanIntermediateIfNeeded:
1> Target UpdateAspNetToFrameworkReference:
1> Target ProcessMauiSplashScreens:
1> Skipping target "ProcessMauiSplashScreens" because all output files are up-to-date with respect to the input files.
1> Target ResizetizeImages:
1> Skipping target "ResizetizeImages" because all output files are up-to-date with respect to the input files.
1> Target ProcessMauiFonts:
1> Skipping target "ProcessMauiFonts" because all output files are up-to-date with respect to the input files.
1> Target _BeforeCoreCompileImageAssets:
1> Skipping target "_BeforeCoreCompileImageAssets" because all output files are up-to-date with respect to the input files.
1> Target _CoreCompileImageAssets:
1> Skipping target "_CoreCompileImageAssets" because all output files are up-to-date with respect to the input files.
1> Target _BeforeCoreCompileInterfaceDefinitions:
1> Skipping target "_BeforeCoreCompileInterfaceDefinitions" because it has no inputs.
1> Target _BeforeCoreCompileInterfaceDefinitions:
1> Skipping target "_BeforeCoreCompileInterfaceDefinitions" because it has no inputs.
1> Target _BeforeCoreCompileInterfaceDefinitions:
1> Skipping target "_BeforeCoreCompileInterfaceDefinitions" because it has no inputs.
1> Target _CoreCompileInterfaceDefinitions:
1> Skipping target "_CoreCompileInterfaceDefinitions" because it has no inputs.
1> Target _BeforeCoreCompileSceneKitAssets:
1> Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
1> Target _BeforeCoreCompileSceneKitAssets:
1> Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
1> Target _BeforeCoreCompileSceneKitAssets:
1> Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
1> Target _CoreCompileSceneKitAssets:
1> Skipping target "_CoreCompileSceneKitAssets" because it has no inputs.
1> Target _CoreCompileColladaAssets:
1> Skipping target "_CoreCompileColladaAssets" because it has no inputs.
1> Target _BeforeCompileTextureAtlases:
1> Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
1> Target _BeforeCompileTextureAtlases:
1> Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
1> Target _BeforeCompileTextureAtlases:
1> Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
1> Target _CoreCompileTextureAtlases:
1> Skipping target "_CoreCompileTextureAtlases" because it has no inputs.
1> Target _BeforeCompileCoreMLModels:
1> Skipping target "_BeforeCompileCoreMLModels" because all output files are up-to-date with respect to the input files.
1> Target _CoreCompileCoreMLModels:
1> Skipping target "_CoreCompileCoreMLModels" because all output files are up-to-date with respect to the input files.
1> Target GenerateTargetFrameworkMonikerAttribute:
1> Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
1> Target GenerateArtifactLogFolderFile:
1> Skipping target "GenerateArtifactLogFolderFile" because all output files are up-to-date with respect to the input files.
1> Target CoreGenerateAssemblyInfo:
1> Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
1> Target CoreCompile:
1> Deleting file "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\R.cs.flag".
1> Deleting file "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\customview-map.txt".
1> Deleting file "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\res.flag".
1> Deleting file "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\Resource.designer.cs".
1> Deleting file "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\adb.props".
1> Deleting file "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\libraryimports.cache".
1> Deleting file "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\libraryprojectimports.cache".
1> Deleting file "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\R.txt".
1> Creating directory "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\stamp\".
1> Creating "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\stamp\_CleanIntermediateIfNeeded.stamp" because "AlwaysCreate" was specified.
1> Target _ExtractAar:
1> Skipping target "_ExtractAar" because it has no inputs.
1> Target ProcessMauiSplashScreens:
1> Skipping target "ProcessMauiSplashScreens" because all output files are up-to-date with respect to the input files.
1> Target ProcessMauiFonts:
1> Skipping target "ProcessMauiFonts" because all output files are up-to-date with respect to the input files.
1> Target ResizetizeImages:
1> Skipping target "ResizetizeImages" because all output files are up-to-date with respect to the input files.
1> Target _ComputeAndroidResourcePaths:
1> Creating directory "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\res\".
2> Target XamlPreCompile:
2> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\MainPage.xaml.cs(20,16,20,24): error CS8618: Non-nullable field 'CounterLabel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
2> CompilerServer: server - server processed compilation - a75602fb-bbbf-4ae3-962b-1d497fcba5dc
2> Done building target "XamlPreCompile" in project "Dcbel.Maui.WinUI.csproj" -- FAILED.
2>
2> Done building project "Dcbel.Maui.WinUI.csproj" -- FAILED.
2>
2>Build FAILED.
2>
2>C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2573,5): warning MSB3779: The processor architecture of the project being built "Any CPU" is not supported by the referenced SDK "Microsoft.VCLibs.Desktop, Version=14.0". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "x86, x64, ARM, ARM64".
2>C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2573,5): warning MSB3779: The processor architecture of the project being built "Any CPU" is not supported by the referenced SDK "Microsoft.UniversalCRT.Debug, Version=10.0.19041.0". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "x86, x64, ARM, ARM64".
2>C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2573,5): warning MSB3779: The processor architecture of the project being built "Any CPU" is not supported by the referenced SDK "Microsoft.VCLibs, Version=14.0". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "x86, x64, ARM, ARM64".
2>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\MainPage.xaml.cs(20,16,20,24): error CS8618: Non-nullable field 'CounterLabel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
2> 3 Warning(s)
2> 1 Error(s)
2>
2>Time Elapsed 00:00:12.78
1> Target _ResolveLibraryProjectImports:
1> Creating "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\stamp\_ResolveLibraryProjectImports.stamp" because "AlwaysCreate" was specified.
1> Target _BuildLibraryImportsCache:
1> Creating "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\stamp\_BuildLibraryImportsCache.stamp" because "AlwaysCreate" was specified.
1> Target _GenerateAndroidResourceDir:
1> Creating "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\res.flag" because "AlwaysCreate" was specified.
1> Target _GenerateLayoutBindings:
1> Skipping target "_GenerateLayoutBindings" because it has no outputs.
1> Target _ConvertResourcesCases:
1> Creating directory "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\flata\".
1> Creating directory "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\flat\".
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\MainPage.xaml.cs(20,16,20,24): error CS8618: Non-nullable field 'CounterLabel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(5,23,5,26): error SA1601: Partial elements should be documented
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(5,23,5,31): error SA1601: Partial elements should be documented
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(1,1,1,1): error SA1633: The file header is missing or not located at the top of the file.
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(4,1,4,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(5,1,5,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\MainPage.xaml.cs(20,16,20,24): error CS8618: Non-nullable field 'CounterLabel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(6,1,6,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(5,23,5,26): error SA1601: Partial elements should be documented
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(12,1,12,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(5,23,5,31): error SA1601: Partial elements should be documented
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(1,1,1,1): error SA1633: The file header is missing or not located at the top of the file.
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(1,1,1,1): error SA1633: The file header is missing or not located at the top of the file.
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(4,1,4,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(4,1,4,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(5,1,5,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(5,1,5,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(6,1,6,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(6,1,6,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(16,1,16,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(12,1,12,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(2,1,2,10): error SA1516: Elements should be separated by blank line
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(1,1,1,1): error SA1633: The file header is missing or not located at the top of the file.
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(2,1,2,10): error SA1516: Elements should be separated by blank line
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(4,1,4,2): error SA1027: Tabs and spaces should be used correctly
1> CompilerServer: server - server processed compilation - 81040f3e-7ef6-4882-8965-016b332d864f
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(5,1,5,2): error SA1027: Tabs and spaces should be used correctly
1> Done building target "CoreCompile" in project "Dcbel.Maui.csproj" -- FAILED.
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(6,1,6,2): error SA1027: Tabs and spaces should be used correctly
1> Target _CheckForCompileOutputs:
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(16,1,16,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(2,1,2,10): error SA1516: Elements should be separated by blank line
1> Done building target "_CheckForCompileOutputs" in project "Dcbel.Maui.csproj".
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(2,1,2,10): error SA1516: Elements should be separated by blank line
1> Target _CleanGetCurrentAndPriorFileWrites:
1> CompilerServer: server - server processed compilation - 57567198-f287-4ed5-89d7-2e4c3b228196
1>
1> Done building project "Dcbel.Maui.csproj" -- FAILED.
1>
1> Done building project "Dcbel.Maui.csproj" -- FAILED.
1> Creating "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\stamp\_ConvertResourcesCases.stamp" because "AlwaysCreate" was specified.
1> Target _UpdateAndroidResgen:
1> Creating "C:\Ossiaco\chorus\artifacts\obj\Dcbel.Maui\Debug\net6.0-android\R.cs.flag" because "AlwaysCreate" was specified.
1> Target GenerateTargetFrameworkMonikerAttribute:
1> Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
1> Target GenerateArtifactLogFolderFile:
1> Skipping target "GenerateArtifactLogFolderFile" because all output files are up-to-date with respect to the input files.
1> Target CoreGenerateAssemblyInfo:
1> Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
1> Target CoreCompile:
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\MainPage.xaml.cs(20,16,20,24): error CS8618: Non-nullable field 'CounterLabel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(5,23,5,26): error SA1601: Partial elements should be documented
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(5,23,5,31): error SA1601: Partial elements should be documented
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(1,1,1,1): error SA1633: The file header is missing or not located at the top of the file.
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(4,1,4,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(5,1,5,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(6,1,6,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(12,1,12,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(1,1,1,1): error SA1633: The file header is missing or not located at the top of the file.
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(2,1,2,10): error SA1516: Elements should be separated by blank line
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(4,1,4,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(5,1,5,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(6,1,6,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(16,1,16,2): error SA1027: Tabs and spaces should be used correctly
1> C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(2,1,2,10): error SA1516: Elements should be separated by blank line
1> CompilerServer: server - server processed compilation - 8ac01e51-7674-48c2-8d76-30ba3a8d23c9
1> Done building target "CoreCompile" in project "Dcbel.Maui.csproj" -- FAILED.
1>
1> Done building project "Dcbel.Maui.csproj" -- FAILED.
1>
1>Build FAILED.
1>
1>C:\Program Files\dotnet\packs\Microsoft.iOS.Windows.Sdk\15.0.100-preview.7.230\tools\msbuild\iOS\Xamarin.Messaging.Apple.targets(31,3): warning : There is no available connection to the Mac. Task 'VerifyXcodeVersion' will not be executed
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\MainPage.xaml.cs(20,16,20,24): error CS8618: Non-nullable field 'CounterLabel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(5,23,5,26): error SA1601: Partial elements should be documented
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(5,23,5,31): error SA1601: Partial elements should be documented
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(1,1,1,1): error SA1633: The file header is missing or not located at the top of the file.
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(4,1,4,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(5,1,5,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\MainPage.xaml.cs(20,16,20,24): error CS8618: Non-nullable field 'CounterLabel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(6,1,6,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(5,23,5,26): error SA1601: Partial elements should be documented
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(12,1,12,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(5,23,5,31): error SA1601: Partial elements should be documented
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(1,1,1,1): error SA1633: The file header is missing or not located at the top of the file.
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(1,1,1,1): error SA1633: The file header is missing or not located at the top of the file.
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(4,1,4,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(4,1,4,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(5,1,5,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(5,1,5,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(6,1,6,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(6,1,6,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(16,1,16,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(12,1,12,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(2,1,2,10): error SA1516: Elements should be separated by blank line
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(1,1,1,1): error SA1633: The file header is missing or not located at the top of the file.
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(2,1,2,10): error SA1516: Elements should be separated by blank line
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(4,1,4,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(5,1,5,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(6,1,6,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(16,1,16,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(2,1,2,10): error SA1516: Elements should be separated by blank line
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(2,1,2,10): error SA1516: Elements should be separated by blank line
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\MainPage.xaml.cs(20,16,20,24): error CS8618: Non-nullable field 'CounterLabel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(5,23,5,26): error SA1601: Partial elements should be documented
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(5,23,5,31): error SA1601: Partial elements should be documented
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(1,1,1,1): error SA1633: The file header is missing or not located at the top of the file.
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(4,1,4,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(5,1,5,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(6,1,6,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(12,1,12,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(1,1,1,1): error SA1633: The file header is missing or not located at the top of the file.
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\App.xaml.sg.cs(2,1,2,10): error SA1516: Elements should be separated by blank line
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(4,1,4,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(5,1,5,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(6,1,6,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(16,1,16,2): error SA1027: Tabs and spaces should be used correctly
1>C:\Ossiaco\chorus\dcbel\src\Dcbel.Maui\Dcbel.Maui\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\MainPage.xaml.sg.cs(2,1,2,10): error SA1516: Elements should be separated by blank line
1> 1 Warning(s)
1> 45 Error(s)
1>
1>Time Elapsed 00:00:35.62
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
The text was updated successfully, but these errors were encountered:
Thank you for the report! Unfortunately, I'm not able to reproduce it (anymore). If you're still encountering this, please attach a reproduction sample to this issue and ping us or open a new issue adding the repro there. Thanks!
Description
I am gettting the following errors building a new maui application
The text was updated successfully, but these errors were encountered: