Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Sep 2023 06:19:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        mono@FreeBSD.org
Subject:   [Bug 256342] devel/msbuild: default targets are unusable with lang/mono5.20 and lang/mono6.8
Message-ID:  <bug-256342-23699-HxkBCQgiil@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256342-23699@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256342-23699@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256342

--- Comment #8 from Jan Beich <jbeich@FreeBSD.org> ---
(In reply to Marcin Cie=C5=9Blak from comment #7)
It helps and need to be applied in all msbuild consumers but fragile: lang/=
mono
6.8.* -> 6.12.* requires adding -p:DiscoverGlobalAnalyzerConfigFiles=3Dfals=
e.
lang/mono6.* itself has some bugs before it can be made default. Besides,
updating games/openra is still blocked on newer devel/msbuild thus I'm not
interested yet e.g.,

StreamExts.cs(13,14): error CS0234: The type or namespace name 'Buffers' do=
es
not exist in the namespace 'System' (are you missing an assembly reference?)
[.../OpenRA-release-20230225/OpenRA.Game/OpenRA.Game.csproj]
CSC : error CS1705: Assembly 'System.Threading.Channels' with identity
'System.Threading.Channels, Version=3D6.0.0.0, Culture=3Dneutral,
PublicKeyToken=3Dcc7b13ffcd2ddd51' uses 'netstandard, Version=3D2.1.0.0,
Culture=3Dneutral, PublicKeyToken=3Dcc7b13ffcd2ddd51' which has a higher ve=
rsion
than referenced assembly 'netstandard' with identity 'netstandard,
Version=3D2.0.0.0, Culture=3Dneutral, PublicKeyToken=3Dcc7b13ffcd2ddd51'
[.../OpenRA-release-20230225/OpenRA.Game/OpenRA.Game.csproj]
CSC : error CS1705: Assembly 'ICSharpCode.SharpZipLib' with identity
'ICSharpCode.SharpZipLib, Version=3D1.3.3.11, Culture=3Dneutral,
PublicKeyToken=3D1b03e6acf1164f73' uses 'netstandard, Version=3D2.1.0.0,
Culture=3Dneutral, PublicKeyToken=3Dcc7b13ffcd2ddd51' which has a higher ve=
rsion
than referenced assembly 'netstandard' with identity 'netstandard,
Version=3D2.0.0.0, Culture=3Dneutral, PublicKeyToken=3Dcc7b13ffcd2ddd51'
[.../OpenRA-release-20230225/OpenRA.Game/OpenRA.Game.csproj]
MiniYaml.cs(152,51): error CS0246: The type or namespace name
'ReadOnlyMemory<>' could not be found (are you missing a using directive or=
 an
assembly reference?)
[.../OpenRA-release-20230225/OpenRA.Game/OpenRA.Game.csproj]
Exts.cs(603,10): error CS0246: The type or namespace name 'ReadOnlySpan<>'
could not be found (are you missing a using directive or an assembly
reference?) [.../OpenRA-release-20230225/OpenRA.Game/OpenRA.Game.csproj]
Exts.cs(572,30): error CS0246: The type or namespace name 'ReadOnlySpan<>'
could not be found (are you missing a using directive or an assembly
reference?) [.../OpenRA-release-20230225/OpenRA.Game/OpenRA.Game.csproj]
Exts.cs(569,3): error CS0246: The type or namespace name 'ReadOnlySpan<>' c=
ould
not be found (are you missing a using directive or an assembly reference?)
[.../OpenRA-release-20230225/OpenRA.Game/OpenRA.Game.csproj]
StreamExts.cs(161,29): error CS0246: The type or namespace name
'ReadOnlyMemory<>' could not be found (are you missing a using directive or=
 an
assembly reference?)
[.../OpenRA-release-20230225/OpenRA.Game/OpenRA.Game.csproj]
Sync.cs(58,42): error CS0246: The type or namespace name 'ILGenerator' could
not be found (are you missing a using directive or an assembly reference?)
[.../OpenRA-release-20230225/OpenRA.Game/OpenRA.Game.csproj]
CSC : error CS1705: Assembly 'Linguini.Bundle' with identity 'Linguini.Bund=
le,
Version=3D1.0.0.0, Culture=3Dneutral, PublicKeyToken=3Dnull' uses 'netstand=
ard,
Version=3D2.1.0.0, Culture=3Dneutral, PublicKeyToken=3Dcc7b13ffcd2ddd51' wh=
ich has a
higher version than referenced assembly 'netstandard' with identity
'netstandard, Version=3D2.0.0.0, Culture=3Dneutral,
PublicKeyToken=3Dcc7b13ffcd2ddd51'
[.../OpenRA-release-20230225/OpenRA.Game/OpenRA.Game.csproj]
CSC : error CS1705: Assembly 'Mono.Nat' with identity 'Mono.Nat,
Version=3D3.0.0.0, Culture=3Dneutral, PublicKeyToken=3D6c9468a3c21bc6d1' us=
es
'netstandard, Version=3D2.1.0.0, Culture=3Dneutral,
PublicKeyToken=3Dcc7b13ffcd2ddd51' which has a higher version than referenc=
ed
assembly 'netstandard' with identity 'netstandard, Version=3D2.0.0.0,
Culture=3Dneutral, PublicKeyToken=3Dcc7b13ffcd2ddd51'
[.../OpenRA-release-20230225/OpenRA.Game/OpenRA.Game.csproj]
Graphics/SpriteFont.cs(248,19): error CS0246: The type or namespace name
'ReadOnlySpan<>' could not be found (are you missing a using directive or an
assembly reference?)
[.../OpenRA-release-20230225/OpenRA.Game/OpenRA.Game.csproj]

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256342-23699-HxkBCQgiil>