StringBuilderHelper is now a static class; WeakReference<T> no longer derives from WeakReference if compiled for Windows Phone 7 because this makes the Windows Phone emulator crash as soon as the WeakReference<T> is referenced - nearly identical functionality is provided with an implicit conversion operator
git-svn-id: file:///srv/devel/repo-conversion/nusu@207 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
f304f8c783
commit
d99137f0dd
8 changed files with 127 additions and 2 deletions
|
@ -355,6 +355,9 @@
|
|||
<DependentUpon>WeightedTransaction.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\WeakReference.cs" />
|
||||
<Compile Include="Source\WeakReference.Phone7.cs">
|
||||
<DependentUpon>WeakReference.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\WeakReference.Test.cs">
|
||||
<DependentUpon>WeakReference.cs</DependentUpon>
|
||||
</Compile>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue