Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
0 answers
323 views

I have a working implementation for scalar for an endpoint that requires authentication via entraId. application.MapScalarApiReference( options => options ....
2 votes
0 answers
231 views

I'm learning Scalar instead of Swagger now, and i can not find out how to configure more than 1 common response types over all endpoints in project. I mean that, that i want to have endpoints which ...
0 votes
0 answers
187 views

Is there an alternative to Swagger's configuration IncludeXMLComments in native MS OpenApi which is introduced on .NET9? I'm running a project on .net8 and migrating to .net9 and wanted to migrate to ...
0 votes
1 answer
1k views

I have 2 sets of controllers: internal and external I have JWT auth on internals and API Key auth on externals. How do I setup my API to enable Scalar to ask for API key but only for the external ...
0 votes
1 answer
47 views

I have a dedicated Azure SQL environment where I am using a loop to get US States names like 'AB' or 'NY' etc and also geographical boundaries from the same table. Code and error below: DECLARE ...
0 votes
2 answers
2k views

Trying to implement Scalar in a .net9 aspcore app. Doing the basics by using OpenApi. When i run it I see the UI but i dont see any of my methods. In the output window i see Request finished HTTP/2 ...
9 votes
4 answers
6k views

I'm working on enabling Scalar in my .NET 9 application and need to configure it to use JWT tokens globally, similar to how Swagger allows adding JWT token authentication globally. However, I couldn't ...
0 votes
0 answers
50 views

import numpy as np from keras.models import Sequential from keras.layers import LSTM, Input, Dropout from keras.layers import Dense from keras.layers import RepeatVector from keras.layers import ...
2 votes
2 answers
947 views

I have an API with .NET 9 while I run the API directory by Kestrel or IIS everything is ok and openapi/v1.json is like this : "open API": "3.0.1", "info": { "...
0 votes
0 answers
401 views

Currently I have an SQL query where I am pivoting the values of one table and then joining that data with another table. The query works but the problem is that I had to hardcode the pivoting for each ...
0 votes
1 answer
170 views

i am doing element wise multiplication of large matrices, so i want to know if there is any way to do it faster than using the * operator from de R Base. I have been trying to find out but most of the ...
0 votes
0 answers
116 views

I'm using GraphQL latest version 1.9.3 They have removed option of passThroughCustomScalar Currently response is coming in dictionary form and schema.graphql has generated as below public typealias ...
4 votes
1 answer
164 views

Considering the following examples: $null foreach ($n in $null) {'This is a $null test'} (no output) $null | ForEach-Object {'This is a $null test'} This is a $null test $null -in $null True $null -...
Paul π's user avatar
  • 585
2 votes
1 answer
559 views

The term scalar is often used in PowerShell issues and documentation along with e.g. the about_Comparison_Operators document. I think, I do have an abstract understanding of its meaning (in fact I am ...
1 vote
1 answer
60 views

For a BMI calculator we need to create in programming class, I need to make sure that the values of size and weight are insinde of a certain range of numbers. Every time the program tells me that I ...

15 30 50 per page
1
2 3 4 5
...
36

AltStyle によって変換されたページ (->オリジナル) /