Questions tagged [microsoft-documentation]
23 questions
4
votes
1 answer
code documentation, get value from constant
Is it possible, that having a constant
public const string MyString = "myValue"
to get its value "myValue" in xml comments ? I'm interested in this for generating swagger documentation.
///
/// Creates a new resource.
///…
user9124444
3
votes
1 answer
Can a derived class redefine virtual function with a function of different signature?
There is somewhat odd sample given in one of the Microsoft documentation pages , which consists of two classes, one is a base class and another one is a derived. The base class has the following virtual function member:
virtual void setEars(string…

The Dreams Wind
- 8,416
- 2
- 19
- 49
2
votes
0 answers
saving pickle and hdf5 file in Azure machine learning studio and accessing it through API
I have a pickle file parameters.pkl containing some parameters and their values of a model.
The pickle file has been created through the following process:
dict={'scaler': scaler,
'features': z_tags,
'Z_reconstruction_loss':…

shan
- 553
- 2
- 9
- 25
2
votes
2 answers
Adaptive Card Input.Date
How to Set Todays Date as Minimum value in Input.Date Action of Adaptive Card.
When a user select date ,all Backdates & Previous dates need to be blocked and he can select only Dates after Today.
I used:-
"type":…

Saransh
- 71
- 3
1
vote
0 answers
Azure App Service Health Check - Header Value does not match Environment Variable
I tried to implement a very basic Health Check on one of my App Services on Azure. This is a WebApp written in C# Backend + Angular front end.
I followed the documentation from MS: Monitor Instances...
I added a new variable in the "Configuration"…

Domey
- 11
- 3
1
vote
0 answers
How to select a date in a sysmonth Control in autohotkey
i'm trying to select a date in a monthcal with the sendmessage cmd from AHK. Unfortunately, this is not working and i don't know where is my mistake or my misunderstanding. Anyone could help ? Here's what i already try.
…

Gilles Gruwez
- 13
- 4
1
vote
2 answers
Using Microsoft docs inside an ASP.Net Core website
Microsoft's modern documentation website is produced largely from Markdown files hosted in on GitHub. Typically the documentation shows a left pane navigation menu and a document navigation section on the right. Here is an…

Sean Kearon
- 10,987
- 13
- 77
- 93
1
vote
1 answer
Be able to find the NuGget package to install from https://docs.microsoft.com/en-us/dotnet/api
I'm trying to build a console project (.NetCore 3.1) to run the matrix multiplication example.
The issue is the following with VS2109
using System.Windows.Media; (VS2019 suggest me to remove the ".Media")
Just by looking at the Microsoft…

Jean-Marc Flamand
- 939
- 3
- 10
- 24
1
vote
0 answers
ASP.NET Core 3.0 Preview 9 intgration tests with EF Core are not working
I’m currently migrating my ASP.NET Core app from .NET Core 2.2 to Core 3.0 Preview 9. I'm struggling to get integration tests working with Entity Framework Core 3.0 Preview 9 InMemory DB provider in ASP.NET Core 3.0 Preview 9. I followed Microsoft's…

stevo
- 2,164
- 4
- 23
- 33
1
vote
1 answer
How can we get actual Video Url of LinkedIn Post and comments from LinkedIn API v2
While fetching post on LinkedIn profile, we are getting Digital Media Asset URN for Video and documents. What is a way to find actual URL of Video in API. We are using https://api.linkedin.com/v2/ugcPosts?q=authors.
I tried to add projection with…

Shashikant S. Bhosale
- 29
- 1
- 7
1
vote
1 answer
Is there a Dark Theme for Visual Studio 2017 that is similar to Microsoft Docs "Dark Mode"
I'm trying to find a color theme for Visual Studio that is similar to the look and feel of Microsoft Docs' "Dark Mode" (learn.microsoft.com). I think it would add a nice coding experience when working side-by-side with Microsoft Docs website.
I…

Ryan de Rivera
- 102
- 6
0
votes
0 answers
Where is the API documentation for Windows LAPS?
We want to integrate ServiceNow with Azure Active Directory. To do this, we would like to use API calls.
Microsoft published their LAPS PowerShell module with documentation about each function. PowerShell is however not the preferred option as it…

Alex_P
- 2,580
- 3
- 22
- 37
0
votes
0 answers
SharePoint Document Library( with Document Sets) - Items not visible
I am facing issue in a document library having a folder with a Document Set content type.
When I am uploading a document into a folder, it's uploaded successfully. but unfortunately, it's not appearing in that specific folder.
i.e.
The Document…
0
votes
2 answers
Get the key of the clicked fluent ui button menu
Once again I have the confirmation the Microsoft documentation, is really poorly auto-generated with a useless content.
I have a Fluent UI, Splitbutton. Here are the poorly generated docs. And there are two options "Email message" and "Calendar…

serge
- 13,940
- 35
- 121
- 205
0
votes
0 answers
Migration from .net 5 to 6 documentation not clear
I have an application to migrate from .net 5 to .net 6, but I don't really get the MS documentation. It says we should transform the two Startup.cs and Program.cs in one
Program.cs file but is unclear what kind of content should it have.
say we…

serge
- 13,940
- 35
- 121
- 205