-
I have scheduled my scheduler to run every 1 minute. But after I deploy by server and recycle my app-pool, scheduler does not run. It only starts running when it receives first HHTP request from UI f…
-
I am trying to deploy a python function to Azure function app using Linux ubuntu-18.04 agent.
It is failing with below error
Syncing triggers...
Request:
Method: POST, RequestUri: 'https://manag…
-
I downloaded the package for an asp.net core mvc project from the Nuget Solutions window. I show that the project.json file was updated however, no css file was installed in project. I'm just starting…
-
PlanetXamarin is due for a refactor and I have some ideas which would make the experience of adding authors and creating feeds much better, without having to re-deploy the site every single time.
T…
-
Under .Net Framework I used to register my CodeDomProvider in machine.config. It looks like the build targets for aspnet core have a hard requirement that languages have a CodeDomProvider, but I don't…
-
This issue tracks adding support for enhancing OpenAPI documents generated via the `Microsoft.AspNetCore.OpenApi` package with XML comments present in both minimal and controller-based APIs and their …
-
**Suggested Change:**
I would like to submit a PR that changes the way an array of strings are initialized in the _WeatherForecastController.cs_ file for the ASP.NET Core Web API project template.
…
tikap updated
1 month ago
-
I have this template:
```
Good Day,
{{#newline}}
The following asset has been retired by {{Actor}}:
{{#newline}}
{{AssetNumber}}: {{AssetDescription}}
Date retirement:…
-
I have added package reference of saule in my project. But I am not able to resolve this error occurring after that
`Resource types must inherit from Saule.ApiResource`
Can you please help m…
-
I wrote a simple code in c# to send telegram messages as follows:
` private async void Form1_Load(object sender, EventArgs e)
{
string phoneNumber = "+111111111111";
…