python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
What does it mean by "recompile assemblies" in the following?| C#
I faced the follwing section when reading a book about C#:
Constants should be avoided for two important reasons: the value must
be known at compile time, and it must be expressible as a literal
str...
Hossein
Votes: 0
Answers: 1
Assembly resolution fails for dlls in work directory after upgrading to .NET 6
I am upgrading a program from .NET Framework to .NET 6 and have stumbled upon an issue with assembly loading.
The program is plugin-based with plugin dlls residing in a subfolder of the main folder (t...
maglun
Votes: 0
Answers: 0
Packaged Xamarin Forms UWP app crashes on launch - works in VS Debug and Release modes
I've been re-writing an app and run into (again :-( ) that it's working in both Debug and Release modes, but the packaged app crashes on launch. i.e. never even gets to the app's home screen. I had th...

donaldp
Votes: 0
Answers: 0
.Net core 6: How to have output directory without assemblies
I am porting company products in .Net core 6 from .Net 4.8.
In the solution, there is an output directory containing:
Assemblies, Configuration, Log, Resources directories and only .exe, .pdb and .exe...

Domenico
Votes: 0
Answers: 1