-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[XamlC] process symbols if DebugType is set #925
Conversation
|
yes how in title it occures also on version 2.4.x => 2.4.3.247 (in mine case), happend to after xamarin update 2.4.3.231 to 2.4.3.247 on our jenkins |
|
@boguslawblonski I don't understand your comment. if you have an issue with this, please open a bugzilla ticket with a reproduction attached as we do not monitor discussion on closed PRs. |
|
I just wanted to confirm your "and eventually even to 2.3.4", yes it is true it also happens on 2.4.3.247 |
|
this fixes is present in 2.4.3.247 |
|
We updated xamarin.form 2.4.3.231 to 2.4.3.247 and our jenkins (on mackin cloud) bug occured. Fix for us was temporarily editing the Xamarin.Forms.targets file, which for us lived in: Sorry not mine enviroment, can't give you propper steps to reproduce. |
* 2.3.5: [UWP] Fixes for usage of XF with .net native toolchain (xamarin#1024) [UWP] Make sure to update HitTestVisible when IsEnable changes (xamarin#1015) [Android] Dispose check before setting properties on Button (xamarin#1013) Add missing member variable to FormsApplicationActivity Fix NRE when background color of button set in FormsApplicationActivity (xamarin#1010) Fix border on android buttons (xamarin#941) [iOS] ListView with UnevenRows and Cell Heights will no longer be slow to load (xamarin#994) Set the Id field for Android Views created by Forms xamarin#1004 Fix build Fix possible crash on API 21+ at launch when using Holo theme and FormsApplicationActivity (xamarin#961) [Android] Remove the ". " on empty labels (Accessibility) on Fastrenderers (xamarin#915) Remove debug outputs (xamarin#1008) Add check for instance of UITableView (xamarin#885) [XamlC] fix release builds of Xaml Unit Tests Dispose check on ButtonRenderer (xamarin#975) [previewer] make sure we do not crash even if the previewer doesn't s… (xamarin#946) [XamlC] fix build Remove VisualElement finalizer (xamarin#918) [XamlC] process symbols if DebugType is set (xamarin#925)
* Fixes #917, make sure to dispose after javacast * C# 8 madness! * ShareFile: describe contentType ctor arg This is related to https://github.com/MicrosoftDocs/xamarin-docs/issues/2246 * Clarify ContentType API (#958) * Clarify ContentType API * Clarify content type API * Clarify Content Type api
Description of Change
It can happen that DebugType is set and DebugSymbols is not. In that case, a .pdb is generated, and we should process it to avoid a linker failure.
This needs to be back ported to 2.3.5, and eventually even to 2.3.4
Bugs Fixed
API Changes
/
Behavioral Changes
/
PR Checklist