Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Difference between #~ and #-

Featured Replies

Posted

To .NET experts:
What's the difference between #~ and #- ???
#~ seems to be the good and default one!
#- is used by dnlib
#~ is used by Mono.Cecil

 

 

Edited by CodeExplorer

https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/index

 

  • Author
2 hours ago, whoknows said:

https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/index

 

My question is not about C# operators but about .NET metadata streams!
Thanks for trying to help me.
I've changed the #~ stream name to #- and I can't see any difference: the exe runs ok.
 

See ECMA335, read ".NET IL Assembler" by Serge Lidin or search .NET Core for ENC_MODEL_STREAM_A

"#~" is the standard "compressed" stream.
"#-" is an "uncompressed/unoptimized" stream that can contain deleted items, items from edit-and-continue operation in VS, etc.

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.