-
Can you add an options to use this action with msbuild and nuget.exe to publish framework packages? Some projects ( for example Uwp) need msbuild.
-
```
Hi,
I heavely use ptman.exe, and I can say I depend on it.
I don't know why, When I do the right click to load the sessions I'm getting an
error (that have started today) and I'm not aware of an…
-
```
Hi,
I heavely use ptman.exe, and I can say I depend on it.
I don't know why, When I do the right click to load the sessions I'm getting an
error (that have started today) and I'm not aware of an…
-
```
Do you have any plans to upgrade the source for .NET 4.0 and EF 4.0?
We are looking at creating a new application with DropThings and we would like
to start with the lastest of both .NET and EF …
-
```
Hi,
I heavely use ptman.exe, and I can say I depend on it.
I don't know why, When I do the right click to load the sessions I'm getting an
error (that have started today) and I'm not aware of an…
-
### Apple platform
iOS
### Framework version
net8.0-*, net9.0-*
### Affected platform version
.NET 9
### Description
Earlier I created the AXAiOSBindings_MAUI nuget package which was compatible…
-
@gloverkari
similar to how we handle the ingest of the DOL competency frameworks to automatically re-import a CASE framework if it’s updated based on the date modified.
-
Does this extension support .Net Framework 4.8? If so, what are the steps to do so?
-
It would be great if chocolatey.lib would be able to target .NET Standard, or multi target .NET Framework and .NET Core. This way, if one needs to embed chocolatey.lib into their application, they ar…
-
Here is the latest code of Zipstorer:
```c#
static ZipStorer()
{
// Generate CRC32 table
CrcTable = new UInt32[256];
for (int i = 0; i < CrcTable.Length; i++)
{
UInt32 c = (UInt32)i;
…